mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
36 lines
803 B
Plaintext
36 lines
803 B
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"
|
|
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"
|
|
"dune" {>= "3.2"}
|
|
"ctypes-foreign"
|
|
"bigstringaf"
|
|
"ppx_yojson_conv"
|
|
"base64"
|
|
"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"
|