17 lines
439 B
Text
17 lines
439 B
Text
|
(lang dune 2.0)
|
||
|
(name logarion)
|
||
|
(homepage "https://logarion.orbitalfox.eu")
|
||
|
|
||
|
(source (uri git://orbitalfox.eu/logarion))
|
||
|
(license EUPL-1.2)
|
||
|
(authors "orbifx")
|
||
|
(maintainers "fox@orbitalfox.eu")
|
||
|
(bug_reports "mailto:logarion@lists.orbitalfox.eu?subject=Issue:")
|
||
|
|
||
|
(generate_opam_files true)
|
||
|
|
||
|
(package
|
||
|
(name logarion)
|
||
|
(synopsis "Texts archival and exchange")
|
||
|
(depends re cmdliner bos ptime uuidm uri text_parse msgpck cohttp-lwt-unix tls))
|