-
Notifications
You must be signed in to change notification settings - Fork 4
/
ocamlot.opam
60 lines (60 loc) · 1.12 KB
/
ocamlot.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A lightweight activitypub server in OCaml"
description:
"OCamlot is a small OCaml library that provides a robust and efficient activitypub server."
maintainer: ["The OCamlot developers"]
authors: ["The OCamlot developers"]
license: "AGPL-3.0-or-later"
homepage: "https://ocamlot.xyz"
bug-reports: "https://ocamlot.xyz/bug-reports"
depends: [
"dune" {>= "3.0"}
"alcotest"
"alcotest-lwt"
"containers"
"ptime"
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"argon2"
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix"
"caqti"
"caqti-driver-sqlite3"
"caqti-driver-postgresql"
"caqti-type-calendar"
"conan"
"conan-database"
"uuidm"
"dream"
"tyxml"
"uri"
"decoders"
"decoders-yojson"
"yojson"
"ppxlib"
"ppx_deriving"
"jwto"
"angstrom"
"re"
"omd" {= "2.0.0~alpha3"}
"crunch"
"ppx_blob"
"inotify"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]