-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathecma-sl.opam
60 lines (60 loc) · 1.39 KB
/
ecma-sl.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "ECMA-SL"
description: "A platform for specifying and running the ECMAScript standard."
maintainer: ["José Fragoso Santos"]
authors: ["José Fragoso Santos"]
license: "GPL-3.0-or-later"
tags: [
"ECMAScript" "Specification Language" "Reference Interpreters" "OCaml"
]
homepage: "https://github.com/formalsec/ECMA-SL"
doc: "https://github.com/formalsec.github.io/ECMA-SL"
bug-reports: "https://github.com/formalsec/ECMA-SL/issues"
depends: [
"ocaml" {>= "5.0.0"}
"odoc" {with-doc}
"dune" {>= "3.2"}
"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" {>= "0.5"}
"rusage" {with-test}
"bisect_ppx" {>= "2.5.0" & with-test & with-dev-setup}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/formalsec/ECMA-SL.git"
pin-depends: [
[ "smtml.0.5.0" "git+https://github.com/formalsec/smtml.git#5d3459acb3def2eb851422a6febb7cbf29a9087e" ]
]