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