-
Notifications
You must be signed in to change notification settings - Fork 5
/
calculon.opam.locked
59 lines (59 loc) · 1.56 KB
/
calculon.opam.locked
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
59
opam-version: "2.0"
name: "calculon"
version: "0.7"
synopsis: "Library for writing IRC bots in OCaml and a collection of plugins"
maintainer: "c-cube"
authors: ["Armael" "Enjolras" "c-cube"]
license: "MIT"
tags: ["irc" "bot" "factoids"]
homepage: "https://github.com/c-cube/calculon"
bug-reports: "https://github.com/c-cube/calculon/issues"
depends: [
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.0"}
"bigarray-compat" {= "1.1.0"}
"biniou" {= "1.2.1"}
"conf-libssl" {= "3"}
"conf-pkg-config" {= "2"}
"conf-sqlite3" {= "1"}
"containers" {= "3.6.1"}
"cppo" {= "1.6.8"}
"csexp" {= "1.5.1"}
"dune" {= "3.0.3"}
"dune-configurator" {= "3.0.3"}
"easy-format" {= "1.3.2"}
"either" {= "1.0.0"}
"irc-client" {= "0.7.0"}
"irc-client-lwt" {= "0.7.0"}
"irc-client-lwt-ssl" {= "0.7.0"}
"iter" {= "1.4"}
"logs" {= "0.7.0"}
"lwt" {= "5.5.0"}
"lwt_ssl" {= "1.1.3"}
"mmap" {= "1.2.0"}
"ocaml" {= "4.08.1"}
"ocaml-base-compiler" {= "4.08.1"}
"ocaml-config" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.1"}
"ocamlfind" {= "1.9.3"}
"ocplib-endian" {= "1.2"}
"ptime" {= "1.0.0"}
"re" {= "1.10.3"}
"result" {= "1.5"}
"seq" {= "base"}
"sqlite3" {= "5.0.2"}
"ssl" {= "0.5.10"}
"stringext" {= "1.6.0"}
"topkg" {= "1.0.5"}
"yojson" {= "1.7.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/c-cube/calculon.git"