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