forked from OCamlPro/ocp-indent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA
More file actions
26 lines (26 loc) · 669 Bytes
/
META
File metadata and controls
26 lines (26 loc) · 669 Bytes
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
package "lib" (
version = "1.5.2"
directory = "lib"
archive(byte) = "ocp-indent.lib.cma"
archive(native) = "ocp-indent.lib.cmxa"
requires = "ocp-indent.lexer ocp-indent.utils"
)
package "utils" (
version = "1.5.2"
directory = "utils"
archive(byte) = "ocp-indent.utils.cma"
archive(native) = "ocp-indent.utils.cmxa"
requires = "ocp-indent.lexer"
)
package "lexer" (
version = "1.5.2"
directory = "lexer"
archive(byte) = "ocp-indent.lexer.cma"
archive(native) = "ocp-indent.lexer.cmxa"
)
package "dynlink" (
version = "1.5.2"
directory = "dynlink"
archive(byte) = "ocp-indent.dynlink.cma"
archive(native) = "ocp-indent.dynlink.cmxa"
)