forked from pdonadeo/ocaml-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META
23 lines (22 loc) · 826 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: 5e3fc0b21e4bb7d25250251911e222fd)
version = "1.1.0"
description = "Functional lenses"
archive(byte) = "lens.cma"
archive(byte, plugin) = "lens.cma"
archive(native) = "lens.cmxa"
archive(native, plugin) = "lens.cmxs"
exists_if = "lens.cma"
package "ppx_deriving" (
version = "1.1.0"
description = "ppx-deriving support for lens"
requires = "lens ppx_deriving.api ppx_tools.metaquot"
archive(syntax, preprocessor) = "lens_ppx_deriving.cma"
archive(syntax, toploop) = "lens_ppx_deriving.cma"
archive(syntax, preprocessor, native) = "lens_ppx_deriving.cmxa"
archive(syntax, preprocessor, native, plugin) = "lens_ppx_deriving.cmxs"
requires(-ppx_driver) = "ppx_deriving"
ppxopt(-ppx_driver) = "ppx_deriving,./lens_ppx_deriving.cma"
exists_if = "lens_ppx_deriving.cma"
)
# OASIS_STOP