File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/getopt/getopt.20230213 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis:
4+ "Parsing of command line arguments (similar to GNU GetOpt) for OCaml"
5+ description:
6+ "General command line syntax of GNU getopt and getopt_long, but is close to the spirit of the Arg module."
7+ maintainer: ["Anthony Scemama"]
8+ authors: ["Alain Frisch"]
9+ license: "MIT"
10+ tags: ["topics" "command-line"]
11+ homepage: "https://github.com/scemama/ocaml-getopt"
12+ bug-reports: "https://github.com/scemama/ocaml-getopt/issues"
13+ depends: [
14+ "ocaml" {>= "4.07"}
15+ "dune" {>= "3.6"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/scemama/ocaml-getopt.git"
33+ url {
34+ src: "https://github.com/scemama/ocaml-getopt/archive/20230213.tar.gz"
35+ checksum: [
36+ "md5=14a2c956af6145aaf293c62dfa36e099"
37+ "sha512=1b40a0cf4ba6486626c38b89d7aae033b92c582b50fe160a05560397d9c261d1cc850727dd50602e0342612688c1223b95d0c6900b19f0a343c039577b8f08d0"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments