lol

Fix descriptions to be CONTRIBUTIONS.md compliant

+15 -15
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-assert.nix
··· 9 9 ppx_type_conv sexplib ]; 10 10 11 11 meta = with stdenv.lib; { 12 - description = "Assert-like extension nodes that raise useful errors on failure."; 12 + description = "Assert-like extension nodes that raise useful errors on failure"; 13 13 maintainers = [ maintainers.maurer ]; 14 14 license = licenses.asl20; 15 15 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-bench.nix
··· 11 11 propagatedBuildInputs = [ ppx_core ppx_driver ppx_inline_test ppx_tools ]; 12 12 13 13 meta = with stdenv.lib; { 14 - description = "Syntax extension for writing in-line benchmarks in ocaml code."; 14 + description = "Syntax extension for writing in-line benchmarks in ocaml code"; 15 15 maintainers = [ maintainers.maurer ]; 16 16 license = licenses.asl20; 17 17 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
··· 8 8 [ppx_core ppx_driver ppx_tools ppx_type_conv ]; 9 9 10 10 meta = with stdenv.lib; { 11 - description = "Generation of fast comparison functions from type expressions and definitions."; 11 + description = "Generation of fast comparison functions from type expressions and definitions"; 12 12 maintainers = [ maintainers.maurer ]; 13 13 license = licenses.asl20; 14 14 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
··· 8 8 propagatedBuildInputs = [ ppx_core ppx_driver ppx_sexp_conv ppx_tools ]; 9 9 10 10 meta = with stdenv.lib; { 11 - description = "Extensions to printf-style format-strings for user-defined string conversion."; 11 + description = "Extensions to printf-style format-strings for user-defined string conversion"; 12 12 maintainers = [ maintainers.maurer ]; 13 13 license = licenses.asl20; 14 14 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
··· 8 8 [ ppx_core ppx_optcomp ]; 9 9 10 10 meta = with stdenv.lib; { 11 - description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend."; 11 + description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend"; 12 12 maintainers = [ maintainers.maurer ]; 13 13 license = licenses.asl20; 14 14 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-enumerate.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "Generate a list containing all values of a finite type."; 10 + description = "Generate a list containing all values of a finite type"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-fail.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_tools ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "Syntax extension that makes failwith include a position."; 10 + description = "Syntax extension that makes failwith include a position"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-fields-conv.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "Generation of accessor and iteration functions for ocaml records."; 10 + description = "Generation of accessor and iteration functions for ocaml records"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-here.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_driver ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "A ppx rewriter that defines an extension node whose value is its source position."; 10 + description = "A ppx rewriter that defines an extension node whose value is its source position"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-inline-test.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_driver ppx_tools ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "Syntax extension for writing in-line tests in ocaml code."; 10 + description = "Syntax extension for writing in-line tests in ocaml code"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
··· 15 15 ppx_sexp_message ppx_sexp_value ppx_typerep_conv ppx_variants_conv ]; 16 16 17 17 meta = with stdenv.lib; { 18 - description = "ppx_jane is a ppx_driver including all standard ppx rewriters."; 18 + description = "A ppx_driver including all standard ppx rewriters"; 19 19 maintainers = [ maintainers.maurer ]; 20 20 license = licenses.asl20; 21 21 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "A ppx rewriter that defines an extension node whose value is its source position."; 10 + description = "A ppx rewriter that defines an extension node whose value is its source position"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-sexp-value.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_sexp_conv ppx_tools ]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "A ppx rewriter that simplifies building S-Expression from OCaml Values."; 10 + description = "A ppx rewriter that simplifies building S-Expression from OCaml Values"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
··· 8 8 [ ppx_core ppx_deriving ppx_driver ppx_tools ]; 9 9 10 10 meta = with stdenv.lib; { 11 - description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications."; 11 + description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications"; 12 12 maintainers = [ maintainers.maurer ]; 13 13 license = licenses.asl20; 14 14 };
+1 -1
pkgs/development/ocaml-modules/janestreet/ppx-variants-conv.nix
··· 7 7 propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib]; 8 8 9 9 meta = with stdenv.lib; { 10 - description = "Generation of accessor and iteration functions for ocaml variant types."; 10 + description = "Generation of accessor and iteration functions for ocaml variant types"; 11 11 maintainers = [ maintainers.maurer ]; 12 12 license = licenses.asl20; 13 13 };