Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
opam
Commits
28df8b2c
Commit
28df8b2c
authored
Nov 15, 2021
by
Ralf Jung
Browse files
sync autosubst package with coq extra-dev
parent
e28300fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/coq-autosubst/coq-autosubst.dev/opam
View file @
28df8b2c
opam-version: "2.0"
name: "coq-autosubst"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "Steven Schäfer, Tobias Tebbi"
homepage: "https://www.ps.uni-saarland.de/autosubst/"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/autosubst"
dev-repo: "git+https://github.com/coq-community/autosubst.git"
bug-reports: "https://github.com/coq-community/autosubst/issues"
license: "MIT"
dev-repo: "git+https://github.com/uds-psl/autosubst.git"
synopsis: "Coq library for parallel de Bruijn substitutions"
description: """
Autosubst is a library for the Coq proof assistant which
provides automation for formalizing syntactic theories with
variable binders. Given an inductive definition of syntactic
objects in de Bruijn representation augmented with binding
annotations, Autosubst synthesizes the parallel substitution
operation and automatically proves the basic lemmas about
substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/Autosubst"]
depends: [
"ocaml"
"coq" {(>= "8.9" & < "8.14~") | (= "dev")}
"coq" {(>= "8.11" & < "8.15~") | (= "dev")}
]
synopsis: "Autosubst is a Coq library for parallel de Bruijn substitutions"
flags: light-uninstall
tags: [
"category:Computer Science/Lambda Calculi"
"keyword:abstract syntax"
"keyword:binders"
"keyword:de Bruijn indices"
"keyword:substitution"
"logpath:Autosubst"
]
authors: [
"Steven Schäfer"
"Tobias Tebbi"
]
url {
src: "git+https://github.com/coq-community/autosubst"
src: "git+https://github.com/coq-community/autosubst
#master
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment