GET /api/v1/ports/?format=api&ordering=-updated_at&page=581
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51950,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=582",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=580",
    "results": [
        {
            "name": "cl-colors2",
            "portdir": "lisp/cl-colors2",
            "version": "0.6.1",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/cage/cl-colors2",
            "description": "Simple color library for Common Lisp",
            "long_description": "Simple color library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-alexandria",
                        "cl-clunit2",
                        "cl-parse-number"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ansi-text",
                        "cl-nodgui"
                    ]
                }
            ]
        },
        {
            "name": "cl-colors",
            "portdir": "lisp/cl-colors",
            "version": "20180307",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tpapp/cl-colors",
            "description": "Simple color library for Common Lisp",
            "long_description": "Simple color library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-let-plus"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ]
        },
        {
            "name": "cl-colorize",
            "portdir": "lisp/cl-colorize",
            "version": "20241110",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kingcons/colorize",
            "description": "A Syntax Highlighting library",
            "long_description": "A Syntax Highlighting library",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-html-encode",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bmd"
                    ]
                }
            ]
        },
        {
            "name": "cl-collectors",
            "portdir": "lisp/cl-collectors",
            "version": "20220117",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/collectors",
            "description": "A Common lisp library providing collector macros",
            "long_description": "A Common lisp library providing collector macros",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-closer-mop",
                        "cl-lisp-unit2",
                        "cl-symbol-munger"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-arnesi"
                    ]
                }
            ]
        },
        {
            "name": "cl-clunit2",
            "portdir": "lisp/cl-clunit2",
            "version": "20230927",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://notabug.org/cage/clunit2",
            "description": "Unit Testing Framework, fork of clunit.",
            "long_description": "Unit Testing Framework, fork of clunit.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-colors2",
                        "cl-nodgui"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-phos"
                    ]
                }
            ]
        },
        {
            "name": "cl-clump",
            "portdir": "lisp/cl-clump",
            "version": "20160408",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/robert-strandh/Clump",
            "description": "Library for operations on different kinds of trees",
            "long_description": "Library for operations on different kinds of trees",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-acclimation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-cluffer"
                    ]
                }
            ]
        },
        {
            "name": "cl-cluffer",
            "portdir": "lisp/cl-cluffer",
            "version": "20231110",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/robert-strandh/Cluffer",
            "description": "Library providing a protocol for text-editor buffers.",
            "long_description": "Library providing a protocol for text-editor buffers.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-acclimation",
                        "cl-clump"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-clss",
            "portdir": "lisp/cl-clss",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/clss",
            "description": "A DOM tree searching engine based on CSS selectors.",
            "long_description": "A DOM tree searching engine based on CSS selectors.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-array-utils",
                        "cl-plump"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-clsql",
            "portdir": "lisp/cl-clsql",
            "version": "6.7.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://clsql.kpe.io",
            "description": "A multi-platform SQL interface for Common Lisp",
            "long_description": "A multi-platform SQL interface for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-uffi",
                        "cl-postgres"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-closer-mop",
            "portdir": "lisp/cl-closer-mop",
            "version": "20241101",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/closer-mop",
            "description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "long_description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cffi-gtk",
                        "cl-collectors",
                        "cl-com.inuoe.jzon",
                        "cl-contextl",
                        "cl-dbi",
                        "cl-djula",
                        "cl-in-nomine",
                        "cl-moptilities",
                        "cl-access",
                        "cl-nsymbols",
                        "cl-optima",
                        "cl-postmodern",
                        "cl-prompter",
                        "cl-rutils",
                        "cl-thrift",
                        "cl-trivia",
                        "cl-try",
                        "cl-nhooks"
                    ]
                }
            ]
        },
        {
            "name": "cl-clack",
            "portdir": "lisp/cl-clack",
            "version": "20231109",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/clack",
            "description": "Web server abstraction layer for Common Lisp",
            "long_description": "Web server abstraction layer for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-lack",
                        "cl-toot",
                        "cl-wookie",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-usocket",
                        "cl-swank"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-circular-streams",
            "portdir": "lisp/cl-circular-streams",
            "version": "20161202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/circular-streams",
            "description": "Circularly readable streams for Common Lisp",
            "long_description": "Circularly readable streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams",
                        "cl-fast-io",
                        "cl-trivial-gray-streams",
                        "cl-test-more"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-chunga",
            "portdir": "lisp/cl-chunga",
            "version": "1.1.9",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/chunga",
            "description": "Portable chunked streams for Common Lisp",
            "long_description": "Portable chunked streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-drakma",
                        "cl-hunchentoot",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-chipz",
            "portdir": "lisp/cl-chipz",
            "version": "20220213.git82a17d3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cliki.net/chipz",
            "description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "long_description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp",
                "archive"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-drakma",
                        "cl-png-read",
                        "cl-salza2",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-checkl",
            "portdir": "lisp/cl-checkl",
            "version": "20180316",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rpav/CheckL",
            "description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "long_description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-marshal",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-io"
                    ]
                }
            ]
        },
        {
            "name": "cl-change-case",
            "portdir": "lisp/cl-change-case",
            "version": "0.2.0",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rudolfochrist/cl-change-case",
            "description": "Convert strings between camelCase, param-case, PascalCase and more",
            "long_description": "Convert strings between camelCase, param-case, PascalCase and more",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-fiveam",
                        "cl-ppcre-unicode"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-str"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi-gtk",
            "portdir": "lisp/cl-cffi-gtk",
            "version": "20230202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharplispers/cl-cffi-gtk",
            "description": "A Lisp binding to GTK 3",
            "long_description": "A Lisp binding to GTK 3",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-trivial-features",
                        "glib2",
                        "cl-cffi",
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-trivial-garbage",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi",
            "portdir": "lisp/cl-cffi",
            "version": "0.24.1.20240811",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cffi/cffi",
            "description": "The Common Foreign Function Interface",
            "long_description": "The Common Foreign Function Interface",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "cl-babel",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-webkit2",
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi-gtk",
                        "cl-enchant",
                        "cl-fastcgi",
                        "cl-gobject-introspection",
                        "cl-iolib",
                        "cl-jpeg-turbo",
                        "cl-libuv",
                        "cl-mmap",
                        "cl-mysql",
                        "cl-osicat",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-sqlite",
                        "cl-static-vectors",
                        "cl-system-locale",
                        "cl-trivia",
                        "cl-trivial-clipboard",
                        "cl-trivial-features-tests",
                        "cl-webengine"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-features"
                    ]
                }
            ]
        },
        {
            "name": "cl-calispel",
            "portdir": "lisp/cl-calispel",
            "version": "0.1",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.thoughtcrime.us/software/calispel",
            "description": "Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language.",
            "long_description": "Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-eager-future",
                        "cl-jpl-queues",
                        "cl-jpl-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prompter"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-bordeaux-threads",
            "portdir": "lisp/cl-bordeaux-threads",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/bordeaux-threads",
            "description": "Portable shared-state concurrency for Common Lisp",
            "long_description": "Portable shared-state concurrency for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-trivial-garbage",
                        "cl-fiveam",
                        "cl-global-vars",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-async",
                        "cl-calispel",
                        "cl-cffi",
                        "cl-cffi-gtk",
                        "cl-clack",
                        "cl-dexador",
                        "cl-eager-future",
                        "cl-eager-future2",
                        "cl-fad",
                        "cl-gopher",
                        "cl-hunchentoot",
                        "cl-iolib",
                        "cl-ironclad",
                        "cl-jpl-queues",
                        "cl-lack",
                        "cl-legion",
                        "cl-anypool",
                        "cl-lparallel",
                        "cl-ndebug",
                        "cl-nhooks",
                        "cl-nodgui",
                        "cl-plus-ssl",
                        "cl-postmodern",
                        "cl-redis",
                        "cl-rove",
                        "cl-s-sysdeps",
                        "cl-serapeum",
                        "cl-simple-tasks",
                        "cl-sqlite",
                        "cl-toot",
                        "cl-trivial-main-thread",
                        "cl-usocket",
                        "cl-log4cl"
                    ]
                }
            ]
        },
        {
            "name": "cl-blackbird",
            "portdir": "lisp/cl-blackbird",
            "version": "20220907",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/blackbird",
            "description": "A promise implementation for Common Lisp",
            "long_description": "A promise implementation for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-vom",
                        "cl-async",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-base64",
            "portdir": "lisp/cl-base64",
            "version": "3.4.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cliki.net/cl-base64",
            "description": "base64 for Common Lisp",
            "long_description": "base64 for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-kmrcl",
                        "cl-ptester"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-drakma",
                        "cl-hunchentoot",
                        "cl-lack",
                        "cl-dexador",
                        "cl-postgres",
                        "cl-toot",
                        "cl-lass"
                    ]
                }
            ]
        },
        {
            "name": "cl-babel",
            "portdir": "lisp/cl-babel",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cl-babel/babel",
            "description": "Babel is a charset encoding/decoding library, not unlike GNU libiconv, written in pure Common Lisp.",
            "long_description": "Babel is a charset encoding/decoding library, not unlike GNU libiconv, written in pure Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-trivial-features",
                        "cl-trivial-gray-streams",
                        "cl-hu.dwim.stefil"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi",
                        "cl-dexador",
                        "cl-dexador-test",
                        "cl-djula",
                        "cl-do-urlencode",
                        "cl-fast-http",
                        "cl-http-body",
                        "cl-iolib",
                        "cl-jonathan",
                        "cl-lack",
                        "cl-montezuma",
                        "cl-png-read",
                        "cl-proc-parse",
                        "cl-quri",
                        "cl-redis",
                        "cl-smart-buffer",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-atomics",
            "portdir": "lisp/cl-atomics",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/atomics",
            "description": "Portability layer for atomic operations like compare-and-swap (CAS)",
            "long_description": "Portability layer for atomic operations like compare-and-swap (CAS)",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-async",
            "portdir": "lisp/cl-async",
            "version": "20231114",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/cl-async",
            "description": "Asynchronous IO library for Common Lisp.",
            "long_description": "Asynchronous IO library for Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features",
                        "cl-trivial-gray-streams",
                        "cl-babel",
                        "cl-cffi",
                        "cl-usocket",
                        "cl-ppcre",
                        "cl-fast-io",
                        "cl-static-vectors",
                        "cl-vom",
                        "cl-quri",
                        "cl-libuv",
                        "cl-ironclad",
                        "openssl3",
                        "cl-bordeaux-threads",
                        "cl-fiveam",
                        "cl-flexi-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-blackbird",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-assoc-utils",
            "portdir": "lisp/cl-assoc-utils",
            "version": "20220921",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/assoc-utils",
            "description": "Utilities for manipulating association lists",
            "long_description": "Utilities for manipulating association lists",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-http-body"
                    ]
                }
            ]
        },
        {
            "name": "cl-asdf-flv",
            "portdir": "lisp/cl-asdf-flv",
            "version": "2.2",
            "license": "Unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/didierverna/asdf-flv",
            "description": "ASDF extension to provide support for file-local variables",
            "long_description": "ASDF extension to provide support for file-local variables",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ]
        },
        {
            "name": "cl-array-utils",
            "portdir": "lisp/cl-array-utils",
            "version": "20231201",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/array-utils",
            "description": "A few utilities for working with arrays.",
            "long_description": "A few utilities for working with arrays.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clss",
                        "cl-plump",
                        "cl-simple-tasks"
                    ]
                }
            ]
        },
        {
            "name": "cl-arnesi",
            "portdir": "lisp/cl-arnesi",
            "version": "20170330",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/arnesi",
            "description": "arnesi is a Common Lisp utility suite",
            "long_description": "arnesi is a Common Lisp utility suite",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-swank",
                        "cl-collectors",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-locale"
                    ]
                }
            ]
        },
        {
            "name": "cl-anypool",
            "portdir": "lisp/cl-anypool",
            "version": "20230917",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/anypool",
            "description": "General-purpose connection pooling library for Common Lisp",
            "long_description": "General-purpose connection pooling library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-speedy-queue",
                        "cl-rove",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-ansi-text",
            "portdir": "lisp/cl-ansi-text",
            "version": "2.0.1",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pnathan/cl-ansi-text",
            "description": "Enables ANSI colors for printing.",
            "long_description": "Enables ANSI colors for printing.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-colors2",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ]
        },
        {
            "name": "cl-anonfun",
            "portdir": "lisp/cl-anonfun",
            "version": "20111202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/arielnetworks/cl-anonfun",
            "description": "Anonymous function helpers for Common Lisp",
            "long_description": "Anonymous function helpers for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-annot",
            "portdir": "lisp/cl-annot",
            "version": "20150606",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m2ym/cl-annot",
            "description": "Python-like Annotation Syntax for Common Lisp",
            "long_description": "Python-like Annotation Syntax for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-jonathan",
                        "cl-locale",
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-anaphora",
            "portdir": "lisp/cl-anaphora",
            "version": "0.9.8",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spwhitton/anaphora",
            "description": "The anaphoric macro collection from Hell",
            "long_description": "The anaphoric macro collection from Hell",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-let-plus",
                        "cl-locale",
                        "cl-markdown",
                        "cl-parenscript",
                        "cl-slice"
                    ]
                }
            ]
        },
        {
            "name": "cl-alexandria",
            "portdir": "lisp/cl-alexandria",
            "version": "1.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alexandria.common-lisp.dev",
            "description": "Alexandria is a collection of portable public domain utilities for Common Lisp",
            "long_description": "Alexandria is a collection of portable public domain utilities for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-access",
                        "cl-annot",
                        "cl-ansi-text",
                        "cl-babel",
                        "cl-bordeaux-threads",
                        "cl-cffi",
                        "cl-cffi-gtk",
                        "cl-clack",
                        "cl-collectors",
                        "cl-colorize",
                        "cl-colors",
                        "cl-colors2",
                        "cl-com.gigamonkeys.binary-data",
                        "cl-com.inuoe.jzon",
                        "cl-cookie",
                        "cl-dbi",
                        "cl-dexador",
                        "cl-djula",
                        "cl-do-urlencode",
                        "cl-fad",
                        "cl-fast-http",
                        "cl-fast-io",
                        "cl-fiasco",
                        "cl-fiveam",
                        "cl-gobject-introspection",
                        "cl-history-tree",
                        "cl-hu.dwim.stefil",
                        "cl-hunchentoot",
                        "cl-in-nomine",
                        "cl-lack",
                        "cl-let-plus",
                        "cl-libuv",
                        "cl-lisp-unit2",
                        "cl-lparallel",
                        "cl-mgl-pax",
                        "cl-nfiles",
                        "cl-nkeymaps",
                        "cl-nodgui",
                        "cl-opticl",
                        "cl-opticl-core",
                        "cl-optima",
                        "cl-osicat",
                        "cl-parse-float",
                        "cl-parser-combinators",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-postmodern",
                        "cl-pngload-test",
                        "cl-proc-parse",
                        "cl-prompter",
                        "cl-prove",
                        "cl-quri",
                        "cl-serapeum",
                        "cl-slice",
                        "cl-spinneret",
                        "cl-static-vectors",
                        "cl-stefil",
                        "cl-symbol-munger",
                        "cl-3bz",
                        "cl-toot",
                        "cl-trivial-benchmark",
                        "cl-trivial-with-current-source-form",
                        "cl-try",
                        "cl-type-i",
                        "cl-webkit2",
                        "cl-wookie",
                        "cl-thrift"
                    ]
                }
            ]
        },
        {
            "name": "cl-acclimation",
            "portdir": "lisp/cl-acclimation",
            "version": "20231023",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/robert-strandh/Acclimation",
            "description": "Library supporting internationalization",
            "long_description": "Library supporting internationalization",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-cluffer",
                        "cl-clump"
                    ]
                }
            ]
        },
        {
            "name": "cl-access",
            "portdir": "lisp/cl-access",
            "version": "20240307",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/access",
            "description": "A common lisp library to unify access to common dictionary-like data-structures",
            "long_description": "A common lisp library to unify access to common dictionary-like data-structures",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-lisp-unit2",
                        "cl-alexandria",
                        "cl-iterate",
                        "cl-closer-mop"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula"
                    ]
                }
            ]
        },
        {
            "name": "cl-3bz",
            "portdir": "lisp/cl-3bz",
            "version": "20230321",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/3b/3bz",
            "description": "yet another CL deflate decompressor",
            "long_description": "yet another CL deflate decompressor",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-mmap",
                        "cl-alexandria",
                        "cl-nibbles",
                        "cl-trivial-features",
                        "cl-babel",
                        "cl-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-pngload"
                    ]
                }
            ]
        },
        {
            "name": "cl-3bmd",
            "portdir": "lisp/cl-3bmd",
            "version": "20240515",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/3b/3bmd",
            "description": "markdown processor in CL using esrap parser",
            "long_description": "markdown processor in CL using esrap parser",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-fiasco",
                        "cl-colorize",
                        "cl-esrap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-mgl-pax"
                    ]
                }
            ]
        },
        {
            "name": "zoem",
            "portdir": "lang/zoem",
            "version": "21-341",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micans.org/zoem/",
            "description": "a macro/programming language with stacks",
            "long_description": "zoem is a macro/programming language with stacks. zoem has stacks, arithmetic environment, delayed evaluation, inside-out evaluation, and a lot more features to allow abstraction, encapsulation and (lexical) scoping, as well as syntactic sugar to facilitate HTML production.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cimfomfa",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "aephea"
                    ]
                }
            ]
        },
        {
            "name": "zig-bootstrap",
            "portdir": "lang/zig-bootstrap",
            "version": "0.16.0",
            "license": "MIT",
            "platforms": "{darwin >= 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ziglang.org/",
            "description": "Zig programming language (bootstrap build with no runtime dependencies)",
            "long_description": "Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This is the bootstrap build version with no external runtime dependencies.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "shichizip"
                    ]
                }
            ]
        },
        {
            "name": "yasm",
            "portdir": "lang/yasm",
            "version": "1.3.0",
            "license": "(Artistic-1 or GPL-2+ or LGPL) and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tortall.net/projects/yasm/",
            "description": "yasm - a modular bsd reimplementation of NASM",
            "long_description": "A modular x86/amd64 assembler supporting NASM and GAS asm syntaxes and a variety of output formats. It is licensed under the 3-clause BSD license except the nasm preprocessor which is LGPL.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "VeraCrypt",
                        "aom",
                        "avidemux",
                        "libass",
                        "libass-devel",
                        "libvpx",
                        "libvpx-devel",
                        "mplayer-devel",
                        "mythtv-core.27",
                        "mythtv-core.28",
                        "svt-av1",
                        "godot-3.2",
                        "mpir",
                        "mpir-devel",
                        "gimp-gap",
                        "gimp-gap-devel",
                        "mozjs102",
                        "mozjs115",
                        "mozjs128",
                        "mozjs60",
                        "mozjs91",
                        "mozjs68",
                        "HandBrake",
                        "HandBrakeCLI",
                        "MPlayer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "udis86"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-distnorm",
                        "py37-distnorm",
                        "py38-distnorm",
                        "py37-distorm",
                        "py36-distorm",
                        "py38-distorm",
                        "py312-distorm",
                        "py35-distorm",
                        "py27-distorm"
                    ]
                }
            ]
        },
        {
            "name": "yap-devel",
            "portdir": "lang/yap-devel",
            "version": "6.0.7",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
            "description": "YAP Prolog compiler",
            "long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "java",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yap",
            "portdir": "lang/yap",
            "version": "6.0.5",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
            "description": "YAP Prolog compiler",
            "long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "java",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yabasic",
            "portdir": "lang/yabasic",
            "version": "2.86.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.yabasic.de/",
            "description": "yet another basic language",
            "long_description": "Yabasic implements the most common and simple elements of the basic language. It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does monochrome line graphics and printing.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "xorg-libX11",
                        "xorg-libXt",
                        "xorg-libsm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xotcl",
            "portdir": "lang/xotcl",
            "version": "1.6.7",
            "license": "(Tcl/Tk or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://media.wu-wien.ac.at",
            "description": "Extended Object Tool Command Language",
            "long_description": "Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object-oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "neumann",
                    "github": "gustafn",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xmlgen",
            "portdir": "lang/xmlgen",
            "version": "1.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tclxml.sourceforge.net/xmlgen.html",
            "description": "The Tcl package xmlgen allows to write Tcl code which translates itself into XML.",
            "long_description": "Every tag is made into a markup command which takes attributes and the element's content as parameters and then prints the XML tagged content. Of course, the content again can contain markup commands.",
            "active": true,
            "categories": [
                "lang",
                "tcl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wren-cli",
            "portdir": "lang/wren-cli",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wren.io/cli/",
            "description": "A command line tool for the Wren programming language",
            "long_description": "The CLI project is a small and simple REPL and CLI tool for running Wren scripts. It is backed by libuv to implement IO functionality, and is a work in progress.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wasmer",
            "portdir": "lang/wasmer",
            "version": "7.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wasmer.io",
            "description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
            "long_description": "Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wren",
            "portdir": "lang/wren",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wren.io",
            "description": "Wren is a small, fast, class-based concurrent scripting language.",
            "long_description": "Wren is a small, fast, class-based concurrent scripting language. Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}