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/ocaml-sdk"
10doc: "https://github.com/extism/ocaml-sdk"
11bug-reports: "https://github.com/extism/ocaml-sdk/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"}
19 "extism-manifest" {= version}
20 "ppx_inline_test" {>= "v0.15.0"}
21 "cmdliner" {>= "1.1.1"}
22 "uuidm" {>= "0.9.8"}
23 "mdx" {>= "2.3.0" & with-test}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/extism/ocaml-sdk.git"
41build-env: [EXTISM_TEST_NO_LIB = "1"]
42post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
43url {
44 src: "https://github.com/extism/ocaml-sdk/archive/refs/tags/v1.0.0.tar.gz"
45 checksum: [
46 "md5=b079cecbd0ff744fea450d7429493a86"
47 "sha512=50e1c6896da8464cd7bfbcf5eb1d2905cad83676d9b2b1d9aa2846ad7a1aed7178abbc77e62cb15c5b5a934d4ae53645cc18ece1c76961e7ecdedb3453ac721d"
48 ]
49}