ยซ Up

simple-io 0.1 1 m 0 s ๐Ÿ†

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              4           Virtual package relying on a GMP lib system installation
coq                   dev         Formal proof management system
dune                  3.1.1       Fast, portable, and opinionated build system
ocaml                 4.12.1      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.1      Official release 4.12.1
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.3       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"
dev-repo: "git+https://github.com/Lysxia/coq-simple-io.git"
bug-reports: "https://github.com/Lysxia/coq-simple-io/issues"
license: "MIT"
build: [ make "build" ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
  "ocaml"
  "coq" {>= "8.6.1"}
  "ocamlbuild" {build & >= "0.9.0"}
  "ocamlfind"
]
tags: [
  "date:2018-05-27"
  "logpath:SimpleIO"
  "keyword:extraction"
  "keyword:effects"
]
synopsis: "IO monad for Coq"
url {
  src: "https://github.com/Lysxia/coq-simple-io/archive/0.1.tar.gz"
  checksum: "md5=fe4c5a0b60b36b57feec1d6d6aada662"
}

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.1 coq.dev
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.1 coq.dev
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-simple-io.0.1 coq.dev
Return code
0
Duration
1 m 0 s

Installation size

Total: 147 K

  • 29 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.vo
  • 26 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.vo
  • 22 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlString.vo
  • 11 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.glob
  • 9 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.glob
  • 9 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/IOMonad.vo
  • 9 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/IOMonad.glob
  • 7 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.v
  • 6 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.a
  • 6 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.o
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlString.glob
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.v
  • 2 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/IOMonad.v
  • 2 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/SimpleIO/OcamlString.v
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.cmi
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.cmx
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.cma
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.cmo
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.mli
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/coqSimpleIO.cmxa
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-simple-io/META

Uninstall ๐Ÿงน

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