this repo has no description
1opam-version: "2.0"
2maintainer: "Mindy Preston <mindy.preston@docker.com>"
3authors: ["Jon Ludlam" "Magnus Skjegstad" "Mindy Preston"]
4homepage: "https://github.com/mirage/parse-argv"
5bug-reports: "https://github.com/mirage/parse-argv/issues"
6doc: "https://docs.mirage.io/parse-argv"
7tags: "org:mirage"
8dev-repo: "git+https://github.com/mirage/parse-argv.git"
9build: [
10 ["ocaml" "pkg/pkg.ml" "build"]
11 ["ocaml" "pkg/pkg.ml" "build" "--tests" "true"] {with-test}
12 ["ocaml" "pkg/pkg.ml" "test"] {with-test}
13]
14depends: [
15 "ocaml" {>= "4.02.3"}
16 "ocamlbuild" {build}
17 "ocamlfind" {build}
18 "topkg" {build}
19 "ounit" {with-test}
20 "astring"
21 "result"
22]
23synopsis: "process strings into sets of command-line arguments"
24description: "parse-argv is a small implementation of a simple argv parser."
25url {
26 src:
27 "https://github.com/mirage/parse-argv/releases/download/v0.0.3/parse-argv-0.0.3.tbz"
28 checksum: [
29 "sha256=a048ec6bb77eb9fa7f092394088af35c2d1e5c9029a775a0944f5c982a99390e"
30 "md5=b607219f9fcc97a3bac006dc69860937"
31 ]
32}
33flags: deprecated
34post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ]