Skip to content

Commit b3cc0a7

Browse files
committed
Update opam files
1 parent 5c8ed65 commit b3cc0a7

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

opam

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
opam-version: "1.2"
1+
opam-version: "2.0"
22
name: "ocplib-simplex"
3-
version: "0.4"
4-
5-
authors: "Mohamed Iguernlala <[email protected]>"
6-
maintainer: "Mohamed Iguernlala <[email protected]>"
3+
version: "0.4.1"
4+
synopsis:
5+
"A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities"
6+
description:
7+
"This library is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities. The implementation is incremental and backtrackable. It is able to extract unsat-cores for unsatisfiable problems. Versions > 0.1 also support linear optimization."
8+
9+
authors: [
10+
"Mohamed Iguernlala <[email protected]>"
11+
"Hichem Ait El Hara <[email protected]>"
12+
"Steven de Oliveira <[email protected]>"
13+
"Guillaume Bury <[email protected]>"
14+
]
15+
maintainer: ["OCamlPro <[email protected]>"]
716

8-
license: "LGPL version 2.1"
17+
license: "LGPL-2.1-or-later"
918
homepage: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
1019

1120
bug-reports: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex/issues"
12-
dev-repo: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex.git"
21+
dev-repo: "git+https://github.com/OCamlPro-Iguernlala/ocplib-simplex.git"
1322

1423

1524
build:[
@@ -28,9 +37,9 @@ remove:[
2837
]
2938

3039
depends: [
40+
"ocaml" {>= "4.01.0"}
3141
"ocamlfind" {build}
3242
"conf-autoconf" {build}
3343
"num"
3444
]
35-
36-
available: [ ocaml-version >= "4.01.0" ]
45+
flags: light-uninstall

0 commit comments

Comments
 (0)