1 { lib, fetchurl, buildDunePackage }:
4 pname = "ocaml-version";
8 url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-v${version}.tbz";
9 sha256 = "sha256-2MG+tejY67dxC19DTOZqPsi3UrHk1rqHxP4nRSvbiiU=";
12 minimumOCamlVersion = "4.07";
16 description = "Manipulate, parse and generate OCaml compiler version strings";
17 homepage = "https://github.com/ocurrent/ocaml-version";
18 license = licenses.isc;
19 maintainers = with maintainers; [ vbgl ];