ocamlPackages.atdgen-runtime: init at 2.4.1

main
Vincent Laporte 2 years ago committed by Vincent Laporte
parent ae9b63301b
commit 5a90feb76a
  1. 15
      pkgs/development/ocaml-modules/atdgen/runtime.nix
  2. 2
      pkgs/top-level/ocaml-packages.nix

@ -0,0 +1,15 @@
{ buildDunePackage, atdgen-codec-runtime, biniou, camlp-streams, yojson }:
buildDunePackage rec {
pname = "atdgen-runtime";
inherit (atdgen-codec-runtime) version src;
minimalOCamlVersion = "4.08";
propagatedBuildInputs = [ biniou camlp-streams yojson ];
meta = atdgen-codec-runtime.meta // {
description = "Runtime library for code generated by atdgen";
};
}

@ -48,6 +48,8 @@ let
atdgen-codec-runtime = callPackage ../development/ocaml-modules/atdgen/codec-runtime.nix { };
atdgen-runtime = callPackage ../development/ocaml-modules/atdgen/runtime.nix { };
awa = callPackage ../development/ocaml-modules/awa { };
awa-lwt = callPackage ../development/ocaml-modules/awa/lwt.nix { };

Loading…
Cancel
Save