# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.17.1      The Coq Proof Assistant
coq-core              8.17.1      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.1      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.1      The Coq Proof Assistant, XML protocol server
dune                  3.12.2      Fast, portable, and opinionated build system
ocaml                 5.0.0       The OCaml compiler (virtual package)
ocaml-base-compiler   5.0.0       Official release 5.0.0
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: ["G. Allais" "W. Meier"]
dev-repo: "git+https://github.com/gallais/parseque"
bug-reports: "https://github.com/gallais/parseque/issues"
homepage: "https://github.com/gallais/parseque"
authors: ["G. Allais"]
license: "MIT"
build: [
  [make "compile"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.16" & < "8.19"}
]
tags: [
  "category:Computer Science/Data Types and Data Structures"
  "date:2023-11-14"
  "logpath:parseque"
]
synopsis: "Total parser combinators in Coq"
description: "Port of agdarsec to Coq"
url {
  src: "https://github.com/coq-community/parseque/archive/refs/tags/v0.2.0.tar.gz"
  checksum: "sha256=65d94cf24c6bf652351d9f9ba751e67693394fa074d91d1ba0b92b2385500b8d"
}
            trueDry install with the current Coq version:
opam install -y --show-action coq-parseque.0.2.0 coq.8.17.1Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-parseque.0.2.0 coq.8.17.1opam list; echo; timeout 4h opam install -y -v coq-parseque.0.2.0 coq.8.17.1Total: 508 K
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Combinators.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Combinators.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Examples.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Category.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Char.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Running.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Numbers.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Success.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Sized.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/NEList.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Induction.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Parseque.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/StringAsList.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Category.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/EqDec.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Induction.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Combinators.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Success.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/NEList.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Examples.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Sized.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Char.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Indexed.vo../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Numbers.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Running.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Category.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Indexed.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Induction.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Success.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/NEList.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Examples.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Sized.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Char.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Running.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/EqDec.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Numbers.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/StringAsList.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Indexed.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/StringAsList.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Parseque.glob../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/EqDec.v../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/parseque/Parseque.vopam remove -y coq-parseque.0.2.0