opam-version: "2.0"
maintainer:   ["Mindy Preston <mindy.preston@docker.com>"]
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.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/archive/v0.0.2.tar.gz"
  checksum: "md5=8caa31daa46de44d165712b7baea6e1c"
}
