-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_oasis
54 lines (47 loc) · 1.44 KB
/
_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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
OASISFormat: 0.4
Name: d3
Version: dev
OCamlVersion: >= 4.01.0
Synopsis: OCaml bindings for D3.js
Authors: Spiros Eliopoulos <[email protected]>
Maintainers: Spiros Eliopoulos <[email protected]>
Homepage: https://github.com/seliopou/ocaml-d3
Copyrights: (C) 2015 Inhabited Type LLC
License: BSD-3-clause
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildPluginTags: package(js_of_ocaml.ocamlbuild)
Flag examples
Description: build example programs
Default: false
Library d3
Path: lib
Findlibname: d3
Modules: D3
BuildDepends: js_of_ocaml-ocamlbuild, js_of_ocaml-ppx
Document d3
Title: D3 Docs
Type: ocamlbuild (0.4)
BuildTools+: ocamldoc
Install: true
XOCamlbuildPath: lib
XOCamlbuildLibraries: d3
Executable rectangle
Path: examples
MainIs: rectangle.ml
Build$: flag(examples)
CompiledObject: byte
Install: false
BuildDepends: d3, js_of_ocaml-ppx
Executable todo
Path: examples
MainIs: todo.ml
Build$: flag(examples)
CompiledObject: byte
Install: false
BuildDepends: d3, lwt, js_of_ocaml-lwt, js_of_ocaml-ppx, yojson
SourceRepository master
Type: git
Location: https://github.com/seliopou/ocaml-d3.git
Browser: https://github.com/seliopou/ocaml-d3