File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/cmdliner-windows/cmdliner-windows.1.3.0 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Declarative definition of command line interfaces for OCaml"
3
+ description: """\
4
+ Cmdliner allows the declarative definition of command line interfaces
5
+ for OCaml.
6
+
7
+ It provides a simple and compositional mechanism to convert command
8
+ line arguments to OCaml values and pass them to your functions. The
9
+ module automatically handles syntax errors, help messages and UNIX man
10
+ page generation. It supports programs with single or multiple commands
11
+ and respects most of the [POSIX][1] and [GNU][2] conventions.
12
+
13
+ Cmdliner has no dependencies and is distributed under the ISC license.
14
+
15
+ [1]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html
16
+ [2]: http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
17
+
18
+ Home page: http://erratique.ch/software/cmdliner"""
19
+ maintainer: "Daniel Bünzli <daniel.buenzl
[email protected] >"
20
+ authors: "The cmdliner programmers"
21
+ license: "ISC"
22
+ tags: ["cli" "system" "declarative" "org:erratique"]
23
+ homepage: "https://erratique.ch/software/cmdliner"
24
+ doc: "https://erratique.ch/software/cmdliner/doc"
25
+ bug-reports: "https://github.com/dbuenzli/cmdliner/issues"
26
+ depends: [
27
+ "ocaml" {>= "4.08.0"},
28
+ "ocaml-windows"
29
+ ]
30
+ build: [
31
+ ["dune" "build" "-p" "cmdliner" "-x" "windows" "-j" jobs]
32
+ ]
33
+ dev-repo: "git+https://erratique.ch/repos/cmdliner.git"
34
+ url {
35
+ src: "https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz"
36
+ checksum:
37
+ "sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283"
38
+ }
You can’t perform that action at this time.
0 commit comments