Adds ocaml-dolog-1.0

dolog is a minimalistic lazy logger in OCaml

Homepage: https://github.com/UnixJunkie/dolog
This commit is contained in:
Vincent Laporte
2015-03-19 19:14:18 +01:00
parent d52b6f1d3e
commit 20b150b26c
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -3969,6 +3969,8 @@ let
deriving = callPackage ../development/tools/ocaml/deriving { };
dolog = callPackage ../development/ocaml-modules/dolog { };
easy-format = callPackage ../development/ocaml-modules/easy-format { };
eff = callPackage ../development/interpreters/eff { };