Skip to content

Commit

Permalink
add projDesc.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Mar 5, 2019
1 parent fdc93c3 commit ef309b1
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .coin-or/projDesc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?>
<projectData xmlns="coin-or.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd">

<projectBasics>
<projectName>YAPOSIB</projectName>
<projectRepo>yaposib</projectRepo>

<projectDescription>
Yaposib is a python binding to OSI, the Open Solver Interface from COIN-OR.
It intends to give access to various solvers through python.
Yaposib was created in order to be integrated in COIN-OR/PuLP.
</projectDescription>
<projectShortDescription>
A Python interface to OSI.
</projectShortDescription>

<projectManager>n/a</projectManager>

<projectHomePage>https://github.com/coin-or/yaposib</projectHomePage>

<projectLicense>Eclipse Public License 1.0</projectLicense>
<projectLicenseURL>https://opensource.org/licenses/EPL-1.0</projectLicenseURL>

<coinLinkedProjects>
<coinProject>
<repoName>OSI</repoName>
</coinProject>
</coinLinkedProjects>

<otherLinkedPackages>
<otherPackage>
<packageName>boost::python</packageName>
<packageURL>http://www.boost.org</packageURL>
<requiredOrOptional>Required</requiredOrOptional>
</otherPackage>
</otherLinkedPackages>

<projectLanguage>Python</projectLanguage>

<developmentStatus>
<activityStatus>Abandoned</activityStatus>
<maturityLevel>5</maturityLevel>
</developmentStatus>

<testedPlatforms>
</testedPlatforms>

<projectCategories>
<category>
Interfaces
</category>
<category>
Optimization deterministic linear continuous
</category>
<category>
Optimization deterministic linear discrete
</category>
</projectCategories>

</projectBasics>

<leftMenuLinks>
<documentation>http://yaposib.readthedocs.org</documentation>
<sourceCodeDownload>https://github.com/coin-or/yaposib/releases</sourceCodeDownload>
<binaryDownload>https://pypi.org/project/yaposib</binaryDownload>
<mailingList> </mailingList>
</leftMenuLinks>

</projectData>

0 comments on commit ef309b1

Please sign in to comment.