Skip to content

Commit

Permalink
Add missing rocq-bignums.dev
Browse files Browse the repository at this point in the history
This package was missing and caused this build failure:

https://gitlab.com/coq-community/docker-rocq/-/jobs/9038615695
  • Loading branch information
erikmd authored Feb 4, 2025
1 parent 4bd3d2e commit 5ed6fdf
Showing 1 changed file with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
opam-version: "2.0"
maintainer: "Laurent.Thery@inria.fr"
maintainer: "pierre.roux@onera.fr"

homepage: "https://github.com/coq/bignums"
dev-repo: "git+https://github.com/coq/bignums.git"
bug-reports: "https://github.com/coq/bignums/issues"
homepage: "https://github.com/coq-community/bignums"
dev-repo: "git+https://github.com/coq-community/bignums.git"
bug-reports: "https://github.com/coq-community/bignums/issues"
license: "LGPL-2.1-only"

synopsis: "Bignums, the Coq library of arbitrary large numbers"
synopsis: "Bignums, the Rocq library of arbitrarily large numbers"
description: """
Provides BigN, BigZ, BigQ that used to be part of Coq standard library
"""

build: [make "-j%{jobs}%" {ocaml:version >= "4.06"}]
install: [make "install"]
This Rocq library provides BigN, BigZ, and BigQ that used to
be part of the standard library."""

build: [make "-j%{jobs}%"]
install: [
[make "install"]
[make "-C" "tests" "-j%{jobs}%"] {with-test}
]
depends: [
"ocaml"
"coq" {= "dev"}
"rocq-core" {= "dev"}
"rocq-stdlib"
]

tags: [
Expand Down

0 comments on commit 5ed6fdf

Please sign in to comment.