# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Extism bindings" description: "Bindings to Extism, the universal plugin system" maintainer: ["Extism Authors "] authors: ["Extism Authors "] license: "BSD-3-Clause" tags: ["topics" "wasm" "plugin"] homepage: "https://github.com/extism/extism" doc: "https://github.com/extism/extism" bug-reports: "https://github.com/extism/extism/issues" depends: [ "ocaml" {>= "4.14.1"} "dune" {>= "3.2"} "ctypes" {>= "0.18.0"} "ctypes-foreign" {>= "0.18.0"} "bigstringaf" {>= "0.9.0"} "ppx_yojson_conv" {>= "v0.15.0"} "extism-manifest" {= version} "ppx_inline_test" {>= "v0.15.0"} "cmdliner" {>= "1.1.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/extism/extism.git" build-env: [EXTISM_TEST_NO_LIB = ""] post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"] url { src: "https://github.com/extism/extism/archive/refs/tags/v0.4.0.tar.gz" checksum: [ "md5=0cde1e2760ad5e1549007641b55341e0" "sha512=a65b64c04bbc2bd2674055bbd2c618e9eeedf06af54793495f970542e7eadc2fa6a895f4760e2efe7316c725d425460b6e3122b74e7761e3db717a16083c15fd" ] }