-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
37 lines (33 loc) · 1012 Bytes
/
_oasis
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
OASISFormat: 0.4
Name: deriving-yojson
OCamlVersion: >= 3.12.1
Version: 0.4
Synopsis: Parse/convert OCaml values from/to yojson ast
Authors: Hugo Heuzard
Maintainers: Hugo Heuzard <hugo.heuzard@gmail.com>
Homepage: https://github.com/hhugo/deriving-yojson
License: LGPL-2.1 with OCaml linking exception
Plugins: StdFiles (0.4),META (0.4)
BuildTools: ocamlbuild
Library "deriving-yojson"
Path: ./
Modules: Deriving_Yojson
BuildDepends: yojson
Library "syntax"
Path: ./syntax
FindlibParent: deriving-yojson
Modules: Pa_deriving_yojson
BuildDepends: deriving.syntax.common (>= 0.6)
XMETAType: syntax
XMETADescription: Deriving-yojson syntax
XMETAExtraLines: requires(syntax) = "deriving.syntax.common"
Executable test
Path: ./exemple
Install: false
Build$: flag(tests)
MainIs: test.ml
CompiledObject: best
BuildDepends: deriving.syntax,deriving-yojson,deriving-yojson.syntax
Test tests
Run$: flag(tests)
Command: $test