-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpegasus.opam
More file actions
58 lines (58 loc) · 1.35 KB
/
pegasus.opam
File metadata and controls
58 lines (58 loc) · 1.35 KB
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An atproto Personal Data Server implementation"
description: "Eventually"
maintainer: ["futurGH"]
authors: ["futurGH"]
license: "MPL-2.0"
homepage: "https://github.com/futurGH/pegasus"
bug-reports: "https://github.com/futurGH/pegasus/issues"
depends: [
"ocaml" {= "5.2.1"}
"dune" {>= "3.20" & >= "3.20" & < "3.21"}
"lwt"
"aws-s3-lwt" {>= "4.8.1"}
"caqti" {>= "1.9.0"}
"caqti-driver-sqlite3" {>= "1.9.0"}
"caqti-lwt" {>= "1.9.0"}
"cohttp" {>= "6.1.1"}
"cohttp-lwt-unix" {>= "6.1.1"}
"dns-client-lwt" {>= "10.2.0"}
"dream"
"emile" {>= "1.1"}
"letters" {>= "0.4.0"}
"html_of_jsx" {>= "0.0.7"}
"re" {>= "1.13.2"}
"safepass" {>= "3.1"}
"server-reason-react"
"timedesc" {>= "3.1.0"}
"uri" {>= "4.4.0"}
"uuidm" {>= "0.9.10"}
"yojson" {>= "3.0.0"}
"lwt_ppx" {>= "5.9.1"}
"ppx_deriving_yojson" {>= "3.9.1"}
"ppx_rapper"
"ppx_rapper_lwt"
"webauthn" {>= "0.2.0"}
"alcotest" {with-test}
"crunch"
"ocamlformat-mlx" {with-dev-setup}
"ocamlmerlin-mlx" {with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/futurGH/pegasus.git"
x-maintenance-intent: ["(latest)"]