Skip to content

Commit

Permalink
Merge pull request #314 from palmskog/add-coq-ott-0.28
Browse files Browse the repository at this point in the history
Release 0.28 of coq-ott package
  • Loading branch information
thery committed Apr 26, 2018
2 parents 1800640 + 129a2a5 commit 8adac48
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions released/packages/coq-ott/coq-ott.0.28/descr
@@ -0,0 +1 @@
Auxiliary library for Ott, a tool for writing definitions of programming languages and calculi
19 changes: 19 additions & 0 deletions released/packages/coq-ott/coq-ott.0.28/opam
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "palmskog@gmail.com"
authors: [ "Peter Sewell" "Francesco Zappa Nardelli" "Scott Owens" ]

homepage: "http://www.cl.cam.ac.uk/~pes20/ott/"
dev-repo: "https://github.com/ott-lang/ott.git"
bug-reports: "https://github.com/ott-lang/ott/issues"
license: "part BSD3, part LGPL 2.1"

build: [ make "-j%{jobs}%" "-C" "coq" ]
install: [ make "-C" "coq" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/Ott'" ]
depends: [ "coq" {(>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~") | (>= "8.7" & < "8.8~") | (>= "8.8" & < "8.9~")} ]

tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:abstract syntax"
"date:2018-04-24"
]
2 changes: 2 additions & 0 deletions released/packages/coq-ott/coq-ott.0.28/url
@@ -0,0 +1,2 @@
archive: "https://github.com/ott-lang/ott/archive/0.28.tar.gz"
checksum: "42c76a821b8ba1528f6b99025cc6f2b0"

0 comments on commit 8adac48

Please sign in to comment.