1 { lib, fetchurl, buildDunePackage }:
5 pname = "ocaml-version";
8 minimumOCamlVersion = "4.07";
13 url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-v${version}.tbz";
14 sha256 = "15vk8sh50p3f2mbv8z7mqnx76cffri36f2krp25zkkwix8jg7ci4";
18 description = "Manipulate, parse and generate OCaml compiler version strings";
19 homepage = "https://github.com/ocurrent/ocaml-version";
20 license = lib.licenses.isc;
21 maintainers = [ lib.maintainers.vbgl ];