this repo has no description
0
fork

Configure Feed

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

Merge pull request #25071 from zshipko/opam-publish-extism.1.0.0

2 packages from extism/ocaml-sdk at 1.0.0

authored by

Anil Madhavapeddy and committed by
GitHub
98541373 5effff8f

+90
+41
packages/extism-manifest/extism-manifest.1.0.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: ["topics" "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.0.0.tar.gz" 37 + checksum: [ 38 + "md5=b079cecbd0ff744fea450d7429493a86" 39 + "sha512=50e1c6896da8464cd7bfbcf5eb1d2905cad83676d9b2b1d9aa2846ad7a1aed7178abbc77e62cb15c5b5a934d4ae53645cc18ece1c76961e7ecdedb3453ac721d" 40 + ] 41 + }
+49
packages/extism/extism.1.0.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: ["topics" "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.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 + "uuidm" {>= "0.9.8"} 23 + "mdx" {>= "2.3.0" & with-test} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/extism/ocaml-sdk.git" 41 + build-env: [EXTISM_TEST_NO_LIB = "1"] 42 + post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"] 43 + url { 44 + src: "https://github.com/extism/ocaml-sdk/archive/refs/tags/v1.0.0.tar.gz" 45 + checksum: [ 46 + "md5=b079cecbd0ff744fea450d7429493a86" 47 + "sha512=50e1c6896da8464cd7bfbcf5eb1d2905cad83676d9b2b1d9aa2846ad7a1aed7178abbc77e62cb15c5b5a934d4ae53645cc18ece1c76961e7ecdedb3453ac721d" 48 + ] 49 + }