mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
# 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"]
|