diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b5754b9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "text-parse-ml"] + path = text-parse + url = https://git.disroot.org/orbifx/text-parse-ml.git diff --git a/dune-project b/dune-project index 38293ff..46a4114 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 2.0) (name logarion) (license EUPL-1.2) -(maintainers "orbifx ") +(maintainers "orbifx ") (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)) diff --git a/install b/install index 6c9ae27..5261fd0 100644 --- a/install +++ b/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 diff --git a/logarion.opam b/logarion.opam index 0d85605..890361a 100644 --- a/logarion.opam +++ b/logarion.opam @@ -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 "] +maintainer: ["orbifx "] license: "EUPL-1.2" homepage: "http://logarion.orbitalfox.eu" depends: [ "dune" {>= "2.0"} - "text_parse" "cmdliner" {<= "1.0.4"} "msgpck" "ocurl" diff --git a/text-parse b/text-parse new file mode 160000 index 0000000..68b0819 --- /dev/null +++ b/text-parse @@ -0,0 +1 @@ +Subproject commit 68b0819b010b8d12925b441eccbb1353cf154a50