-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsabihin.opam
55 lines (55 loc) · 1.61 KB
/
sabihin.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Anonymous and Secure Confessions"
description: "Anonymous and Secure Confessions."
maintainer: ["Justin Garcia"]
authors: ["Justin Garcia"]
license: "AGPL-3.0-or-later"
tags: ["fullstack" "web"]
homepage: "https://github.com/purefunctor/sabihin"
bug-reports: "https://github.com/purefunctor/sabihin/issues"
depends: [
"ocaml"
"atdgen" {>= "2.15.0"}
"caqti-driver-postgresql" {>= "1.9.0"}
"dream" {>= "1.0.0~alpha5"}
"reason" {>= "3.11.0"}
"dune" {>= "3.14" & >= "3.14"}
"melange" {>= "3.0.0"}
"melange-fetch" {>= "0.1.0"}
"melange-atdgen-codec-runtime" {>= "3.0.0"}
"ppx_rapper" {>= "3.1.0"}
"ppx_rapper_lwt" {>= "3.1.0"}
"reason-react" {>= "0.14.0"}
"reason-react-ppx" {>= "0.14.0"}
"server-reason-react"
"styled-ppx"
"yojson" {>= "2.1.2"}
"ppx_yojson_conv" {>= "v0.16.0"}
"dotenv" {>= "0.0.3"}
"melange-jest" {with-test & >= "0.1.1"}
"alcotest" {with-test & >= "1.7.0"}
"alcotest-lwt" {with-test & >= "1.7.0"}
"cohttp" {with-test & >= "5.3.1"}
"cohttp-lwt-unix" {with-test & >= "5.3.0"}
"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/purefunctor/sabihin.git"
pin-depends: [
["server-reason-react.dev" "https://github.com/ml-in-barcelona/server-reason-react/archive/ded352952dc49fcc7cad22956e0887c964b3c68b.tar.gz"]
["styled-ppx.dev" "https://github.com/davesnx/styled-ppx/archive/d3abc0f3c84d47978e60e1a1d2bc4380cf49fd66.tar.gz"]
]