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

{
    "name": "xmlrpc-c",
    "portdir": "devel/xmlrpc-c",
    "version": "1.51.08",
    "license": "BSD and MIT and Apache-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://xmlrpc-c.sourceforge.net/",
    "description": "Lightweight RPC library based on XML and HTTP",
    "long_description": "XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.",
    "active": true,
    "categories": [
        "devel",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "libxml2",
        "libwww",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "curl",
                "libxml2"
            ]
        }
    ],
    "depends_on": []
}