forked from mirage/ocaml-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA
57 lines (53 loc) · 1.71 KB
/
META
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
# OASIS_START
# DO NOT EDIT (digest: 5b0fd45ae655f8f13a94f5d02d4681e8)
version = "1.8.0"
description = "A low-level interface to Git in pure OCaml"
requires = "mstruct logs ocamlgraph uri lwt hex astring crc fmt decompress"
archive(byte) = "git.cma"
archive(byte, plugin) = "git.cma"
archive(native) = "git.cmxa"
archive(native, plugin) = "git.cmxs"
exists_if = "git.cma"
package "unix" (
version = "1.8.0"
description = "A low-level interface to Git in pure OCaml"
requires =
"git git.http lwt cohttp.lwt lwt.unix conduit.lwt-unix zip nocrypto"
archive(byte) = "git-unix.cma"
archive(byte, plugin) = "git-unix.cma"
archive(native) = "git-unix.cmxa"
archive(native, plugin) = "git-unix.cmxs"
exists_if = "git-unix.cma"
)
package "top" (
version = "1.8.0"
description = "Toplevel printers for Git values"
requires = "git"
archive(byte) = "git_top.cma"
archive(byte, plugin) = "git_top.cma"
archive(native) = "git_top.cmxa"
archive(native, plugin) = "git_top.cmxs"
exists_if = "git_top.cma"
)
package "mirage" (
version = "1.8.0"
description = "A low-level interface to Git in pure OCaml"
requires =
"git git.http mirage-types.lwt io-page conduit.mirage dns.mirage mirage-http mirage-flow channel"
archive(byte) = "git-mirage.cma"
archive(byte, plugin) = "git-mirage.cma"
archive(native) = "git-mirage.cmxa"
archive(native, plugin) = "git-mirage.cmxs"
exists_if = "git-mirage.cma"
)
package "http" (
version = "1.8.0"
description = "A low-level interface to Git in pure OCaml"
requires = "git lwt cohttp.lwt uri.services"
archive(byte) = "git-http.cma"
archive(byte, plugin) = "git-http.cma"
archive(native) = "git-http.cmxa"
archive(native, plugin) = "git-http.cmxs"
exists_if = "git-http.cma"
)
# OASIS_STOP