aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: 94f732f3929e72be375f47acc307c1dc42f2f9f0 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
(lang dune 2.7)

(generate_opam_files true)

(authors "Sébastien Dailly")

(maintainers "Sébastien Dailly")

(package
 (name script.it)
 (synopsis "Calligraphy app")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (brr
   (>= 0.0.6))
  (note
   (>= 0.0.3))
  (gg
   (>= 0.9.3))))

(package
 (name editor)
 (synopsis "Text editor")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (brr
   (>= 0.0.6))
  (note
   (>= 0.0.3))))

(package
 (name css)
 (synopsis "CSS Merger")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (brr
   (>= 0.0.6))
  (note
   (>= 0.0.3))
  (css-parser
   (>= 0.2.4))))

(package
 (name motus)
 (synopsis "Motus solver")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (brr
   (>= 0.0.6))
  (note
   (>= 0.0.3))
  (ppx_deriving
   (>= 5.2.1))))

(package
 (name viz.js)
 (synopsis "Graph viewer")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (js_of_ocaml-lwt
   (>= 3.8.0))))

(using menhir 2.1)

(package
 (name optim_aooo)
 (synopsis "aoo solver")
 (depends
  (ounit2
   (and
    (>= 2.2.7)
    :with-test))
  (ocaml
   (>= 4.10.0))
  (brr
   (>= 0.0.6))
  (note
   (>= 0.0.3))
  (ppx_deriving
   (>= 5.2.1))
  (zarith
   (>= 1.13))
  (zarith_stubs_js
   (>= v0.16.1))))