1 { lib, fetchurl, buildDunePackage, ocaml, alcotest }:
7 url = "https://github.com/rgrinberg/ocaml-semver/releases/download/${version}/semver-${version}.tbz";
8 hash = "sha256-CjzDUtoe5Hvt6zImb+EqVIulRUUUQd9MmuJ4BH/2mLg=";
11 doCheck = lib.versionAtLeast ocaml.version "4.08";
12 checkInputs = [ alcotest ];
15 homepage = "https://github.com/rgrinberg/ocaml-semver";
16 description = "Semantic versioning module";
17 license = lib.licenses.bsd3;
18 maintainers = [ lib.maintainers.ulrikstrid ];