this repo has no description

2 packages from extism/extism at 0.4.0

zach f3fa8953 f3724559

Changed files
+88
packages
extism
extism.0.4.0
extism-manifest
extism-manifest.0.4.0
+41
packages/extism-manifest/extism-manifest.0.4.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Extism manifest bindings"
+
description: "Bindings to the Extism manifest format"
+
maintainer: ["Extism Authors <oss@extism.org>"]
+
authors: ["Extism Authors <oss@extism.org>"]
+
license: "BSD-3-Clause"
+
tags: ["topics" "wasm" "plugin"]
+
homepage: "https://github.com/extism/extism"
+
doc: "https://github.com/extism/extism"
+
bug-reports: "https://github.com/extism/extism/issues"
+
depends: [
+
"ocaml" {>= "4.14.1"}
+
"dune" {>= "3.2"}
+
"ppx_yojson_conv" {>= "v0.15.0"}
+
"ppx_inline_test" {>= "v0.15.0"}
+
"base64" {>= "3.5.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/extism/extism.git"
+
url {
+
src: "https://github.com/extism/extism/archive/refs/tags/v0.5.0.tar.gz"
+
checksum: [
+
"md5=83bd5cc838071848b407322dd023e504"
+
"sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8"
+
]
+
}
+47
packages/extism/extism.0.4.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Extism bindings"
+
description: "Bindings to Extism, the universal plugin system"
+
maintainer: ["Extism Authors <oss@extism.org>"]
+
authors: ["Extism Authors <oss@extism.org>"]
+
license: "BSD-3-Clause"
+
tags: ["topics" "wasm" "plugin"]
+
homepage: "https://github.com/extism/extism"
+
doc: "https://github.com/extism/extism"
+
bug-reports: "https://github.com/extism/extism/issues"
+
depends: [
+
"ocaml" {>= "4.14.1"}
+
"dune" {>= "3.2"}
+
"ctypes" {>= "0.18.0"}
+
"ctypes-foreign" {>= "0.18.0"}
+
"bigstringaf" {>= "0.9.0"}
+
"ppx_yojson_conv" {>= "v0.15.0"}
+
"extism-manifest" {= version}
+
"ppx_inline_test" {>= "v0.15.0"}
+
"cmdliner" {>= "1.1.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/extism/extism.git"
+
build-env: [EXTISM_TEST_NO_LIB = ""]
+
post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
+
url {
+
src: "https://github.com/extism/extism/archive/refs/tags/v0.5.0.tar.gz"
+
checksum: [
+
"md5=83bd5cc838071848b407322dd023e504"
+
"sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8"
+
]
+
}