ยซ Up

smpl 8.17 Error with dependencies ๐Ÿš’

Context

# opam file:
opam-version: "2.0"
maintainer: "Yannick Forster <forster@cs.uni-saarland.de>"
authors: ["Sigurd Schneider <sigurd.schneider@cs.uni-saarland.de>"
          "Yannick Forster <forster@cs.uni-saarland.de>"
          "Fabian Kunze <fabian.kunze@cs.uni-saarland.de>"
          "Kenji Maillard <kenji.maillard@inria.fr>"]
homepage: "https://github.com/uds-psl/smpl"
bug-reports: "https://github.com/uds-psl/smpl/issues"
license: "MIT"
dev-repo: "git+https://github.com/uds-psl/smpl"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "ocaml"
  "coq" { >= "8.17" & < "8.18~" }
]
synopsis: "Smpl: An Extensible Tactic for Coq"
description: """
Smpl is useful for proof automation in Coq. Smpl provides named lists
of tactics to which tactics can be added with Coq commands. A special
tactic called 'smpl foo' executes the tactics in the lists named foo
in order, until one of them succeeds. Smpl works across modules by
merging tactics from all imports according to a priority number that
can be provided upon addition. Smpl thus allows to modify the behavior
of a tactic after it is defined in a convenient and modular way.
"""
url {
  src: "https://github.com/uds-psl/smpl/archive/v8.17.tar.gz"
  checksum: "sha256=bedc6279600c24bfa3de33ecfd4ba15a493a5a7feaefc960f473899dba7a290f"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-smpl.8.17 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-smpl.8.17
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