mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
25 lines
478 B
Plaintext
25 lines
478 B
Plaintext
(lang dune 3.2)
|
|
|
|
(name extism)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(github extism/extism))
|
|
|
|
(authors "Extism Authors <oss@extism.org>")
|
|
|
|
(maintainers "Extism Authors <oss@extism.org>")
|
|
|
|
(license BSD-3)
|
|
|
|
(documentation https://github.com/extism/extism)
|
|
|
|
(package
|
|
(name extism)
|
|
(synopsis "Extism bindings")
|
|
(description "Bindings to Extism, the universal plugin system")
|
|
(depends ocaml dune ctypes-foreign bigstringaf ppx_yojson_conv base64)
|
|
(tags
|
|
(topics wasm plugin)))
|