From 086fbfa3088defd3e6b0278161cdca792f1bd704 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 10 Jan 2017 18:32:58 +0000 Subject: ocamlPackages.owee: init at 0.2 Owee is an experimental library to work with DWARF format. Homepage: https://github.com/let-def/owee --- 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 6e3f98c7ba2..91e349eede9 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -351,6 +351,8 @@ let otr = callPackage ../development/ocaml-modules/otr { }; + owee = callPackage ../development/ocaml-modules/owee { }; + ounit = callPackage ../development/ocaml-modules/ounit { }; piqi = callPackage ../development/ocaml-modules/piqi { }; -- cgit 1.4.1