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

{
    "name": "swi-prolog",
    "portdir": "lang/swi-prolog",
    "version": "9.2.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 20051223,
    "replaced_by": null,
    "homepage": "https://www.swi-prolog.org/",
    "description": "SWI-Prolog compiler plus extra packages (stable version)",
    "long_description": "ISO/Edinburgh-style Prolog compiler including modules, autoload, libraries, Garbage-collector, stack-expandor, C/C++-interface, Multiple threads, GNU-readline interface, coroutining, constraint programming, global variables, very fast compiler. Including packages clib (Unix process control, sockets, MIME), cpp (C++ interface), sgml (reading XML/SGML), sgml/RDF (reading RDF into triples), ODBC interface and XPCE (Graphics UI toolkit, integrated editor (Emacs-clone) and graphical debugger).",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "JanWielemaker",
            "ports_count": 2
        }
    ],
    "variants": [
        "debug",
        "qt5"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ninja",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gperftools",
                "libmcrypt",
                "libyaml",
                "ncurses",
                "ossp-uuid",
                "pcre2",
                "libarchive",
                "libjpeg-turbo",
                "Xft2",
                "xorg-libXinerama",
                "xorg-libXt",
                "xpm",
                "python312",
                "readline",
                "zlib",
                "db62",
                "gmp"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "prolog-mode.el"
            ]
        }
    ]
}