1 { lib, fetchurl, buildDunePackage, alcotest }:
4 pname = "ocaml-version";
8 url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
9 hash = "sha256-NcelYCcDPooOP7GfWr2m27GDikKiMqezcvRfFmBzlYY=";
12 checkInputs = [ alcotest ];
16 minimalOCamlVersion = "4.07";
20 description = "Manipulate, parse and generate OCaml compiler version strings";
21 homepage = "https://github.com/ocurrent/ocaml-version";
22 license = licenses.isc;
23 maintainers = with maintainers; [ vbgl ];