1 { lib, fetchFromGitHub, buildDunePackage
9 src = fetchFromGitHub {
11 repo = "ocaml-integers";
13 sha256 = "sha256-zuUgP1jOiVT0q6GisGpkqx7nybWbARgnAcU8NYqvCzA=";
16 propagatedBuildInputs = [ stdlib-shims ];
19 description = "Various signed and unsigned integer types for OCaml";
20 license = lib.licenses.mit;
21 homepage = "https://github.com/ocamllabs/ocaml-integers";
22 changelog = "https://github.com/ocamllabs/ocaml-integers/raw/${version}/CHANGES.md";
23 maintainers = [ lib.maintainers.vbgl ];