Skip to content

Commit

Permalink
Merge pull request #25597 from Halbaroth/release-ocplib-simplex-v0.5.1
Browse files Browse the repository at this point in the history
[new release] ocplib-simplex (0.5.1)
  • Loading branch information
samoht authored Apr 2, 2024
2 parents 70fe7df + 21f2541 commit 76d5113
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/ocplib-simplex/ocplib-simplex.0.5.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis:
"A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities"
description:
"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."
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
authors: [
"Mohamed Iguernlala <iguer@functori.com>"
"Hichem Ait El Hara <hichem.ait-el-hara@ocamlpro.com>"
"Steven de Oliveira <steven.de-oliveira@ocamlpro.com>"
"Guillaume Bury <guillaume.bury@ocamlpro.com>"
"Pierre Villemot <pierre.villemot@ocamlpro.com>"
]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/OCamlPro/ocplib-simplex"
doc: "https://ocamlpro.github.io/ocplib-simplex"
bug-reports: "https://github.com/OCamlPro/ocplib-simplex/issues"
depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "2.0"}
"ocamlfind" {>= "1.9.1"}
"zarith" {with-test}
"logs" {>= "0.5.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/OCamlPro/ocplib-simplex.git"
url {
src:
"https://github.com/OCamlPro/ocplib-simplex/releases/download/v0.5.1/ocplib-simplex-0.5.1.tbz"
checksum: [
"sha256=a5c814be4d18e60c525d37c5b21e880b05b42e7c57b351aa3d20173521d513cf"
"sha512=2cf2936792c4429556fa7349069474056d5ae4ca0cf8ad3587880ebbc32cec39fad9b36df7c1ae18fa15f89fe4291bdb5a350b20d0cf84ce5ae651a77d0dd163"
]
}
x-commit-hash: "12e7c1fd994d4c40cf7159008a67579f470df616"

0 comments on commit 76d5113

Please sign in to comment.