source: code/trunk/logarion.opam@ 2

Last change on this file since 2 was 2, checked in by fox, 3 years ago

Samhain 21

Converter

  • type selection
  • subdir conversion
  • htm extension

Gemini

  • index.gmi
  • topics and latest
  • gmi.atom feed

Add pull (http(s)) operation

  • peers.pub.conf and peers.priv.conf

HTML5 format & fixes by Novaburst
Phony target (thanks Gergely)

May

Basic unit renamed from Note to Text.
New modular text-parser, internal to Logarion, for generic notation parsing. The default input format is now a much plainer text.
Logarion created texts have part of the UUID in filename.
Logarion's index re-written in Messagepack format. Removed indices command. They are generated during convert.

File size: 657 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Texts archival and exchange"
4maintainer: ["fox@orbitalfox.eu"]
5authors: ["orbifx"]
6license: "EUPL-1.2"
7homepage: "https://logarion.orbitalfox.eu"
8bug-reports: "mailto:logarion@lists.orbitalfox.eu?subject=Issue:"
9depends: [
10 "dune" {>= "2.0"}
11 "re"
12 "cmdliner"
13 "bos"
14 "ptime"
15 "uuidm"
16 "uri"
17 "text_parse"
18 "msgpck"
19 "cohttp-lwt-unix"
20 "tls"
21]
22build: [
23 ["dune" "subst"] {pinned}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git://orbitalfox.eu/logarion"
Note: See TracBrowser for help on using the repository browser.