ยซ Up

http 0.1.0 3 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.14.1      Formal proof management system
dune                3.1.1       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
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: "Yishuai Li <yishuai@cis.upenn.edu>"
homepage: "https://github.com/liyishuai/coq-http"
dev-repo: "git+https://github.com/liyishuai/coq-http.git"
bug-reports: "https://github.com/liyishuai/coq-http/issues"
license: "MPL-2.0"
synopsis: "HTTP in Coq"
description: """
HTTP specification in Coq, testable and verifiable"""
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install" "INSTALLDIR=%{bin}%"]
depends: [
  "coq" { >= "8.12~" }
  "ocamlbuild" { >= "0.14.0" }
  "coq-itree-io" { >= "0.1.0" }
  "coq-parsec" { >= "0.1.0" }
]
tags: [
  "category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols"
  "category:Miscellaneous/Extracted Programs/Decision procedures"
  "keyword:co-induction"
  "keyword:extraction"
  "keyword:reactive systems"
  "date:2021-01-14"
  "logpath:HTTP"
]
authors: [
  "Yishuai Li <yishuai@cis.upenn.edu>"
  "Li-yao Xia <xialiyao@cis.upenn.edu>"
  "Yao Li <liyao@cis.upenn.edu>"
  "Azzam Althagafi <aazzam@cis.upenn.edu>"
  "Benjamin C. Pierce <bcpierce@cis.upenn.edu>"
]
url {
  http: "https://github.com/liyishuai/coq-http/archive/v0.1.0.tar.gz"
  checksum: "sha512=7ccaf4cb1e64cf02a1a0dbee03d0bfce9a5f8c04e554d0272f06e942c281dfb52bcc0f109c469d635d2900c1e10ee4b1519aec096a9b7ef47566a4f9b24edf31"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-http.0.1.0 coq.8.14.1
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-http.0.1.0 coq.8.14.1
Return code
0
Duration
8 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-http.0.1.0 coq.8.14.1
Return code
0
Duration
3 m 0 s

Installation size

Total: 7 M

  • 5 M ../ocaml-base-compiler.4.11.2/bin/TestHttp.native
  • 538 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Instances.vo
  • 235 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Execute.vo
  • 174 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Parser.vo
  • 148 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tcp.vo
  • 144 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tester.vo
  • 134 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Semantics.vo
  • 91 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Observe.vo
  • 86 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Common.vo
  • 79 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Execute.glob
  • 76 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/NetUnix.vo
  • 55 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Semantics.glob
  • 55 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/TesterSpec.vo
  • 50 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tester.glob
  • 43 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Message.vo
  • 38 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/NetUnix.glob
  • 37 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Parser.glob
  • 33 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Printer.vo
  • 33 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Trace.vo
  • 32 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tcp.glob
  • 23 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Instances.glob
  • 19 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Observe.glob
  • 18 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Message.glob
  • 16 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/TesterSpec.glob
  • 15 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Execute.v
  • 13 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Common.glob
  • 12 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Semantics.v
  • 11 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tester.v
  • 10 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Parser.v
  • 10 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Printer.glob
  • 8 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Tcp.v
  • 7 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/NetUnix.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Observe.v
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Message.v
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/TesterSpec.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Printer.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Common.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Instances.v
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Trace.glob
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/HTTP/Trace.v

Uninstall ๐Ÿงน

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