# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/automata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Automata"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: formal language theory"
"keyword: finite automata"
"keyword: push-down automata"
"keyword: rational langages"
"keyword: Kleene"
"category: Computer Science/Formal Languages Theory and Automata"
"date: June-July 1993"
]
authors: [
"Judicaël Courant"
"Jean-Christophe Filliâtre"
]
bug-reports: "https://github.com/coq-contribs/automata/issues"
dev-repo: "git+https://github.com/coq-contribs/automata.git"
synopsis: "Beginning of formal language theory"
description: """
This library formalises the beginning of formal language theory:
finite automata and rational languages, context-free grammars
and push-down automata."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/automata/archive/v8.10.0.tar.gz"
checksum: "md5=6508c5b2f38a934a6460e86640cff11f"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-automata.8.10.0 coq.opam: PACKAGES... arguments: Invalid character in package name "coq." Usage: opam install [OPTION]... [PACKAGES]... Try `opam install --help' or `opam --help' for more information.
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
opam remove -y coq; opam install -y --show-action --unlock-base coq-automata.8.10.0Fatal error: Out of memory Fatal error: Out of memory
truetrueNo files were installed.
true