forked from mirage/ocaml-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
108 lines (95 loc) · 2.92 KB
/
_oasis
File metadata and controls
108 lines (95 loc) · 2.92 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
OASISFormat: 0.3
Name: github
Version: 0.4.2
Synopsis: Github API interface
Authors: Anil Madhavapeddy
License: ISC
Plugins: META (0.3)
BuildTools: ocamlbuild
PostConfCommand: ./init_config.sh
Flag unix
Description: build the UNIX subpackage
Default: true
Library github
Path: lib
Findlibname: github
Modules: Github, Github_j, Github_t
BuildDepends: lwt.syntax, cohttp, uri (>= 1.3.3), cohttp.lwt (>= 0.9.1), yojson, atdgen
Library github_unix
Build$: flag(unix)
Install$: flag(unix)
Path: unix
Findlibname: unix
FindlibParent: github
Modules: Github_cookie_jar
BuildDepends: lwt.syntax, lwt.unix, github
Executable rwo
Path: lib_test
MainIs: rwo.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable "git-jar"
Path: jar
MainIs: jar.ml
Custom: true
CompiledObject: best
Install: true
BuildDepends: cohttp.lwt, lwt.syntax, github.unix, cmdliner, lambda-term
Executable current_user
Path: lib_test
MainIs: current_user.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable get_token
Path: lib_test
MainIs: get_token.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable repo_info
Path: lib_test
MainIs: repo_info.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable list_issues
Path: lib_test
MainIs: issues.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable list_tags
Path: lib_test
MainIs: tags.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable list_milestones
Path: lib_test
MainIs: milestones.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable create_issue
Path: lib_test
MainIs: create_issue.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen
Executable create_milestone
Path: lib_test
MainIs: create_milestone.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt, lwt.syntax, github, atdgen