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>2017-03-16 07:11:33 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-16 07:11:33 +0000
commit49c18cc75d394c57acffa594b170d36014a88b3a (patch)
tree3438c5a70d9d3ee69a990dcb4f0e3b3f634e222a /pkgs/top-level/ocaml-packages.nix
parentf60fec99d19f0f2181661d65f73aca3a85ca81c4 (diff)
downloadnixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar.gz
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar.bz2
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar.lz
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar.xz
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.tar.zst
nixpkgs-49c18cc75d394c57acffa594b170d36014a88b3a.zip
ocamlPackages.bos: init at 0.1.4
Bos provides support for basic and robust interaction
with the operating system in OCaml.

Homepage: http://erratique.ch/software/bos
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 aeef0a2859b..43cd2e22e4e 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -53,6 +53,8 @@ let
 
     bolt = callPackage ../development/ocaml-modules/bolt { };
 
+    bos = callPackage ../development/ocaml-modules/bos { };
+
     bitstring =
       if lib.versionOlder "4.02" ocaml.version
       then callPackage ../development/ocaml-modules/bitstring { }