summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-03-24 19:09:00 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-24 19:09:43 +0000
commite3c1e37823976a712ec86ddc7bb78f9c6420131a (patch)
tree9090de734a0845fd9ec4d10ad3e341b27a02cf1b /pkgs/top-level/ocaml-packages.nix
parentef69326e996da05b0981b800f6c9f996376f0387 (diff)
downloadnixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar.gz
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar.bz2
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar.lz
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar.xz
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.tar.zst
nixpkgs-e3c1e37823976a712ec86ddc7bb78f9c6420131a.zip
ocamlPackages.ppx_ast: init at 0.9.0
Ppx_ast selects a specific version of the OCaml Abstract Syntax
Tree from the migrate-parsetree project that is not necessarily
the same one as the one being used by the compiler.

Homepage: https://github.com/janestreet/ppx_ast
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 12ddbfafa10..54460f855db 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -573,6 +573,8 @@ let
 
     ocaml-compiler-libs = callPackage ../development/ocaml-modules/janestreet/ocaml-compiler-libs.nix {};
 
+    ppx_ast = callPackage ../development/ocaml-modules/janestreet/ppx_ast.nix {};
+
     ppx_core =
       if lib.versionOlder "4.03" ocaml.version
       then callPackage ../development/ocaml-modules/janestreet/ppx_core-113_33_01.nix {}