ocaml-trace/dune-project
2023-06-08 21:26:32 -04:00

23 lines
465 B
Text

(lang dune 2.9)
(name trace)
(generate_opam_files true)
(source
(github c-cube/trace))
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(license MIT)
;(documentation https://url/to/documentation)
(package
(name trace)
(synopsis "A stub for tracing/observability")
(depends
(ocaml (>= 4.05))
dune)
(tags
(tracing observability profiling)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project