-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyomer.opam
45 lines (45 loc) · 904 Bytes
/
yomer.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A Discord bot"
description: "A Discord bot"
maintainer: ["Ushitora Anqou"]
authors: ["Ushitora Anqou"]
license: "MIT"
tags: ["discord"]
homepage: "https://github.com/ushitora-anqou/yomer"
doc: "https://github.com/ushitora-anqou/yomer"
bug-reports: "https://github.com/ushitora-anqou/yomer/issues"
depends: [
"dune" {>= "3.10"}
"alcotest"
"ctypes"
"ctypes-foreign"
"eio_main" {>= "0.12"}
"jingoo"
"mirage-clock-unix"
"mirage-crypto-rng-eio"
"ocaml" {>= "5.0.0"}
"ppx_yojson_conv"
"tls-eio"
"uuseg"
"websocket"
"x509"
"yaml"
"yojson"
"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/ushitora-anqou/yomer.git"