about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-09-23 20:47:01 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-10-03 08:26:41 +0200
commite0dcde83b00f8d9052372a070b5d15b0276551fb (patch)
tree3acf6955ba3bf598e90a0f91e3b26a29a13d298f /pkgs/development/ocaml-modules/janestreet
parent57c43ad8d025069cc37ff6fc4d5b9735b7e66a86 (diff)
downloadnixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar.gz
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar.bz2
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar.lz
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar.xz
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.tar.zst
nixlib-e0dcde83b00f8d9052372a070b5d15b0276551fb.zip
ocamlPackages.sexp_pretty: init at 0.12.0
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.12.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.12.nix b/pkgs/development/ocaml-modules/janestreet/0.12.nix
index 4089b24ca228..c7d9fc76771d 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.12.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.12.nix
@@ -429,6 +429,13 @@ rec {
     propagatedBuildInputs = [ core ];
   };
 
+  sexp_pretty = janePackage {
+    pname = "sexp_pretty";
+    hash = "06hdsaszc5cd7fphiblbn4r1sh36xgjwf2igzr2rvlzqs7jiv2v4";
+    meta.description = "S-expression pretty-printer";
+    propagatedBuildInputs = [ ppx_base re sexplib ];
+  };
+
   ### Packages at version 0.11, with dependencies at version 0.12
 
   configurator = janePackage {