Move text-parse in submodule

This commit is contained in:
orbifx 2022-12-20 15:25:03 +00:00
parent b3769a1c02
commit e922b9bc5b
5 changed files with 7 additions and 5 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

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

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

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

@ -0,0 +1 @@
Subproject commit 68b0819b010b8d12925b441eccbb1353cf154a50