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:33 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-12-11 08:12:27 +0000
commit1a04bd44145dda65720ea95c0471d5aa911caf11 (patch)
tree29936a68f81ba0107bdae1a0b78eca35836f5176 /pkgs/top-level/ocaml-packages.nix
parente9b43adab722bce20978f0d83099b5da0baf2162 (diff)
downloadnixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar.gz
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar.bz2
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar.lz
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar.xz
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.tar.zst
nixpkgs-1a04bd44145dda65720ea95c0471d5aa911caf11.zip
ocamlPackages.checkseum: init at 0.0.3
Chekseum is an OCaml library which implements ADLER-32 and CRC32C Cyclic
Redundancy Check. It provides 2 implementation, the first in C and the
second in OCaml.

Homepage: https://github.com/mirage/checkseum
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 f2c0f16302e..e03cb8e8b3b 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -138,6 +138,8 @@ let
 
     cairo2 = callPackage ../development/ocaml-modules/cairo2 { };
 
+    checkseum = callPackage ../development/ocaml-modules/checkseum { };
+
     cil = callPackage ../development/ocaml-modules/cil { };
 
     cmdliner = callPackage ../development/ocaml-modules/cmdliner { };