# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
  "Parsing of command line arguments (similar to GNU GetOpt) for OCaml"
description:
  "General command line syntax of GNU getopt and getopt_long, but is close to the spirit of the Arg module."
maintainer: ["Anthony Scemama"]
authors: ["Alain Frisch"]
license: "MIT"
tags: ["topics" "command-line"]
homepage: "https://github.com/scemama/ocaml-getopt"
bug-reports: "https://github.com/scemama/ocaml-getopt/issues"
depends: ["ocaml" "dune"]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/scemama/ocaml-getopt.git"
