From e2342691b57cd1df2b2beeb896dca03a4fc217d2 Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 30 Aug 2022 15:44:44 -0700 Subject: [PATCH] chore: add more information to dune-project file --- dune-project | 16 +++++++--------- extism.opam | 15 ++++++++------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/dune-project b/dune-project index 6d3e009..0a7785c 100644 --- a/dune-project +++ b/dune-project @@ -7,20 +7,18 @@ (source (github extism/extism)) -(authors "Author Name") +(authors "Extism Authors ") -(maintainers "Maintainer Name") +(maintainers "Extism Authors ") -(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))) diff --git a/extism.opam b/extism.opam index ff58f32..8363b4b 100644 --- a/extism.opam +++ b/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 "] +authors: ["Extism Authors "] +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: [