opam-version: "2.0" maintainer: ["Mindy Preston "] authors: ["Jon Ludlam" "Magnus Skjegstad" "Mindy Preston"] homepage: "https://github.com/mirage/parse-argv" bug-reports: "https://github.com/mirage/parse-argv/issues" dev-repo: "git+https://github.com/mirage/parse-argv.git" tags: [ "org:mirage"] doc: "https://docs.mirage.io" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest"] {with-test} ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta10"} "ounit" {with-test} "astring" "result" ] synopsis: "Process strings into sets of command-line arguments" description: """ parse-argv is a small implementation of a simple argv parser. This code was factored out of [mirage-bootvar-xen](https://github.com/mirage/mirage-bootvar-xen) and [mirage-bootvar-solo5](https://github.com/mirage/mirage-bootvar-solo5).""" url { src: "https://github.com/mirage/parse-argv/releases/download/v0.1.0/parse-argv-0.1.0.tbz" checksum: [ "sha256=b9489a66a0d7238238f4814720cd8430008106a2c8e4f90afc949c977015b77e" "md5=56b76c25adc79443fa32e7571ad0d66a" ] } flags: deprecated post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ]