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.5.0.tar.gz" 43 checksum: [ 44 "md5=83bd5cc838071848b407322dd023e504" 45 "sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8" 46 ] 47}