forked from dbuenzli/cmdliner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
91 lines (79 loc) · 2.07 KB
/
_oasis
File metadata and controls
91 lines (79 loc) · 2.07 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
OASISFormat: 0.3
Name: cmdliner
Version: %%VERSION%%
Synopsis: Declarative definition of command line interfaces for OCaml
Maintainers: Daniel Bünzli <daniel.buenzli at erratique.ch>
Authors: Daniel Bünzli <daniel.buenzli at erratique.ch>
Copyrights: (c) 2011-2012 Daniel C. Bünzli
License: BSD3
Homepage: http://erratique.ch/software/cmdliner
Description:
Cmdliner is a module for the declarative definition of command line
interfaces.
.
It provides a simple and compositional mechanism to convert command
line arguments to OCaml values and pass them to your functions. The
module automatically handles syntax errors, help messages and UNIX man
page generation. It supports programs with single or multiple commands
and respects most of the POSIX and GNU conventions.
.
Cmdliner is made of a single independent module and distributed under
the BSD3 license.
OCamlVersion: >= 3.12.0
Plugins: META (0.3)
BuildTools:ocamlbuild
Library cmdliner
Path: src
Modules: Cmdliner
Executable revolt
Path: test
MainIs: revolt.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Executable chorus
Path: test
MainIs: chorus.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Executable cp_ex
Path: test
MainIs: cp_ex.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Executable tail_ex
Path: test
MainIs: tail_ex.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Executable darcs_ex
Path: test
MainIs: darcs_ex.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Executable rm_ex
Path: test
MainIs: rm_ex.ml
CompiledObject: Best
BuildDepends: cmdliner
Install: false
Document api
Title: Cmdliner's documentation and API reference
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
XOCamlbuildLibraries: cmdliner
XOCamlbuildPath: doc
Document distribution
Title: "Cmdliner's README and CHANGES files"
DataFiles: README CHANGES
Document samples
Title: "Cmdliner's sample code"
DataFiles: test/*.ml
SourceRepository head
Type: git
Location: git://erratique.ch/repos/cmdliner.git
Browser: http://erratique.ch/repos/cmdliner