« Up

reglang 1 Black list

(2020-02-24 00:36:37 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+2     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+2
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+2
Return code
0
Duration
1 m 35 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-reglang.1 coq.8.7.1+2
Return code
10240
Duration
10 s
Output
# 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+2     Formal proof management system.
coq-mathcomp-ssreflect 1.7.0       The Mathematical Components library
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
[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following actions will be performed:
  - install coq-reglang 1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-reglang.1: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
          - coq-reglang.1:
            https://github.com/chdoc/coq-reglang/archive/v1.0.tar.gz (Bad checksum, expected md5=3e4be5fe3ab7bbaaa73016d5e81a8193)
'opam install -y -v coq-reglang.1 coq.8.7.1+2' failed.

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none