-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyume.opam
52 lines (52 loc) · 1.18 KB
/
yume.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
opam-version: "2.0"
version: "0.1.0"
synopsis: "Yet another Web framework based on Eio, inspired by Dream"
description: "Yet another Web framework based on Eio, inspired by Dream"
maintainer: ["Ushitora Anqou"]
authors: ["Ushitora Anqou"]
license: "MIT"
tags: ["http" "https" "websocket"]
homepage: "https://github.com/ushitora-anqou/yume"
doc: "https://github.com/ushitora-anqou/yume"
bug-reports: "https://github.com/ushitora-anqou/yume/issues"
depends: [
"alcotest" {with-test}
"base64"
"ca-certs"
"cohttp" {= "6.0.0"}
"cohttp-eio" {= "6.0.0"}
"digestif"
"dune" {>= "3.7"}
"eio"
"eio_main" {with-test}
"logs"
"mirage-crypto-rng" {< "2.0.0"}
"mirage-crypto-rng-eio" {< "1.2.0"}
"multipart_form" {>= "0.6.0"}
"multipart_form-eio" {>= "0.6.0"}
"ocaml" {>= "5.1.0"}
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {= "0.26.2" & with-dev-setup}
"odoc" {with-doc}
"ppx_deriving"
"tls"
"tls-eio"
"websocket" {>= "2.17"}
"x509"
"yojson"
]
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/yume.git"