summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 11:50:42 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 11:50:42 -0400
commit4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47 (patch)
tree5c6cb166a97a40491205c664f8174087d0ce2515 /pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
parent4cc33335a4139b710dacfa291bf852f1a523db99 (diff)
downloadnixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar.gz
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar.bz2
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar.lz
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar.xz
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.tar.zst
nixpkgs-4fcc1a5a975464dcca0fa1c4c6ce0020df79fe47.zip
ppx_sexp_conv: Fix description to match package
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix b/pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
index 128a59daec2..bf4a7b214de 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-sexp-conv.nix
@@ -7,7 +7,7 @@ buildOcamlJane rec {
   propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
 
   meta = with stdenv.lib; {
-    description = "A ppx rewriter that defines an extension node whose value is its source position";
+    description = "PPX syntax extension that generates code for converting OCaml types to and from s-expressions, as defined in the sexplib library";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };