12 src = fetchFromGitHub {
14 repo = "ocaml-integers";
16 sha256 = "sha256-zuUgP1jOiVT0q6GisGpkqx7nybWbARgnAcU8NYqvCzA=";
19 propagatedBuildInputs = [ stdlib-shims ];
22 description = "Various signed and unsigned integer types for OCaml";
23 license = lib.licenses.mit;
24 homepage = "https://github.com/ocamllabs/ocaml-integers";
25 changelog = "https://github.com/ocamllabs/ocaml-integers/raw/${version}/CHANGES.md";
26 maintainers = [ lib.maintainers.vbgl ];