21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
|
(lang dune 3.15)
|
||
|
|
||
|
(name xlog)
|
||
|
(version 0.0.1)
|
||
|
|
||
|
(generate_opam_files true)
|
||
|
|
||
|
(package
|
||
|
(name xlog)
|
||
|
(synopsis "logging library")
|
||
|
(description "logging library for cats written in ocaml")
|
||
|
(license "LGPL-2.0-or-later")
|
||
|
(homepage "https://git.lain.faith/haskal/xlog")
|
||
|
(bug_reports "https://git.lain.faith/haskal/xlog")
|
||
|
(authors "iitalics <git.lain.faith/iitalics>" "xenia <xenia@awoo.systems>")
|
||
|
(maintainers "iitalics <git.lain.faith/iitalics>" "xenia <xenia@awoo.systems>")
|
||
|
(source
|
||
|
(uri "https://git.lain.faith/haskal/xlog.git"))
|
||
|
(depends ocaml dune
|
||
|
(ptime (>= 1.1))))
|