1 { lib, fetchurl, buildDunePackage, ocaml
10 minimalOCamlVersion = "4.03";
13 url = "https://github.com/mirage/parse-argv/releases/download/v${version}/parse-argv-v${version}.tbz";
14 sha256 = "06dl04fcmwpkydzni2fzwrhk0bqypd55mgxfax9v82x65xrgj5gw";
17 propagatedBuildInputs = [ astring ];
19 doCheck = lib.versionAtLeast ocaml.version "4.08";
20 checkInputs = [ ounit ];
23 description = "Process strings into sets of command-line arguments";
24 homepage = "https://github.com/mirage/parse-argv";
25 license = lib.licenses.isc;
26 maintainers = [ lib.maintainers.vbgl ];