forked from jscert/jscert
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoq-jsast.opam
43 lines (39 loc) · 1.09 KB
/
coq-jsast.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
opam-version: "2.0"
name: "coq-jsast"
version: "3.0.0"
synopsis: "A minimal JavaScript syntax tree carved out of the JsCert project"
description: """
A minimal JavaScript syntax tree carved out of the JsCert project, with additional support for let bindings and using native floats.
"""
maintainer: "Jerome Simeon <jeromesimeon@me.com>"
authors: [
"Martin Bodin <>"
"Arthur Charguéraud <>"
"Daniele Filaretti <>"
"Philippa Gardner <>"
"Sergio Maffeis <>"
"Daiva Naudziuniene <>"
"Alan Schmitt <>"
"Gareth Smith <>"
"Josh Auerbach <>"
"Martin Hirzel <>"
"Louis Mandel <>"
"Avi Shinnar <>"
"Jerome Simeon <>"
]
license: "BSD-2-Clause"
homepage: "https://github.com/querycert/jsast"
bug-reports: "https://github.com/querycert/jsast/issues"
dev-repo: "git+https://github.com/querycert/jsast/tree/JsAst"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/JsAst"]
depends: [
"ocaml" {>= "4.08.0"}
"coq" { >= "8.11.2" }
]
tags: [ "keyword:javascript" "keyword:compiler" "date:2020-07-29" "logpath:JsAst" ]