about 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>2018-11-04 06:49:27 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-12-11 08:12:27 +0000
commite9b43adab722bce20978f0d83099b5da0baf2162 (patch)
tree144e62050bb466ad97ba29516d316a95c137078b /pkgs/top-level/ocaml-packages.nix
parent9fba490258e127b533c342562f008fb07f0fa960 (diff)
downloadnixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar.gz
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar.bz2
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar.lz
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar.xz
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.tar.zst
nixlib-e9b43adab722bce20978f0d83099b5da0baf2162.zip
ocamlPackages.optint: init at 0.0.2
This library provide one module Optint which internally uses an int if
you are in a x64 architecture or an int32 (boxed value) if you are in a
x86 architecture.

Homepage: https://github.com/mirage/optint
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 197051f3c2ec..f2c0f16302e8 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -557,6 +557,8 @@ let
 
     opti = callPackage ../development/ocaml-modules/opti { };
 
+    optint = callPackage ../development/ocaml-modules/optint { };
+
     otfm = callPackage ../development/ocaml-modules/otfm { };
 
     otr = callPackage ../development/ocaml-modules/otr { };