Source: coinor-osi
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Håvard F. Aasen <havard.f.aasen@pfft.no>,
Section: science
Priority: optional
Build-Depends: coinor-libcoinutils-dev,
               debhelper-compat (= 13),
               libbz2-dev,
               pkg-config,
               zlib1g-dev,
Build-Depends-Indep: doxygen,
                     graphviz,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/coin-or/Osi
Vcs-Browser: https://salsa.debian.org/science-team/coinor-osi
Vcs-Git: https://salsa.debian.org/science-team/coinor-osi.git

Package: coinor-libosi1v5
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Conflicts: coinor-libosi1,
Multi-Arch: same
Description: COIN-OR Open Solver Interface
 Osi (Open Solver Interface) provides an abstract C++ base class to a generic
 linear programming (LP) solver, along with derived classes for specific
 solvers. Many applications may be able to use the Osi to insulate themselves
 from a specific LP solver.
 .
 Osi is part of the larger COIN-OR initiative (Computational Infrastructure
 for Operations Research).
 .
 This package contains the abstract Osi base library; implementations for
 different solvers are provided separately. The OsiClp interface is provided
 by the clp source package.

Package: coinor-libosi-dev
Architecture: any
Section: libdevel
Depends: coinor-libosi1v5 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Suggests: coinor-libosi-doc,
Multi-Arch: same
Description: COIN-OR Open Solver Interface (developer files)
 Osi (Open Solver Interface) provides an abstract C++ base class to a generic
 linear programming (LP) solver, along with derived classes for specific
 solvers. Many applications may be able to use the Osi to insulate themselves
 from a specific LP solver.
 .
 Osi is part of the larger COIN-OR initiative (Computational Infrastructure
 for Operations Research).
 .
 This package contains header files and static libraries.

Package: coinor-libosi-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Recommends: coinor-libcoinutils-dev,
            coinor-libosi-dev,
Multi-Arch: foreign
Description: COIN-OR Open Solver Interface (documentation)
 Osi (Open Solver Interface) provides an abstract C++ base class to a generic
 linear programming (LP) solver, along with derived classes for specific
 solvers. Many applications may be able to use the Osi to insulate themselves
 from a specific LP solver.
 .
 Osi is part of the larger COIN-OR initiative (Computational Infrastructure
 for Operations Research).
 .
 This package contains the documentation and examples.
