From 79ef794c0290e102516807148d0b2039262093b6 Mon Sep 17 00:00:00 2001 From: shinyoukai Date: Tue, 4 Nov 2025 13:59:33 +0000 Subject: [PATCH] Permission? git-svn-id: file:///srv/svn/repo/kosuzu/trunk@80 eb64cd80-c68d-6f47-b6a3-0ada418499da --- Makefile | 2 +- README.md | 14 ++++++++++---- dune-project | 8 ++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 2b5b232..240fb0e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LD=cc all: @dune build deps: - @opam install dune ocurl cmdliner msgpck + @opam install dune curl cmdliner msgpck txt: @dune build cmd/txt/txt.exe clean: diff --git a/README.md b/README.md index d9aae9d..6947f71 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # Kosuzu Text archival and exchange, named after [Kosuzu Motoori](https://en.touhouwiki.net/wiki/Kosuzu_Motoori) from [Forbidden Scrollery](https://en.touhouwiki.net/wiki/Forbidden_Scrollery). -* Homepage: https://suzunaan.yakumo.dev/kosuzu/ -* Issue tracker: https://suzunaan.yakumo.dev/kosuzu/report/1 - ## Differences from Logarion * Uses the known latest Cmdliner revision, instead of relying on an older revision * A `txt_init` program in the spirit of the old subcommand from years past -* Due to the current maintainer's decision, this project isn't hosted on Git anymore (but there is a [mirror](https://git.yakumo.dev/yakumo.izuru/kosuzu) available) + +## Dependencies +The following list implies you already have a development enviroment setup. + +* curl +* ocaml >=4.14 +* opam >=2.0 + +## Mirrors +* [tildegit](https://tildegit.org/novaburst/kosuzu) (actually, it's a soft-fork) diff --git a/dune-project b/dune-project index 473536d..8caaf75 100644 --- a/dune-project +++ b/dune-project @@ -3,13 +3,13 @@ (version 1.4.5) (license EUPL-1.2) (authors "orbifx ") -(maintainers "Izuru Yakumo ") -(homepage "https://suzunaan.yakumo.dev/kosuzu/") -(source (uri svn+https://svn.yakumo.dev/repo/kosuzu)) +(maintainers "Shin'ya Minazuki ") +(homepage "https://projects.laidback.moe/kosuzu/") +(source (uri svn+https://svn.laidback.moe/repo/kosuzu)) (generate_opam_files true) (package (name kosuzu) - (synopsis "Texts archival and exchange") + (synopsis "Text archival and exchange") (depends ocaml dune ocurl msgpck cmdliner))