9 pname = "ocaml-version";
13 url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
14 hash = "sha256-NcelYCcDPooOP7GfWr2m27GDikKiMqezcvRfFmBzlYY=";
17 checkInputs = [ alcotest ];
21 minimalOCamlVersion = "4.07";
25 description = "Manipulate, parse and generate OCaml compiler version strings";
26 homepage = "https://github.com/ocurrent/ocaml-version";
27 license = licenses.isc;
28 maintainers = with maintainers; [ vbgl ];