10 buildDunePackage rec {
14 minimalOCamlVersion = "4.03.0"; # Specified to be 4.01.0, but it's actually 4.03
17 url = "https://github.com/xapi-project/ocaml-unix-errno/releases/download/${version}/unix-errno-${version}.tbz";
18 sha256 = "sha256-LWqbyGcxs6f/FcOPo3JYR3U+AL0JHeWCiGjuYhxxrWU=";
21 propagatedBuildInputs = [
28 homepage = "https://github.com/xapi-project/ocaml-unix-errno"; # This is the repo used in the opam package
29 description = "Unix errno types, maps, and support for OCaml";
30 license = with licenses; [
33 ]; # All the files indicate ISC, but there's an LGPL LICENSE file
34 maintainers = with maintainers; [ dandellion ];