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>2018-12-10 20:14:42 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-12-17 21:38:49 +0000
commit6620de7594cf2b4dd89c1b15c49495a52140d785 (patch)
tree1e95225472e766412c3a3e90bfae3b1ef4c2d720 /pkgs/top-level/ocaml-packages.nix
parent6a80140fdf2157d1a5500a04c87033c0dcd6bf9b (diff)
downloadnixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar.gz
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar.bz2
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar.lz
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar.xz
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.tar.zst
nixpkgs-6620de7594cf2b4dd89c1b15c49495a52140d785.zip
ocamlPackages.atdgen: init at 2.0.0
Atdgen is a command-line program that takes as input type definitions in the
ATD syntax and produces OCaml code suitable for data serialization and
deserialization.

Homepage: https://github.com/mjambon/atd
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 0af48890ff1..9c3e81e3177 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -54,6 +54,8 @@ let
 
     atd = callPackage ../development/ocaml-modules/atd { };
 
+    atdgen = callPackage ../development/ocaml-modules/atdgen { };
+
     base64 = callPackage ../development/ocaml-modules/base64 { };
 
     bap = callPackage ../development/ocaml-modules/bap {