« Up

reglang 1.1.2 1 m 0 s

(2021-10-30 10:24:50 UTC)

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-findutils        1           Virtual package relying on findutils
conf-gmp              3           Virtual package relying on a GMP lib system installation
coq                   8.13.0      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/reglang"
dev-repo: "git+https://github.com/coq-community/reglang.git"
bug-reports: "https://github.com/coq-community/reglang/issues"
doc: "https://coq-community.github.io/reglang/"
license: "CECILL-B"
synopsis: "Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp"
description: """
This library provides definitions and verified translations between
different representations of regular languages: various forms of
automata (deterministic, nondeterministic, one-way, two-way),
regular expressions, and the logic WS1S. It also contains various
decidability results and closure properties of regular languages."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
  "coq" {>= "8.10" & < "8.15~"}
  "coq-mathcomp-ssreflect" {>= "1.9" & < "1.13~"}
]
tags: [
  "category:Computer Science/Formal Languages Theory and Automata"
  "keyword:regular languages"
  "keyword:regular expressions"
  "keyword:finite automata"
  "keyword:two-way automata"
  "keyword:monadic second-order logic"
  "logpath:RegLang"
]
authors: [
  "Christian Doczkal"
  "Jan-Oliver Kaiser"
  "Gert Smolka"
]
url {
  src: "https://github.com/coq-community/reglang/archive/v1.1.2.tar.gz"
  checksum: "sha512=13395112478648b7c0fa6ea7d54a535b53749c000b45b02ebb62a8ce503a0fd1ee637d1a04062740adccccb0b6f0832416b67b1c9e4ce32133eb5be568a669d3"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-reglang.1.1.2 coq.8.13.0
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 4h opam install -y --deps-only coq-reglang.1.1.2 coq.8.13.0
Return code
0
Duration
1 m 45 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-reglang.1.1.2 coq.8.13.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 3 M

  • 349 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/wmso.vo
  • 237 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/wmso.glob
  • 209 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/shepherdson.vo
  • 196 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/regexp.vo
  • 154 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/nfa.vo
  • 153 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/shepherdson.glob
  • 138 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/dfa.vo
  • 116 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/regexp.glob
  • 99 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/minimization.vo
  • 99 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/two_way.vo
  • 98 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/dfa.glob
  • 95 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/vardi.vo
  • 81 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/misc.vo
  • 70 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/nfa.glob
  • 63 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/vardi.glob
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/myhill_nerode.vo
  • 58 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/two_way.glob
  • 56 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/minimization.glob
  • 55 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/misc.glob
  • 54 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/languages.vo
  • 37 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/wmso.v
  • 32 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/setoid_leq.vo
  • 27 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/languages.glob
  • 25 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/myhill_nerode.glob
  • 18 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/regexp.v
  • 18 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/dfa.v
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/shepherdson.v
  • 16 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/nfa.v
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/minimization.v
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/misc.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/setoid_leq.glob
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/two_way.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/myhill_nerode.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/vardi.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/languages.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/RegLang/setoid_leq.v

Uninstall

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