-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA
23 lines (22 loc) · 782 Bytes
/
META
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OASIS_START
# DO NOT EDIT (digest: a4e4226ae4b2c57d647eb44aaae3aca5)
version = "0.4"
description = "Parse/convert OCaml values from/to yojson ast"
requires = "yojson"
archive(byte) = "deriving-yojson.cma"
archive(byte, plugin) = "deriving-yojson.cma"
archive(native) = "deriving-yojson.cmxa"
archive(native, plugin) = "deriving-yojson.cmxs"
exists_if = "deriving-yojson.cma"
package "syntax" (
version = "0.4"
description = "Deriving-yojson syntax"
requires = "deriving.syntax.common"
archive(syntax, preprocessor) = "syntax.cma"
archive(syntax, toploop) = "syntax.cma"
archive(syntax, preprocessor, native) = "syntax.cmxa"
archive(syntax, preprocessor, native, plugin) = "syntax.cmxs"
requires(syntax) = "deriving.syntax.common"
exists_if = "syntax.cma"
)
# OASIS_STOP