Fix descriptions to be CONTRIBUTIONS.md compliant
This commit is contained in:
parent
f10067be1f
commit
4cc33335a4
@ -9,7 +9,7 @@ buildOcamlJane rec {
|
|||||||
ppx_type_conv sexplib ];
|
ppx_type_conv sexplib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Assert-like extension nodes that raise useful errors on failure.";
|
description = "Assert-like extension nodes that raise useful errors on failure";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_inline_test ppx_tools ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ppx_inline_test ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Syntax extension for writing in-line benchmarks in ocaml code.";
|
description = "Syntax extension for writing in-line benchmarks in ocaml code";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@ buildOcamlJane rec {
|
|||||||
[ppx_core ppx_driver ppx_tools ppx_type_conv ];
|
[ppx_core ppx_driver ppx_tools ppx_type_conv ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generation of fast comparison functions from type expressions and definitions.";
|
description = "Generation of fast comparison functions from type expressions and definitions";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_sexp_conv ppx_tools ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ppx_sexp_conv ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Extensions to printf-style format-strings for user-defined string conversion.";
|
description = "Extensions to printf-style format-strings for user-defined string conversion";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@ buildOcamlJane rec {
|
|||||||
[ ppx_core ppx_optcomp ];
|
[ ppx_core ppx_optcomp ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend.";
|
description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ];
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generate a list containing all values of a finite type.";
|
description = "Generate a list containing all values of a finite type";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_tools ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Syntax extension that makes failwith include a position.";
|
description = "Syntax extension that makes failwith include a position";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ];
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generation of accessor and iteration functions for ocaml records.";
|
description = "Generation of accessor and iteration functions for ocaml records";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A ppx rewriter that defines an extension node whose value is its source position.";
|
description = "A ppx rewriter that defines an extension node whose value is its source position";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_tools ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Syntax extension for writing in-line tests in ocaml code.";
|
description = "Syntax extension for writing in-line tests in ocaml code";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -15,7 +15,7 @@ buildOcamlJane rec {
|
|||||||
ppx_sexp_message ppx_sexp_value ppx_typerep_conv ppx_variants_conv ];
|
ppx_sexp_message ppx_sexp_value ppx_typerep_conv ppx_variants_conv ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "ppx_jane is a ppx_driver including all standard ppx rewriters.";
|
description = "A ppx_driver including all standard ppx rewriters";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A ppx rewriter that defines an extension node whose value is its source position.";
|
description = "A ppx rewriter that defines an extension node whose value is its source position";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_sexp_conv ppx_tools ];
|
propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_sexp_conv ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A ppx rewriter that simplifies building S-Expression from OCaml Values.";
|
description = "A ppx rewriter that simplifies building S-Expression from OCaml Values";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@ buildOcamlJane rec {
|
|||||||
[ ppx_core ppx_deriving ppx_driver ppx_tools ];
|
[ ppx_core ppx_deriving ppx_driver ppx_tools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications.";
|
description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ buildOcamlJane rec {
|
|||||||
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
|
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generation of accessor and iteration functions for ocaml variant types.";
|
description = "Generation of accessor and iteration functions for ocaml variant types";
|
||||||
maintainers = [ maintainers.maurer ];
|
maintainers = [ maintainers.maurer ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user