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/extism" 10doc: "https://github.com/extism/extism" 11bug-reports: "https://github.com/extism/extism/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 "odoc" {with-doc} 23] 24build: [ 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] 38dev-repo: "git+https://github.com/extism/extism.git" 39build-env: [EXTISM_TEST_NO_LIB = ""] 40post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"] 41url { 42 src: "https://github.com/extism/extism/archive/refs/tags/v0.4.0.tar.gz" 43 checksum: [ 44 "md5=0cde1e2760ad5e1549007641b55341e0" 45 "sha512=a65b64c04bbc2bd2674055bbd2c618e9eeedf06af54793495f970542e7eadc2fa6a895f4760e2efe7316c725d425460b6e3122b74e7761e3db717a16083c15fd" 46 ] 47}