opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/samoht/ocaml-arg"
build: [[make]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
synopsis: "A simple library to handle subcommand arguments"
extra-files: ["ocaml-arg.install" "md5=06539d3ddaebc1d0648f90886629a7a3"]
url {
  src: "https://github.com/samoht/ocaml-arg/tarball/0.1"
  checksum: "md5=5e4e5e577a2ec167434ce3cb4796ce62"
}
