Permission?

git-svn-id: file:///srv/svn/repo/kosuzu/trunk@80 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
shinyoukai
2025-11-04 13:59:33 +00:00
parent 72a95cdb3c
commit 79ef794c02
3 changed files with 15 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ LD=cc
all: all:
@dune build @dune build
deps: deps:
@opam install dune ocurl cmdliner msgpck @opam install dune curl cmdliner msgpck
txt: txt:
@dune build cmd/txt/txt.exe @dune build cmd/txt/txt.exe
clean: clean:

View File

@@ -1,10 +1,16 @@
# Kosuzu # 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). 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 ## Differences from Logarion
* Uses the known latest Cmdliner revision, instead of relying on an older revision * 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 * 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)

View File

@@ -3,13 +3,13 @@
(version 1.4.5) (version 1.4.5)
(license EUPL-1.2) (license EUPL-1.2)
(authors "orbifx <fox@orbitalfox.eu>") (authors "orbifx <fox@orbitalfox.eu>")
(maintainers "Izuru Yakumo <eternal-servant@yakumo.dev>") (maintainers "Shin'ya Minazuki <shinyoukai@laidback.moe>")
(homepage "https://suzunaan.yakumo.dev/kosuzu/") (homepage "https://projects.laidback.moe/kosuzu/")
(source (uri svn+https://svn.yakumo.dev/repo/kosuzu)) (source (uri svn+https://svn.laidback.moe/repo/kosuzu))
(generate_opam_files true) (generate_opam_files true)
(package (package
(name kosuzu) (name kosuzu)
(synopsis "Texts archival and exchange") (synopsis "Text archival and exchange")
(depends ocaml dune ocurl msgpck cmdliner)) (depends ocaml dune ocurl msgpck cmdliner))