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

{
    "name": "libcstring",
    "portdir": "security/libcstring",
    "version": "20150101",
    "license": "LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libyal/libcstring",
    "description": "Library for cross-platform C system functions",
    "long_description": "Library for cross-platform C system functions",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libcdata",
                "libcdatetime",
                "libcerror",
                "libcfile",
                "libclocale",
                "libcnotify",
                "libcsplit",
                "libcthreads"
            ]
        }
    ]
}