opam-version: "2.0" synopsis: "LP and MIP modeling in OCaml" description: """ This library is a modeling tool for Linear Programming (LP) and Mixed Integer Programming (MIP). The model can be exported to CPLEX LP file format, which can be loaded by various solvers. Importing models from LP file is also supported. """ maintainer: "Kosuke Tahara " authors: [ "Kosuke Tahara " ] license: "MIT" homepage: "https://github.com/ktahar/ocaml-lp" bug-reports: "https://github.com/ktahar/ocaml-lp/issues" dev-repo: "git+https://github.com/ktahar/ocaml-lp.git" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.2.0"} "menhir" "alcotest" {with-test} ] build: [ [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] url { src: "https://github.com/ktahar/ocaml-lp/archive/0.0.1.tar.gz" checksum: [ "md5=c9e78b48f2ce4479c895f560b978dad1" "sha512=ce258f4b50d19ccce7e52f9242b3fbc5b4644a05f64fe42504ae5371b79353d1519b26fcbdf2930deff5f9676b6437d575f08723a39de20e9dfa063b6a35c209" ] }