opam-version: "2.0"
name: "coq-hahn"
version: "1.1"
maintainer: "Anton Podkopaev <podkoav239@gmail.com>"
authors: "Viktor Vafeiadis <viktor@mpi-sws.org>"
homepage: "https://github.com/vafeiadis/hahn"
bug-reports: "https://github.com/vafeiadis/hahn/issues"
license: "MIT"
dev-repo: "https://github.com/vafeiadis/hahn.git"
build: [make "-j%{jobs}%"]
install: [make "-f" "Makefile.coq" "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/hahn"]
depends: [
  "coq" { >= "8.13" }
]
