« Up

reglang 1 49 s

(2020-02-19 06:39:30 UTC)

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
camlp5              7.11        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 8.7.1       Formal proof management system.
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0      Official release 4.09.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Christian Doczkal <christian.doczkal@ens-lyon.fr>"
homepage: "https://github.com/chdoc/coq-reglang"
dev-repo: "git+https://github.com/chdoc/coq-reglang.git"
bug-reports: "https://github.com/chdoc/coq-reglang/issues"
license: "CeCILL-B"
build: [make "-j%{jobs}%" "-C" "theories"]
install: [make "-C" "theories" "install"]
depends: [
  "coq" {>= "8.6" & < "8.10~"}
  "coq-mathcomp-ssreflect" {>= "1.6" & < "1.8~"}
]
tags: [
  "keyword:regular languages"
  "keyword:regular expressions"
  "keyword:finite automata"
  "keyword:two-way automata"
  "keyword:monadic second-order logic"
  "category:Computer Science/Formal Languages Theory and Automata"
  "logpath:RegLang"
  "date:2018-09-18"
]
authors: [
  "Christian Doczkal <christian.doczkal@ens-lyon.fr>"
  "Gert Smolka"
]
synopsis:
  "Regular Language Representations in the Constructive Type Theory of Coq"
description: """
We verify translations between different representations of regular
languages: various forms of automata (deterministic, nondeterministic,
one-way, two-way), regular expressions, and the logic WS1S. We also
show various decidability results and closure properties."""
url {
  src: "https://github.com/chdoc/coq-reglang/archive/v1.0.tar.gz"
  checksum: "md5=3e4be5fe3ab7bbaaa73016d5e81a8193"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-reglang.1 coq.8.7.1
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-reglang.1 coq.8.7.1
Return code
0
Duration
1 m 24 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-reglang.1 coq.8.7.1
Return code
0
Duration
49 s

Installation size

Total: 3 M

  • 415 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/wmso.vo
  • 282 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/shepherdson.vo
  • 233 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/wmso.glob
  • 231 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/regexp.vo
  • 200 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/nfa.vo
  • 166 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/dfa.vo
  • 158 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/shepherdson.glob
  • 124 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/minimization.vo
  • 124 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/two_way.vo
  • 117 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/vardi.vo
  • 109 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/regexp.glob
  • 100 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/misc.vo
  • 97 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/dfa.glob
  • 79 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/myhill_nerode.vo
  • 73 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/languages.vo
  • 65 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/nfa.glob
  • 65 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/vardi.glob
  • 58 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/two_way.glob
  • 54 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/minimization.glob
  • 49 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/misc.glob
  • 46 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/setoid_leq.vo
  • 37 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/wmso.v
  • 25 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/languages.glob
  • 23 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/myhill_nerode.glob
  • 18 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/regexp.v
  • 18 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/dfa.v
  • 17 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/shepherdson.v
  • 15 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/nfa.v
  • 11 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/minimization.v
  • 9 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/misc.v
  • 8 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/setoid_leq.glob
  • 8 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/two_way.v
  • 7 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/myhill_nerode.v
  • 6 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/vardi.v
  • 5 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/languages.v
  • 2 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RegLang/setoid_leq.v

Uninstall

Command
opam remove -y coq-reglang.1
Return code
0
Missing removes
none
Wrong removes
none