[dune / opam] change of main page and repository
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@64 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "text-parse-ml"]
|
||||
path = text-parse
|
||||
url = git://git.chaotic.ninja/yakumo_izuru/text-parse-ml
|
||||
url = https://git.chaotic.ninja/yakumo.izuru/text-parse-ml
|
||||
|
||||
22
Makefile
22
Makefile
@@ -8,21 +8,21 @@ CC=cc
|
||||
LD=cc
|
||||
|
||||
all:
|
||||
dune build
|
||||
@dune build
|
||||
deps:
|
||||
opam install dune ocurl cmdliner=1.0.4 msgpck
|
||||
@opam install dune ocurl cmdliner=1.0.4 msgpck
|
||||
cli:
|
||||
dune build cli/txt.exe
|
||||
@dune build cli/txt.exe
|
||||
clean:
|
||||
dune clean
|
||||
@dune clean
|
||||
dist:
|
||||
dune build
|
||||
cp _build/default/cli/txt.exe txt.exe
|
||||
strip txt.exe
|
||||
tar czvf "logarion-${OS}-${MACHINE}-${DATE}-${COMMIT}" txt.exe readme.txt
|
||||
rm txt.exe
|
||||
@dune build
|
||||
@cp _build/default/cli/txt.exe txt.exe
|
||||
@strip txt.exe
|
||||
@tar czvf "logarion-${OS}-${MACHINE}-${DATE}-${COMMIT}" txt.exe readme.txt
|
||||
@rm txt.exe
|
||||
install:
|
||||
dune install --prefix ${PREFIX}
|
||||
@dune install --prefix ${PREFIX}
|
||||
uninstall:
|
||||
dune uninstall --prefix ${PREFIX}
|
||||
@dune uninstall --prefix ${PREFIX}
|
||||
.PHONY: cli
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
(authors "orbifx <fox@orbitalfox.eu>")
|
||||
(bug_reports "mailto:logarion-dev@chaotic.ninja")
|
||||
(maintainers "Izuru Yakumo <yakumo.izuru@chaotic.ninja>")
|
||||
(homepage "https://logarion.chaotic.ninja")
|
||||
(source (uri git://git.chaotic.ninja/yakumo_izuru/logarion))
|
||||
(homepage "https://suzunaan.chaotic.ninja/logarion/")
|
||||
(source (uri https://git.chaotic.ninja/yakumo.izuru/logarion))
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ synopsis: "Texts archival and exchange"
|
||||
maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
|
||||
authors: ["orbifx <fox@orbitalfox.eu>"]
|
||||
license: "EUPL-1.2"
|
||||
homepage: "https://logarion.chaotic.ninja"
|
||||
homepage: "https://suzunaan.chaotic.ninja/logarion/"
|
||||
bug-reports: "mailto:logarion-dev@chaotic.ninja"
|
||||
depends: [
|
||||
"dune" {>= "2.0"}
|
||||
@@ -27,4 +27,4 @@ build: [
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git://git.chaotic.ninja/yakumo_izuru/logarion"
|
||||
dev-repo: "https://git.chaotic.ninja/yakumo.izuru/logarion"
|
||||
|
||||
Reference in New Issue
Block a user