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-06-30 22:23:21 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-01 08:58:21 +0000
commit1551975e64fca2c6975b87cf0b05431a123df6f0 (patch)
treeeb3b333167913130765f69582ed6309699f1fe07 /pkgs/top-level/ocaml-packages.nix
parent81e46dbb29c0218e057df151e6377bf59b98db13 (diff)
downloadnixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar.gz
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar.bz2
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar.lz
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar.xz
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.tar.zst
nixpkgs-1551975e64fca2c6975b87cf0b05431a123df6f0.zip
ocamlPackages.ocp-ocamlres: init at 0.3
A tool ocp-ocamlres to embed files and directories inside OCaml executables,
with a companion library ocplib-ocamlres to manipulate them at run-time.

Homepage: https://www.typerex.org/ocp-ocamlres.html
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 617a9a378dd..49d02f61f91 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -393,6 +393,8 @@ let
 
     ocp-index = callPackage ../development/tools/ocaml/ocp-index { ocpIndent = ocpIndent_1_5_2; };
 
+    ocp-ocamlres = callPackage ../development/ocaml-modules/ocp-ocamlres { };
+
     ocplib-endian = callPackage ../development/ocaml-modules/ocplib-endian { };
 
     ocplib-json-typed = callPackage ../development/ocaml-modules/ocplib-json-typed { };