this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Stog is a static web site compiler, able to handle blog posts as well as regular pages or any XML document in general"
4maintainer: "Zoggy <zoggy@bat8.org>"
5authors: "Zoggy <zoggy@bat8.org>"
6license: "GPL-3.0-only"
7tags: ["publication" "xml" "documentation" "blog" "web" "website"]
8homepage: "https://www.good-eris.net/stog/"
9doc: "https://www.good-eris.net/stog/doc.html"
10bug-reports: "https://framagit.org/zoggy/stog/issues"
11depends: [
12 "ocaml" {>= "4.12.0" & < "4.13"}
13 "ocamlfind" {build}
14 "xtmpl" {= "0.18.0"}
15 "ocf" {>= "0.6.0"}
16 "higlo" {>= "0.6"}
17 "ppx_blob" {>= "0.7.2"}
18 "ptime" {>= "0.8.2"}
19 "uri" {>= "4.2.0"}
20 "omd" {>= "1.9.9"}
21 "lwt" {>= "5.4.0"}
22 "lwt_ppx" {>= "2.0.2"}
23 "uutf" {>= "1.0.0"}
24]
25depopts: [
26 "js_of_ocaml"
27 "js_of_ocaml-ppx"
28 "xmldiff"
29 "websocket"
30 "websocket-lwt-unix"
31 "ojs-base"
32 "cryptokit"
33]
34conflicts: [
35 "js_of_ocaml" {< "3.9.0"}
36 "js_of_ocaml-ppx" {< "3.9.0"}
37 "xmldiff" {< "0.6.0"}
38 "websocket" {< "2.14"}
39 "websocket-lwt-unix" {< "2.14"}
40 "ojs-base" {< "0.6.0"}
41]
42build: [
43 ["./configure" "--prefix" prefix]
44 [make "all"]
45]
46install: [make "install"]
47dev-repo: "git+https://framagit.org/zoggy/stog.git"
48url {
49 src: "https://framagit.org/zoggy/stog/-/archive/0.19.0/stog-0.19.0.tar.gz"
50 checksum: [
51 "md5=315d5b5c205ec234c69ff4ffab6ecc4a"
52 "sha512=23500f4cfc0c49411cf70adb4972279c3bff4c79947b6e7e256e6528a49d693d48b7ae5232ccf67b70817bafaaaeea038613665c1691306a02d9bb3e479dd15f"
53 ]
54}