this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27026 from zshipko/opam-publish-extism.1.4.0

2 packages from extism/ocaml-sdk at 1.4.0

authored by

Marcello Seri and committed by
GitHub
c4c6b729 f9fe5337

+91
+41
packages/extism-manifest/extism-manifest.1.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Extism manifest bindings" 4 + description: "Bindings to the Extism manifest format" 5 + maintainer: ["Extism Authors <oss@extism.org>"] 6 + authors: ["Extism Authors <oss@extism.org>"] 7 + license: "BSD-3-Clause" 8 + tags: ["wasm" "plugin"] 9 + homepage: "https://github.com/extism/ocaml-sdk" 10 + doc: "https://github.com/extism/ocaml-sdk" 11 + bug-reports: "https://github.com/extism/ocaml-sdk/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14.1"} 14 + "dune" {>= "3.2"} 15 + "ppx_yojson_conv" {>= "v0.15.0"} 16 + "ppx_inline_test" {>= "v0.15.0"} 17 + "base64" {>= "3.5.0"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/extism/ocaml-sdk.git" 35 + url { 36 + src: "https://github.com/extism/ocaml-sdk/archive/refs/tags/v1.4.0.tar.gz" 37 + checksum: [ 38 + "md5=f5dc2392fda67085bbba8af63796edf3" 39 + "sha512=0ff1d70c2979ebf51c965ba0fbc3dd10ee3b20fc0e58abdab7ff2175a40f33bebe5542ca6fd4d5f81a941bac80c29c3873c2ac95d3f6b540e229a54d1e395e26" 40 + ] 41 + }
+50
packages/extism/extism.1.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Extism bindings" 4 + description: "Bindings to Extism, the universal plugin system" 5 + maintainer: ["Extism Authors <oss@extism.org>"] 6 + authors: ["Extism Authors <oss@extism.org>"] 7 + license: "BSD-3-Clause" 8 + tags: ["wasm" "plugin"] 9 + homepage: "https://github.com/extism/ocaml-sdk" 10 + doc: "https://github.com/extism/ocaml-sdk" 11 + bug-reports: "https://github.com/extism/ocaml-sdk/issues" 12 + depends: [ 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.9"} 24 + "mdx" {>= "2.3.0" & with-test} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 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 + ] 41 + dev-repo: "git+https://github.com/extism/ocaml-sdk.git" 42 + build-env: [EXTISM_TEST_NO_LIB = "1"] 43 + post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"] 44 + url { 45 + src: "https://github.com/extism/ocaml-sdk/archive/refs/tags/v1.4.0.tar.gz" 46 + checksum: [ 47 + "md5=f5dc2392fda67085bbba8af63796edf3" 48 + "sha512=0ff1d70c2979ebf51c965ba0fbc3dd10ee3b20fc0e58abdab7ff2175a40f33bebe5542ca6fd4d5f81a941bac80c29c3873c2ac95d3f6b540e229a54d1e395e26" 49 + ] 50 + }