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

{
    "name": "guile18",
    "portdir": "lang/guile18",
    "version": "1.8.8",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/guile/guile.html",
    "description": "GNU's Ubiquitous Intelligent Language for Extension (guile)",
    "long_description": "Guile is an interpreter for the Scheme programming language, packaged for use in a wide variety of environments. Guile implements Scheme as described in the Revised^5 Report on the Algorithmic Language Scheme (usually known as R5RS), providing clean and general data and control structures. Guile goes beyond the rather austere language presented in R5RS, extending it with a module system, full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, powerful string processing, and many other features needed for programming in the real world.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "gmp",
                "libtool",
                "readline",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libmatheval"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "TeXmacs",
                "drgeo1"
            ]
        }
    ]
}