ยซ Up

async-test 0.1.0 2 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                 8.16.0      Formal proof management system
dune                3.6.2       Fast, portable, and opinionated build system
ocaml               4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "Testing asynchronous system"
description: "From interaction trees to asynchronous tests."
maintainer: "Yishuai Li <yishuai@cis.upenn.edu>"
authors: "Yishuai Li <yishuai@cis.upenn.edu>"
license: "MPL-2.0"
tags: [
  "category:Miscellaneous/Extracted Programs/Decision procedures"
  "keyword:extraction"
  "keyword:reactive systems"
  "logpath:AsyncTest"
]
homepage: "https://github.com/liyishuai/coq-async-test"
bug-reports: "https://github.com/liyishuai/coq-async-test/issues"
depends: [
  "coq" {>= "8.14~"}
  "coq-json" {>= "0.1.1"}
  "coq-itree-io" {>= "0.1.0"}
  "coq-quickchick" {>= "1.6.3"}
]
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install"]
dev-repo: "git+https://github.com/liyishuai/coq-async-test.git"
url {
  src: "https://github.com/liyishuai/coq-async-test/archive/v0.1.0.tar.gz"
  checksum: [
    "md5=11edde75a469675be08ab7cf55ccb415"
    "sha512=e92a2d160f43050f6a2084de199c537750db3bbe0c7005de7043f528a077f0948c0cfffff712d5f8ccb3573705a4bc77c4de6a534a7cb42292346adb976a3b0e"
  ]
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-async-test.0.1.0 coq.8.16.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-async-test.0.1.0 coq.8.16.0
Return code
0
Duration
23 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-async-test.0.1.0 coq.8.16.0
Return code
0
Duration
2 m 0 s

Installation size

Total: 391 K

  • 102 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/AsyncTest.vo
  • 48 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Instances.vo
  • 40 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Jexp.vo
  • 36 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Operator.vo
  • 32 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Common.vo
  • 30 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Classes.vo
  • 30 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/AsyncTest.glob
  • 25 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Trace.vo
  • 12 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Instances.glob
  • 11 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Jexp.glob
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Common.glob
  • 6 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/AsyncTest.v
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Classes.glob
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Operator.glob
  • 3 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Jexp.v
  • 2 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Instances.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Common.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Trace.glob
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Operator.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Classes.v
  • 1 K ../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/AsyncTest/Trace.v

Uninstall ๐Ÿงน

Command
opam remove -y coq-async-test.0.1.0
Return code
0
Missing removes
none
Wrong removes
none