-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
68 lines (57 loc) · 1.02 KB
/
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
62
63
64
65
66
67
68
(lang dune 3.2)
(using menhir 2.1)
(using dune_site 0.1)
(using mdx 0.2)
(name ecma-sl)
(generate_opam_files true)
(source
(github formalsec/ECMA-SL))
(authors "José Fragoso Santos")
(maintainers "José Fragoso Santos")
(license "GPL-3.0-or-later")
(documentation https://github.com/formalsec.github.io/ECMA-SL)
(package
(name ecma-sl)
(synopsis "ECMA-SL")
(description
"A platform for specifying and running the ECMAScript standard.")
(depends
(ocaml
(>= "5.0.0"))
(odoc :with-doc)
dune
dune-site
bos
eio
eio_main
cmdliner
curses
cohttp
cohttp-lwt-unix
lwt
menhir
menhirLib
tls-lwt
yojson
conf-npm
(smtml
(>= "0.4.1"))
ppx_import
ppx_deriving
(mdx :with-test)
(ppx_inline_test :with-test)
(prelude
(and
(>= "0.5")
:with-test))
(rusage :with-test)
(bisect_ppx
(and
(>= "2.5.0")
:with-test
:with-dev-setup)))
(tags
(ECMAScript "Specification Language" "Reference Interpreters" "OCaml"))
(sites
(share interpreters)
(share stdlib)))