-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
53 lines (43 loc) · 1.02 KB
/
dune-project
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
(lang dune 3.2)
(name extism)
(using mdx 0.3)
(generate_opam_files true)
(source
(github extism/ocaml-sdk))
(authors "Extism Authors <[email protected]>")
(maintainers "Extism Authors <[email protected]>")
(license BSD-3-Clause)
(documentation https://github.com/extism/ocaml-sdk)
(package
(name extism)
(synopsis "Extism bindings")
(description "Bindings to Extism, the universal plugin system")
(depends
(ocaml (>= 4.14.1))
dune
(ctypes (>= 0.22.0))
(ctypes-foreign (>= 0.22.0))
(integers (>= 0.3.0))
(bigstringaf (>= 0.9.0))
(ppx_yojson_conv (>= v0.15.0))
(extism-manifest (= :version))
(ppx_inline_test (>= v0.15.0))
(cmdliner (>= 1.1.1))
(uuidm (>= 0.9.9))
(mdx (and (>= 2.3.0) :with-test))
)
(tags
(wasm plugin)))
(package
(name extism-manifest)
(synopsis "Extism manifest bindings")
(description "Bindings to the Extism manifest format")
(depends
(ocaml (>= 4.14.1))
dune
(ppx_yojson_conv (>= v0.15.0))
(ppx_inline_test (>= v0.15.0))
(base64 (>= 3.5.0))
)
(tags
(wasm plugin)))