source: code/trunk/dune-project@ 79

Last change on this file since 79 was 78, checked in by Izuru Yakumo, 7 weeks ago

Bring back the publish subcommand (adapted)

File size: 405 bytes
Line 
1(lang dune 2.0)
2(name kosuzu)
3(version 1.4.5)
4(license EUPL-1.2)
5(authors "orbifx <fox@orbitalfox.eu>")
6(maintainers "Izuru Yakumo <eternal-servant@yakumo.dev>")
7(homepage "https://suzunaan.yakumo.dev/kosuzu/")
8(source (uri svn+https://svn.yakumo.dev/repo/kosuzu))
9
10(generate_opam_files true)
11
12(package
13 (name kosuzu)
14 (synopsis "Texts archival and exchange")
15 (depends ocaml dune ocurl msgpck cmdliner))
Note: See TracBrowser for help on using the repository browser.