« Up

simple-io 0.2 16 s

(2021-11-01 16:42:58 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.14.0      Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
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: "Li-yao Xia <lysxia@gmail.com>"
authors: "Li-yao Xia"
homepage: "https://github.com/Lysxia/coq-simple-io"
bug-reports: "https://github.com/Lysxia/coq-simple-io/issues"
license: "MIT"
dev-repo: "git+https://github.com/Lysxia/coq-simple-io.git"
build: [
  [make "build"]
  [make "test"] {with-test}
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "coq" {>= "8.6.1"}
  "ocaml"
]
tags: [
  "date:2018-07-28"
  "logpath:SimpleIO"
  "keyword:extraction"
  "keyword:effects"
]
synopsis: "IO monad for Coq"
description: """
This library provides tools to implement IO programs directly in Coq, in a
similar style to Haskell. Facilities for formal verification are not included.
IO is defined as a parameter with a purely functional interface in Coq,
to be extracted to OCaml.
Some wrappers for the basic types and functions in the OCaml Pervasives module
are provided. Users are free to define their own APIs on top of this IO type."""
url {
  src: "https://github.com/Lysxia/coq-simple-io/archive/0.2.tar.gz"
  checksum: "md5=3198cd391703efcd51f225ec2beb7426"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-simple-io.0.2 coq.8.14.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-simple-io.0.2 coq.8.14.0
Return code
0
Duration
10 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-simple-io.0.2 coq.8.14.0
Return code
0
Duration
16 s

Installation size

Total: 134 K

  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlPervasives.vo
  • 26 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/CoqPervasives.vo
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlString.vo
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/IOMonad.vo
  • 10 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/CoqPervasives.glob
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlPervasives.glob
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/IOMonad.glob
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlPervasives.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlString.glob
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/CoqPervasives.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/IOMonad.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/SimpleIO/OcamlString.v

Uninstall

Command
opam remove -y coq-simple-io.0.2
Return code
0
Missing removes
none
Wrong removes
none