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"
6dev-repo: "git+https://github.com/mirage/parse-argv.git"
7tags: [ "org:mirage"]
8doc: "https://docs.mirage.io"
9
10build: [
11 ["ocaml" "pkg/pkg.ml" "build"]
12 ["ocaml" "pkg/pkg.ml" "build" "--tests" "true"] {with-test}
13 ["ocaml" "pkg/pkg.ml" "test"] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.03"}
17 "ocamlbuild" {build}
18 "ocamlfind" {build}
19 "topkg" {build}
20 "ounit" {with-test}
21 "astring"
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: "https://github.com/mirage/parse-argv/archive/v0.0.1.tar.gz"
27 checksum: [
28 "sha256=268d701274a2afdc4922bb62919d1a5141d1eeb5d71e8e7a1dae29fe6adb19ed"
29 "md5=3084fc1d2116706a1f4f5825e8dded05"
30 ]
31}
32flags: deprecated
33post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ]