mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
27 lines
524 B
Plaintext
27 lines
524 B
Plaintext
(lang dune 3.2)
|
|
|
|
(name extism)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(github extism/extism))
|
|
|
|
(authors "Author Name")
|
|
|
|
(maintainers "Maintainer Name")
|
|
|
|
(license LICENSE)
|
|
|
|
(documentation https://url/to/documentation)
|
|
|
|
(package
|
|
(name extism)
|
|
(synopsis "A short synopsis")
|
|
(description "A longer description")
|
|
(depends ocaml dune ctypes-foreign bigstringaf ppx_yojson_conv)
|
|
(tags
|
|
(topics "to describe" your project)))
|
|
|
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|