File tree Expand file tree Collapse file tree 2 files changed +88
-0
lines changed
extism-manifest/extism-manifest.0.4.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.5.0.tar.gz"
37+ checksum: [
38+ "md5=83bd5cc838071848b407322dd023e504"
39+ "sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8"
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.5.0.tar.gz"
43+ checksum: [
44+ "md5=83bd5cc838071848b407322dd023e504"
45+ "sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8"
46+ ]
47+ }
You can’t perform that action at this time.
0 commit comments