this repo has no description
1opam-version: "2.0"
2synopsis: "Stog server library"
3maintainer: "zoggy@bat8.org"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "GPL-3.0-only"
6homepage: "https://www.good-eris.net/stog/"
7doc: "https://www.good-eris.net/stog/doc.html"
8bug-reports: "https://framagit.org/zoggy/stog/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "stog" {= version}
12 "conduit-lwt-unix" {< "5"}
13 "cryptokit" {>= "1.16.1"}
14 "ppx_deriving_yojson" {>= "3.6.1"}
15 "ojs_base_all" {>= "0.7.0"}
16 "websocket" {>= "2.14"}
17 "xmldiff" {>= "0.7.0"}
18 "xmldiff_js" {>= "0.7.0"}
19 "xtmpl_js" {= "0.19.0"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "--promote-install-files=false"
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36 ["dune" "install" "-p" name "--create-install-files" name]
37]
38dev-repo: "git+https://framagit.org/zoggy/stog.git"
39url {
40 src: "https://framagit.org/zoggy/stog/-/archive/0.20.0/stog-0.20.0.tar.gz"
41 checksum: [
42 "md5=2b0da8498e2e425cdbc44ff7ecb2a097"
43 "sha512=ae11b868e2a6d5e92ffffdde04f25ae1595e4bd7c9a6447327764327f17d2641713f01374f14ec9fd52e0ca7e0feb9d85c4fc5913aa49b4d1d73c52427d4263e"
44 ]
45}