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: [ ["ocaml" "pkg/pkg.ml" "build"] ["ocaml" "pkg/pkg.ml" "build" "--tests" "true"] {with-test} ["ocaml" "pkg/pkg.ml" "test"] {with-test} ] depends: [ "ocaml" {>= "4.03"} "ocamlbuild" {build} "ocamlfind" {build} "topkg" {build} "ounit" {with-test} "astring" ] synopsis: "process strings into sets of command-line arguments" description: "parse-argv is a small implementation of a simple argv parser." url { src: "https://github.com/mirage/parse-argv/archive/v0.0.1.tar.gz" checksum: [ "sha256=268d701274a2afdc4922bb62919d1a5141d1eeb5d71e8e7a1dae29fe6adb19ed" "md5=3084fc1d2116706a1f4f5825e8dded05" ] } flags: deprecated post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ]