ยซ Up

deriving 0.1.1 Error with dependencies ๐Ÿš’

Context

# opam file:
opam-version: "2.0"
maintainer: "Arthur Azevedo de Amorim <arthur.aa@gmail.com>"
homepage: "https://github.com/arthuraa/deriving"
bug-reports: "https://github.com/arthuraa/deriving/issues"
dev-repo: "git+https://github.com/arthuraa/deriving.git"
license: "MIT"
build: [ make "-j" "%{jobs}%" "test" {with-test} ]
install: [ make "install" ]
depends: [
  "coq" { (>= "8.11" & < "8.19~") | (= "dev") }
  "coq-mathcomp-ssreflect" {>= "1.11" & < "2.0"}
]
tags: [
  "keyword:generic programming"
  "category:Computer Science/Data Types and Data Structures"
  "logpath:deriving"
]
authors: [
  "Arthur Azevedo de Amorim"
]
synopsis: "Generic instances of MathComp classes"
description: """
Deriving provides generic instances of MathComp classes for
inductive data types.  It includes native support for eqType,
choiceType, countType and finType instances, and it allows users to
define their own instances for other classes.
"""
url {
  src: "https://github.com/arthuraa/deriving/archive/v0.1.1.tar.gz"
  checksum: "sha512=2762dbc28543906d90ab0c7c9cd22157a94679da59188432fccff2e149de9ad29a40ab20d222a0f55dcbe0354a6d94b74b14d7141fd1fb228c5edb89257494ce"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-deriving.0.1.1 coq.
Return code
512
Output
opam: PACKAGES... arguments: Invalid character in package name "coq."
Usage: opam install [OPTION]... [PACKAGES]...
Try `opam install --help' or `opam --help' for more information.

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
opam remove -y coq; opam install -y --show-action --unlock-base coq-deriving.0.1.1
Return code
25344
Output
Fatal error:
Out of memory
Fatal error:
Out of memory

Install dependencies

Command
true
Return code
0
Duration
0 s

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none