-
Notifications
You must be signed in to change notification settings - Fork 44
/
coq-ott.opam
32 lines (29 loc) · 939 Bytes
/
coq-ott.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
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "http://www.cl.cam.ac.uk/~pes20/ott/"
dev-repo: "git+https://github.com/ott-lang/ott.git"
bug-reports: "https://github.com/ott-lang/ott/issues"
license: "BSD-3-Clause"
synopsis: "Auxiliary Coq library for Ott, a tool for writing definitions of programming languages and calculi"
description: """
Ott takes as input a definition of a language syntax and semantics, in a concise
and readable ASCII notation that is close to what one would write in informal
mathematics. It can then generate a Coq version of the definition, which requires
this library.
"""
build: [make "-j%{jobs}%" "-C" "coq"]
install: [make "-C" "coq" "install"]
depends: [
"coq" {>= "8.14"}
]
tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:abstract syntax"
"logpath:Ott"
]
authors: [
"Peter Sewell"
"Francesco Zappa Nardelli"
"Scott Owens"
]