Move text-parse in submodule
This commit is contained in:
parent
b3769a1c02
commit
e922b9bc5b
5 changed files with 7 additions and 5 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "text-parse-ml"]
|
||||
path = text-parse
|
||||
url = https://git.disroot.org/orbifx/text-parse-ml.git
|
|
@ -1,7 +1,7 @@
|
|||
(lang dune 2.0)
|
||||
(name logarion)
|
||||
(license EUPL-1.2)
|
||||
(maintainers "orbifx <fox@orbitalfox.eu>")
|
||||
(maintainers "orbifx <orbifx@disroot.org>")
|
||||
(homepage "http://logarion.orbitalfox.eu")
|
||||
(source (uri git+https://git.disroot.org/orbifx/logarion.git))
|
||||
|
||||
|
@ -10,4 +10,4 @@
|
|||
(package
|
||||
(name logarion)
|
||||
(synopsis "Texts archival and exchange")
|
||||
(depends text_parse (cmdliner (<= 1.0.4)) msgpck ocurl))
|
||||
(depends (cmdliner (<= 1.0.4)) msgpck ocurl))
|
||||
|
|
1
install
1
install
|
@ -2,6 +2,5 @@ Install development version
|
|||
|
||||
Requirements are ocaml (the compiler) and opam (the package manager). Then run:
|
||||
|
||||
opam pin add text_parse https://git.disroot.org/orbifx/text-parse-ml.git
|
||||
opam pin add logarion https://git.disroot.org/orbifx/logarion.git
|
||||
opam install logarion
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Texts archival and exchange"
|
||||
maintainer: ["orbifx <fox@orbitalfox.eu>"]
|
||||
maintainer: ["orbifx <orbifx@disroot.org>"]
|
||||
license: "EUPL-1.2"
|
||||
homepage: "http://logarion.orbitalfox.eu"
|
||||
depends: [
|
||||
"dune" {>= "2.0"}
|
||||
"text_parse"
|
||||
"cmdliner" {<= "1.0.4"}
|
||||
"msgpck"
|
||||
"ocurl"
|
||||
|
|
1
text-parse
Submodule
1
text-parse
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 68b0819b010b8d12925b441eccbb1353cf154a50
|
Loading…
Reference in a new issue