Skip to content

Commit

Permalink
(update) JsAst 1.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Jun 27, 2018
1 parent a8b71c5 commit 990b72c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions released/packages/coq-jsast/coq-jsast.1.0.8/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A minimal JavaScript syntax tree carved out of the JsCert project.
18 changes: 18 additions & 0 deletions released/packages/coq-jsast/coq-jsast.1.0.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
opam-version: "1.2"
maintainer: "jeromesimeon@me.com"
homepage: "https://github.com/querycert/jsast"
dev-repo: "https://github.com/querycert/jsast/tree/JsAst"
bug-reports: "https://github.com/querycert/jsast/issues"
authors: [ "Jerome Simeon" ]
license: "BSD-2-Clause"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/JsAst"]
depends: [
"coq" {>= "8.7.2"}
"coq-flocq" {>= "2.6.0" & < "3.0~"}
]
2 changes: 2 additions & 0 deletions released/packages/coq-jsast/coq-jsast.1.0.8/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/querycert/jsast/archive/v1.0.8.tar.gz"
checksum: "f30a1e20108cedd28c1370aa068186ed"

0 comments on commit 990b72c

Please sign in to comment.