-
Notifications
You must be signed in to change notification settings - Fork 17
/
coq-bot.opam
41 lines (41 loc) · 997 Bytes
/
coq-bot.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A (Coq Development Team) bot written in OCaml"
maintainer: ["Théo Zimmermann <[email protected]>"]
authors: ["Théo Zimmermann"]
license: "MIT"
homepage: "https://github.com/coq/bot"
bug-reports: "https://github.com/coq/bot/issues"
depends: [
"dune" {>= "2.2"}
"base" {>= "v0.14.0"}
"lwt" {>= "5.6.0"}
"cohttp-lwt" {>= "2.5.4"}
"cohttp-lwt-unix" {>= "2.5.4"}
"lwt_ssl" {>= "1.1.3"}
"ssl" {>= "0.5.9"}
"mirage-crypto" {>= "1.0.0"}
"mirage-crypto-rng" {>= "1.0.0"}
"mirage-crypto-rng-lwt" {>= "1.0.0"}
"stdio" {>= "v0.14.0"}
"yojson" {>= "1.7.0"}
"bot-components" {dev}
"toml" {>= "7.0.0"}
"ppx_expect" {>= "v0.15.1"}
"odoc" {>= "1.5.2" & with-doc}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/coq/bot.git"