1 { lib, fetchurl, buildDunePackage, ocaml
12 minimumOCamlVersion = "4.03";
15 url = "https://github.com/mirage/parse-argv/releases/download/v${version}/parse-argv-v${version}.tbz";
16 sha256 = "06dl04fcmwpkydzni2fzwrhk0bqypd55mgxfax9v82x65xrgj5gw";
19 propagatedBuildInputs = [ astring ];
21 doCheck = lib.versionAtLeast ocaml.version "4.04";
22 checkInputs = [ ounit ];
25 description = "Process strings into sets of command-line arguments";
26 homepage = "https://github.com/mirage/parse-argv";
27 license = lib.licenses.isc;
28 maintainers = [ lib.maintainers.vbgl ];