about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-02 19:00:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-09-04 15:27:26 +0200
commitcadc15222fa8fe399336332960471f0bd5e55331 (patch)
tree511bd3cfafc846376224864ca7d003280e8e7300 /pkgs/top-level/ocaml-packages.nix
parente385f987926150a029dbce0048ebf7bfdd7fb174 (diff)
ocamlPackages.csexp: init at 1.3.1
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 32bb7d3378608..d0dc0bf1e9184 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -173,6 +173,8 @@ let
 
     cryptokit = callPackage ../development/ocaml-modules/cryptokit { };
 
+    csexp = callPackage ../development/ocaml-modules/csexp { };
+
     cstruct =
       if lib.versionAtLeast ocaml.version "4.2"
       then callPackage ../development/ocaml-modules/cstruct {}