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.2"
  checksum: "md5=e4d2ad641c08041e166a59d66e909cd9"
}
