this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Extism bindings"
4description: "Bindings to Extism, the universal plugin system"
5maintainer: ["Extism Authors <oss@extism.org>"]
6authors: ["Extism Authors <oss@extism.org>"]
7license: "BSD-3-Clause"
8tags: ["topics" "wasm" "plugin"]
9homepage: "https://github.com/extism/extism"
10doc: "https://github.com/extism/extism"
11bug-reports: "https://github.com/extism/extism/issues"
12depends: [
13 "ocaml" {>= "4.14.1"}
14 "dune" {>= "3.2"}
15 "ctypes" {>= "0.18.0"}
16 "ctypes-foreign" {>= "0.18.0"}
17 "bigstringaf" {>= "0.9.0"}
18 "ppx_yojson_conv" {>= "v0.15.0" & < "v0.16.0"}
19 "extism-manifest" {= version}
20 "ppx_inline_test" {>= "v0.15.0"}
21 "cmdliner" {>= "1.1.1"}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/extism/extism.git"
39build-env: [EXTISM_TEST_NO_LIB = ""]
40post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
41url {
42 src: "https://github.com/extism/extism/archive/refs/tags/v0.3.0.tar.gz"
43 checksum: [
44 "md5=4efa829603bcc89fc4d119413bb8046b"
45 "sha512=536c5fe02824a066a8eef07e639b4b9431fbd2e8aa1413fc40b04719cb275d71a02f0d0af9dff3b471699080e3c393fa9d7bf7cff4a86222ff3e9fe29f2eb2aa"
46 ]
47}