-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwaq.opam
63 lines (63 loc) · 1.12 KB
/
waq.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
opam-version: "2.0"
synopsis: "Yet another ActivityPub server"
description: "Yet another ActivityPub server"
maintainer: ["Ushitora Anqou"]
authors: ["Ushitora Anqou"]
license: "MIT"
tags: ["activitypub" "fediverse"]
homepage: "https://github.com/ushitora-anqou/waq"
doc: "https://github.com/ushitora-anqou/waq"
bug-reports: "https://github.com/ushitora-anqou/waq/issues"
depends: [
"alcotest" {with-test}
"alcotest-lwt" {with-test}
"base64"
"blurhash"
"ca-certs"
"camlimages" {= "5.0.5+waq.1"}
"cmdliner"
"cppo"
"cstruct"
"digestif"
"dune" {>= "3.7"}
"eio"
"eio_main"
"jingoo"
"lambdasoup"
"lwt"
"lwt_eio"
"lwt_ppx"
"mirage-crypto-rng"
"mirage-crypto-rng-eio"
"ocaml" {>= "5.1.0"}
"odoc" {with-doc}
"pcre"
"postgresql"
"ppx_yojson_conv"
"ptime"
"re"
"safepass"
"tls"
"tls-eio"
"uri"
"uuidm"
"x509"
"xml-light"
"yojson"
"yume" {= "0.1.10+waq"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
#"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ushitora-anqou/waq.git"