From cc012b227f47cb1913a446d95bb699967f027e71 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 17 Mar 2017 02:37:38 +0000 Subject: ocamlPackages.functoria: init at 2.0.2 Functoria is a DSL to describe a set of modules and functors, their types and how to apply them in order to produce a complete application. Homepage: https://github.com/mirage/functoria --- pkgs/top-level/ocaml-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level/ocaml-packages.nix') diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 4cd041564f9..03afec1870f 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -198,6 +198,8 @@ let fpath = callPackage ../development/ocaml-modules/fpath { }; + functoria = callPackage ../development/ocaml-modules/functoria { }; + functory = callPackage ../development/ocaml-modules/functory { }; gen = callPackage ../development/ocaml-modules/gen { }; -- cgit 1.4.1