File tree Expand file tree Collapse file tree 2 files changed +88
-0
lines changed
extism-manifest/extism-manifest.0.2.0 Expand file tree Collapse file tree 2 files changed +88
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Extism manifest bindings"
4+ description: "Bindings to the Extism manifest format"
5+ maintainer: ["Extism Authors <
[email protected] >"]
6+ authors: ["Extism Authors <
[email protected] >"]
7+ license: "BSD-3-Clause"
8+ tags: ["topics" "wasm" "plugin"]
9+ homepage: "https://github.com/extism/extism"
10+ doc: "https://github.com/extism/extism"
11+ bug-reports: "https://github.com/extism/extism/issues"
12+ depends: [
13+ "ocaml" {>= "4.14.1"}
14+ "dune" {>= "3.2"}
15+ "ppx_yojson_conv" {>= "v0.15.0"}
16+ "ppx_inline_test" {>= "v0.15.0"}
17+ "base64" {>= "3.5.0"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/extism/extism.git"
35+ url {
36+ src: "https://github.com/extism/extism/archive/refs/tags/v0.3.0.tar.gz"
37+ checksum: [
38+ "md5=4efa829603bcc89fc4d119413bb8046b"
39+ "sha512=536c5fe02824a066a8eef07e639b4b9431fbd2e8aa1413fc40b04719cb275d71a02f0d0af9dff3b471699080e3c393fa9d7bf7cff4a86222ff3e9fe29f2eb2aa"
40+ ]
41+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Extism bindings"
4+ description: "Bindings to Extism, the universal plugin system"
5+ maintainer: ["Extism Authors <
[email protected] >"]
6+ authors: ["Extism Authors <
[email protected] >"]
7+ license: "BSD-3-Clause"
8+ tags: ["topics" "wasm" "plugin"]
9+ homepage: "https://github.com/extism/extism"
10+ doc: "https://github.com/extism/extism"
11+ bug-reports: "https://github.com/extism/extism/issues"
12+ depends: [
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"}
19+ "extism-manifest" {= version}
20+ "ppx_inline_test" {>= "v0.15.0"}
21+ "cmdliner" {>= "1.1.1"}
22+ "odoc" {with-doc}
23+ ]
24+ build: [
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+ ]
38+ dev-repo: "git+https://github.com/extism/extism.git"
39+ build-env: [EXTISM_TEST_NO_LIB = ""]
40+ post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
41+ url {
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+ }
You can’t perform that action at this time.
0 commit comments