Changeset 44 in code
- Timestamp:
- Dec 20, 2022, 4:53:40 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dune-project
r3 r44 2 2 (name logarion) 3 3 (license EUPL-1.2) 4 (maintainers "orbifx < fox@orbitalfox.eu>")4 (maintainers "orbifx <orbifx@disroot.org>") 5 5 (homepage "http://logarion.orbitalfox.eu") 6 6 (source (uri git+https://git.disroot.org/orbifx/logarion.git)) … … 11 11 (name logarion) 12 12 (synopsis "Texts archival and exchange") 13 (depends text_parse(cmdliner (<= 1.0.4)) msgpck ocurl))13 (depends (cmdliner (<= 1.0.4)) msgpck ocurl)) -
trunk/install
r15 r44 3 3 Requirements are ocaml (the compiler) and opam (the package manager). Then run: 4 4 5 opam pin add text_parse https://git.disroot.org/orbifx/text-parse-ml.git6 5 opam pin add logarion https://git.disroot.org/orbifx/logarion.git 7 6 opam install logarion -
trunk/logarion.opam
r3 r44 2 2 opam-version: "2.0" 3 3 synopsis: "Texts archival and exchange" 4 maintainer: ["orbifx < fox@orbitalfox.eu>"]4 maintainer: ["orbifx <orbifx@disroot.org>"] 5 5 license: "EUPL-1.2" 6 6 homepage: "http://logarion.orbitalfox.eu" 7 7 depends: [ 8 8 "dune" {>= "2.0"} 9 "text_parse"10 9 "cmdliner" {<= "1.0.4"} 11 10 "msgpck"
Note:
See TracChangeset
for help on using the changeset viewer.