mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
We're using the OCaml 5.0 beta compiler on CI because we're bumping up against this issue: https://github.com/ocaml/ocaml/issues/11489 and the fix isn't released yet.
25 lines
501 B
Plaintext
25 lines
501 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-Clause)
|
|
|
|
(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 ppx_inline_test)
|
|
(tags
|
|
(topics wasm plugin)))
|