diff options
| author | Erik Martin-Dorel | 2018-12-20 17:10:49 +0100 |
|---|---|---|
| committer | Erik Martin-Dorel | 2018-12-20 19:38:50 +0100 |
| commit | 6fd03806214dccc7b54915da32299b9d6e64e5c7 (patch) | |
| tree | b3ae1477d8d0847eb2dc75d106e0fbeb8ef57d71 | |
| parent | 1046da99d22462d6aeb23dd12043c2537f47abf1 (diff) | |
Avoid a warning regarding opam files
"""
Failed checks on coq-mathcomp-ssreflect package definition from source
at file:///home/coq/mathcomp/ssreflect:
error 57: Synopsis and description must not be both empty
"""
| -rw-r--r-- | coq-mathcomp-algebra.opam | 1 | ||||
| -rw-r--r-- | coq-mathcomp-character.opam | 1 | ||||
| -rw-r--r-- | coq-mathcomp-field.opam | 1 | ||||
| -rw-r--r-- | coq-mathcomp-fingroup.opam | 1 | ||||
| -rw-r--r-- | coq-mathcomp-solvable.opam | 1 | ||||
| -rw-r--r-- | coq-mathcomp-ssreflect.opam | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/coq-mathcomp-algebra.opam b/coq-mathcomp-algebra.opam index b466385..7cc4946 100644 --- a/coq-mathcomp-algebra.opam +++ b/coq-mathcomp-algebra.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-algebra" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" diff --git a/coq-mathcomp-character.opam b/coq-mathcomp-character.opam index 684e450..47c72a7 100644 --- a/coq-mathcomp-character.opam +++ b/coq-mathcomp-character.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-character" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" diff --git a/coq-mathcomp-field.opam b/coq-mathcomp-field.opam index 5c31290..e823f93 100644 --- a/coq-mathcomp-field.opam +++ b/coq-mathcomp-field.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-field" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" diff --git a/coq-mathcomp-fingroup.opam b/coq-mathcomp-fingroup.opam index 2c741b7..57d3a95 100644 --- a/coq-mathcomp-fingroup.opam +++ b/coq-mathcomp-fingroup.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-fingroup" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" diff --git a/coq-mathcomp-solvable.opam b/coq-mathcomp-solvable.opam index 736d5bc..f238333 100644 --- a/coq-mathcomp-solvable.opam +++ b/coq-mathcomp-solvable.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-solvable" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" diff --git a/coq-mathcomp-ssreflect.opam b/coq-mathcomp-ssreflect.opam index d5052f8..5d31846 100644 --- a/coq-mathcomp-ssreflect.opam +++ b/coq-mathcomp-ssreflect.opam @@ -2,6 +2,7 @@ opam-version: "1.2" name: "coq-mathcomp-ssreflect" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +synopsis: "The Mathematical Components library" homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" |
