-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
65 lines (59 loc) · 1.91 KB
/
_oasis
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
OASISFormat: 0.3
Name: swdogen
Version: 0.1.0
Synopsis: SWagger DOcumentation GENerator
Description: Scan and parse your source code and generate valid swagger document feed to swagger-ui
Authors: C.Y. yuen
Maintainers: colsy2@gmail.com
Copyrights: (C) 2013 C.Y. Yuen
ConfType: Internal (0.3)
BuildType: OCamlbuild (0.3)
InstallType: Internal (0.3)
Homepage: https://github.com/dotcy/swdogen/wiki
License: MIT
Plugins: META (0.3)
BuildTools: ocamlbuild
Library swdogen
Path: swdogen
Modules: Codegen,
Parser,
Semantic,
Ast,
Config,
Msgpool,
Deployer,
Discover,
Som
InternalModules: Swgparser, Swglexer, Config_t, Config_j
Pack: true
CompiledObject: Best
BuildDepends: atdgen (>= 1.2.3), unix
BuildTools+: ocamlyacc, ocamllex
XMETADescription: _oasis file functions
Install: true
Executable swdogen
Path: src
BuildDepends: atdgen (>= 1.2.3), unix, swdogen
MainIs: main.ml
CompiledObject: best
Document swdogen
Title: Swdogen docs
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
Install: true
XOCamlbuildPath: swdogen
XOCamlbuildLibraries: swdogen
Executable test
Path: test
BuildTools: ocamlbuild
MainIs: test.ml
Install: false
CompiledObject: best
BuildDepends: oUnit (>= 2.0.0), swdogen
Test test
Command: $test -swdogen $swdogen
WorkingDirectory: test
SourceRepository master
Type: git
Location: https://github.com/dotcy/swdogen.git
Browser: https://github.com/dotcy/swdogen