File: dune-project

package info (click to toggle)
ocaml-getopt 0.0.20230213-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: ml: 116; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(lang dune 2.0)

(name getopt)

(generate_opam_files true)

(source
 (github scemama/ocaml-getopt))

(authors "Alain Frisch")

(maintainers "Anthony Scemama")

(license MIT)


(package
 (name getopt)
 (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.")
 (depends ocaml dune)
 (tags
  (topics "command-line")))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project