Move text-parse in submodule

This commit is contained in:
orbifx 2022-12-20 15:25:03 +00:00
parent b3769a1c02
commit ce65cd0435
5 changed files with 5 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "text-parse-ml"]
path = text-parse
url = https://git.disroot.org/orbifx/text-parse-ml.git

View File

@ -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))

View File

@ -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

View File

@ -6,7 +6,6 @@ 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

@ -0,0 +1 @@
Subproject commit be1c67aa13dfde5a556d93f88cc4bd6bb0883d5d