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" doc: "https://docs.mirage.io/parse-argv" tags: "org:mirage" dev-repo: "git+https://github.com/mirage/parse-argv.git" 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.02.3"} "ocamlbuild" {build} "ocamlfind" {build} "topkg" {build} "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." url { src: "https://github.com/mirage/parse-argv/releases/download/v0.0.3/parse-argv-0.0.3.tbz" checksum: [ "sha256=a048ec6bb77eb9fa7f092394088af35c2d1e5c9029a775a0944f5c982a99390e" "md5=b607219f9fcc97a3bac006dc69860937" ] } flags: deprecated post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ]