this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Solve optimal transportation problems using the network simplex algorithm" 5description: 6 "This library provides bindings to the fast optimal transportation library by Nicolas Bonneel, available here: https://perso.liris.cnrs.fr/nicolas.bonneel/FastTransport/ and originally extracted from the LEMON C++ library. Part of the C++ wrapper is copied from https://github.com/PythonOT/POT" 7maintainer: ["igarnier@protonmail.com"] 8authors: ["Ilias Garnier"] 9license: "MIT" 10homepage: "http://github.com/igarnier/optiml-transport" 11bug-reports: "http://github.com/igarnier/optiml-transport" 12depends: [ 13 "dune" {>= "2.8"} 14 "ocaml" {>= "4.08"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/igarnier/optiml-transport" 32url { 33 src: "https://github.com/igarnier/optiml-transport/archive/0.0.1.tar.gz" 34 checksum: [ 35 "md5=f9895528430b9ac5fcd685d12b14acab" 36 "sha512=39e720b27e08fb7e225aac17919c3964cfe89798983a92e8dea425e742d0a595a1cf9a2e177342f4e8af86c96a7fb8cce30f9ec40254ab32c306805e5bdb9a58" 37 ] 38}