mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
chore: add more information to dune-project file
This commit is contained in:
16
dune-project
16
dune-project
@@ -7,20 +7,18 @@
|
||||
(source
|
||||
(github extism/extism))
|
||||
|
||||
(authors "Author Name")
|
||||
(authors "Extism Authors <oss@extism.org>")
|
||||
|
||||
(maintainers "Maintainer Name")
|
||||
(maintainers "Extism Authors <oss@extism.org>")
|
||||
|
||||
(license LICENSE)
|
||||
(license BSD-3)
|
||||
|
||||
(documentation https://url/to/documentation)
|
||||
(documentation https://github.com/extism/extism)
|
||||
|
||||
(package
|
||||
(name extism)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(synopsis "Extism bindings")
|
||||
(description "Bindings to Extism, the universal plugin system")
|
||||
(depends ocaml dune ctypes-foreign bigstringaf ppx_yojson_conv base64)
|
||||
(tags
|
||||
(topics "to describe" your project)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||
(topics wasm plugin)))
|
||||
|
||||
15
extism.opam
15
extism.opam
@@ -1,13 +1,13 @@
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "A short synopsis"
|
||||
description: "A longer description"
|
||||
maintainer: ["Maintainer Name"]
|
||||
authors: ["Author Name"]
|
||||
license: "LICENSE"
|
||||
tags: ["topics" "to describe" "your" "project"]
|
||||
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://url/to/documentation"
|
||||
doc: "https://github.com/extism/extism"
|
||||
bug-reports: "https://github.com/extism/extism/issues"
|
||||
depends: [
|
||||
"ocaml"
|
||||
@@ -15,6 +15,7 @@ depends: [
|
||||
"ctypes-foreign"
|
||||
"bigstringaf"
|
||||
"ppx_yojson_conv"
|
||||
"base64"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
||||
Reference in New Issue
Block a user