ยซ Up

coqffi 1.0.0~beta8 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                   8.13.1      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
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.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: "lthms@soap.coffee"
homepage: "https://github.com/coq-community/coqffi"
dev-repo: "git+https://github.com/coq-community/coqffi.git"
bug-reports: "https://github.com/coq-community/coqffi/issues"
license: "MIT"
synopsis: "Tool for generating Coq FFI bindings to OCaml libraries"
description: """
`coqffi` generates the necessary Coq boilerplate to use OCaml functions in a
Coq development, and configures the Coq extraction mechanism accordingly."""
build: [
  ["./src-prepare.sh"]
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.08" & < "5.0~" }
  "dune" {>= "2.5"}
  "coq" {>= "8.12" & < "8.14~"}
  "cmdliner" {>= "1.1.0"}
  "sexplib" {>= "0.14"}
]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "keyword:foreign function interface"
  "keyword:extraction"
  "keyword:OCaml"
  "logpath:CoqFFI"
]
authors: [
  "Thomas Letan"
  "Li-yao Xia"
  "Yann Rรฉgis-Gianas"
  "Yannick Zakowski"
]
url {
  src: "https://github.com/coq-community/coqffi/archive/1.0.0-beta8.tar.gz"
  checksum: "sha512=1065eb8b3eea7c77c5f4961ead8277de9b3fd6ec670757be30cefdd9744b98886e3e55b6aeff6edd6449fbfdd4b4337a193d2a4544c9a56f4ba37e863548e2b6"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coqffi.1.0.0~beta8 coq.8.13.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-coqffi.1.0.0~beta8 coq.8.13.1
Return code
0
Duration
7 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqffi.1.0.0~beta8 coq.8.13.1
Return code
0
Duration
1 m 0 s

Installation size

Total: 15 M

  • 14 M ../ocaml-base-compiler.4.12.1/bin/coqffi
  • 234 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Tuple.vo
  • 180 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/String.vo
  • 44 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/IntFacts.vo
  • 39 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cmt
  • 34 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Int.vo
  • 32 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Result.vo
  • 30 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Int32.vo
  • 26 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/String.v
  • 21 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Extraction.vo
  • 16 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cmxs
  • 16 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Seq.vo
  • 16 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Tuple.v
  • 9 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cma
  • 8 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/IntFacts.v
  • 7 K ../ocaml-base-compiler.4.12.1/doc/coq-coqffi/CHANGES.md
  • 7 K ../ocaml-base-compiler.4.12.1/man/man1/coqffi.1
  • 6 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cmi
  • 5 K ../ocaml-base-compiler.4.12.1/doc/coq-coqffi/README.md
  • 4 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Int32.v
  • 4 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Exn.vo
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Int.v
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Result.v
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Interface.vo
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Seq.v
  • 3 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.ml
  • 2 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.a
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/dune-package
  • 1 K ../ocaml-base-compiler.4.12.1/doc/coq-coqffi/LICENSE
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/opam
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Extraction.v
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Exn.v
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/META
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cmxa
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq-coqffi/shim/shim.cmx
  • 1 K ../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/CoqFFI/Interface.v

Uninstall ๐Ÿงน

Command
opam remove -y coq-coqffi.1.0.0~beta8
Return code
0
Missing removes
none
Wrong removes
none