-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdune-project
61 lines (55 loc) · 861 Bytes
/
dune-project
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
60
61
(lang dune 2.0)
(name calculon)
(generate_opam_files true)
(version 0.8)
(source
(github c-cube/calculon))
(license MIT)
(authors c-cube Enjolras Armael)
(package
(name calculon)
(depends
("dune"
(>= "1.1"))
"base-unix"
"lwt"
("irc-client"
(>= "0.7.0"))
"irc-client-lwt"
"irc-client-lwt-ssl"
("sqlite3"
(>= "5.0.0"))
("logs"
(>= "0.5.0"))
("yojson"
(>= "1.7"))
("containers"
(and
(>= "3.6")
(< "4.0")))
"ptime"
"stringext"
("re"
(and
(>= "1.7.2")
(< "2.0")))
("odoc" :with-doc)
("ocaml"
(>= "4.08.0")))
(depopts iter)
(tags
("irc" "bot" "factoids")))
(package
(name calculon-web)
(synopsis "A collection of web plugins for Calculon")
(depends
"dune"
("calculon"
(= :version))
("re"
(>= "1.7.2"))
"uri"
"curly"
"atdgen"
"lambdasoup"
("odoc" :with-doc)))