GET /api/v1/ports/libsbmlsim/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "libsbmlsim",
    "portdir": "science/libsbmlsim",
    "version": "1.4.0",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fun.bio.keio.ac.jp/software/libsbmlsim/",
    "description": "A library for simulating SBML models",
    "long_description": "LibSBMLSim is a library for simulating an SBML model which contains Ordinary Differential Equations (ODEs). LibSBMLSim provides simple command-line tool and several APIs to load an SBML model, perform numerical integration (simulate) and export its results. Both explicit and implicit methods are supported on libSBMLSim.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "funasoul",
            "github": "funasoul",
            "ports_count": 14
        }
    ],
    "variants": [
        "debug",
        "csharp",
        "java",
        "python27",
        "python38",
        "python39",
        "ruby",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsbml"
            ]
        }
    ],
    "depends_on": []
}