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

{
    "count": 50559,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=808",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=806",
    "results": [
        {
            "name": "cl-lack",
            "portdir": "lisp/cl-lack",
            "version": "20230920",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/lack",
            "description": "Lack, the core of Clack",
            "long_description": "Lack, the core of Clack",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams",
                        "cl-babel",
                        "cl-hunchentoot",
                        "cl-split-sequence",
                        "cl-ironclad",
                        "cl-trivial-utf-8",
                        "cl-marshal",
                        "cl-prove",
                        "cl-local-time",
                        "cl-quri",
                        "cl-circular-streams",
                        "cl-cookie",
                        "cl-dbi",
                        "cl-sqlite",
                        "cl-dexador",
                        "cl-http-body",
                        "cl-redis",
                        "cl-trivial-mime",
                        "cl-trivial-rfc-1123",
                        "cl-isaac",
                        "cl-anypool",
                        "cl-ppcre",
                        "cl-alexandria",
                        "cl-base64",
                        "cl-bordeaux-threads",
                        "cl-flexi-streams"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-dexador"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clack",
                        "cl-dexador-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-libuv",
            "portdir": "lisp/cl-libuv",
            "version": "20230616",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/cl-libuv",
            "description": "Low-level libuv bindings for Common Lisp.",
            "long_description": "Low-level libuv bindings for Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-cffi",
                        "libuv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-async"
                    ]
                }
            ]
        },
        {
            "name": "cl-lisp-unit2",
            "portdir": "lisp/cl-lisp-unit2",
            "version": "0.9.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/lisp-unit2",
            "description": "Common Lisp library that supports unit testing.",
            "long_description": "Common Lisp library that supports unit testing.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-iterate",
                        "cl-interpol",
                        "cl-symbol-munger",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-nfiles",
                        "cl-nhooks",
                        "cl-njson",
                        "cl-nkeymaps",
                        "cl-nsymbols",
                        "cl-prompter",
                        "cl-collectors",
                        "cl-history-tree",
                        "cl-nclasses",
                        "cl-access"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-symbol-munger",
                        "cl-nhooks",
                        "cl-nsymbols",
                        "cl-nfiles",
                        "cl-prompter",
                        "cl-ndebug",
                        "cl-history-tree"
                    ]
                }
            ]
        },
        {
            "name": "cl-nasdf",
            "portdir": "lisp/cl-nasdf",
            "version": "20230923",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/atlas-engineer/ntemplate",
            "description": "ASDF helpers for system setup, testing and installation.",
            "long_description": "ASDF helpers for system setup, testing and installation.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-history-tree",
                        "cl-nclasses",
                        "cl-nhooks",
                        "cl-njson",
                        "cl-nkeymaps",
                        "cl-nsymbols"
                    ]
                }
            ]
        },
        {
            "name": "cl-nclasses",
            "portdir": "lisp/cl-nclasses",
            "version": "0.6.1",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/atlas-engineer/nclasses",
            "description": "Simplify class like definitions with define-class and friends.",
            "long_description": "Simplify class like definitions with define-class and friends.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lisp-unit2",
                        "cl-nasdf",
                        "cl-moptilities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-history-tree",
                        "cl-nfiles",
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "name": "cl-osicat",
            "portdir": "lisp/cl-osicat",
            "version": "20231003",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/osicat/osicat",
            "description": "Osicat is a lightweight operating system interface for Common Lisp",
            "long_description": "Osicat is a lightweight operating system interface for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt",
                        "cl-trivial-features",
                        "cl-cffi",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-should-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-redis",
            "portdir": "lisp/cl-redis",
            "version": "20200616",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vseloved/cl-redis",
            "description": "Redis client for Common Lisp",
            "long_description": "Redis client for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rutils",
                        "cl-ppcre",
                        "cl-should-test",
                        "cl-bordeaux-threads",
                        "cl-flexi-streams",
                        "cl-babel",
                        "cl-usocket"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-rutils",
            "portdir": "lisp/cl-rutils",
            "version": "20220915",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vseloved/rutils",
            "description": "Radical Utilities for Common Lisp",
            "long_description": "Radical Utilities for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-named-readtables"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-should-test"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-redis",
                        "cl-rutils-test",
                        "cl-should-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-should-test",
            "portdir": "lisp/cl-should-test",
            "version": "20190829",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vseloved/should-test",
            "description": "A minimal yet feature-rich Common Lisp test framework",
            "long_description": "A minimal yet feature-rich Common Lisp test framework",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-local-time",
                        "cl-osicat",
                        "cl-rutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-redis",
                        "cl-rutils-test"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-rutils"
                    ]
                }
            ]
        },
        {
            "name": "cl-swap-bytes",
            "portdir": "lisp/cl-swap-bytes",
            "version": "1.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/swap-bytes",
            "description": "Optimized byte-swapping primitives.",
            "long_description": "Optimized byte-swapping primitives.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-iolib",
                        "cl-pngload"
                    ]
                }
            ]
        },
        {
            "name": "cl-symbol-munger",
            "portdir": "lisp/cl-symbol-munger",
            "version": "20220120",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/symbol-munger",
            "description": "Common Lisp library that supports unit testing.",
            "long_description": "Common Lisp library that supports unit testing.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-iterate"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-lisp-unit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-collectors",
                        "cl-lisp-unit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-toot",
            "portdir": "lisp/cl-toot",
            "version": "20121120",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gigamonkey/toot",
            "description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
            "long_description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams",
                        "cl-trivial-backtrace",
                        "cl-chipz",
                        "cl-fad",
                        "cl-ppcre",
                        "cl-plus-ssl",
                        "cl-puri",
                        "cl-usocket",
                        "cl-md5",
                        "cl-alexandria",
                        "cl-base64",
                        "cl-bordeaux-threads",
                        "cl-chunga"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-clack"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-mime",
            "portdir": "lisp/cl-trivial-mime",
            "version": "20230603",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-mimes",
            "description": "Tiny Common Lisp library to detect mime types in files.",
            "long_description": "Tiny Common Lisp library to detect mime types in files.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lass",
                        "cl-dexador",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-package-local-nicknames",
            "portdir": "lisp/cl-trivial-package-local-nicknames",
            "version": "20200130",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/phoe/trivial-package-local-nicknames",
            "description": "Portability library for package-local nicknames",
            "long_description": "Portability library for package-local nicknames",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-history-tree",
                        "cl-nfiles",
                        "cl-nkeymaps",
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-rfc-1123",
            "portdir": "lisp/cl-trivial-rfc-1123",
            "version": "20220402",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/stacksmith/trivial-rfc-1123",
            "description": "parse and print RFC-1123 timestamps",
            "long_description": "parse and print RFC-1123 timestamps",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-wookie",
            "portdir": "lisp/cl-wookie",
            "version": "20230131",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/wookie",
            "description": "Asynchronous HTTP server in common lisp",
            "long_description": "Asynchronous HTTP server in common lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-io",
                        "cl-vom",
                        "cl-quri",
                        "cl-ppcre",
                        "cl-blackbird",
                        "cl-do-urlencode",
                        "cl-fast-http",
                        "cl-async",
                        "cl-alexandria",
                        "cl-chunga",
                        "cl-babel",
                        "cl-fad"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-clack"
                    ]
                }
            ]
        },
        {
            "name": "R-vembedr",
            "portdir": "R/R-vembedr",
            "version": "0.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ijlyttle/vembedr",
            "description": "Embed video in HTML",
            "long_description": "Embed video in HTML",
            "active": true,
            "categories": [
                "science",
                "multimedia",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glue",
                        "R-lifecycle",
                        "R-stringr",
                        "R-htmltools",
                        "R-httr",
                        "R-CRAN-recommended",
                        "R-assertthat",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-fs",
                        "R-here",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-usethis",
                        "R-covr",
                        "R-conflicted"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-promises"
                    ]
                }
            ]
        },
        {
            "name": "py-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "7.2.1.20251231",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-types-psutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "5.9.5.20240106",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py38-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "6.1.0.20241221",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py39-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "7.2.1.20251231",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py310-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "7.2.1.20251231",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py311-types-psutil",
            "portdir": "python/py-types-psutil",
            "version": "7.2.1.20251231",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for psutil",
            "long_description": "Typing stubs for psutil. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py311-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "80.9.0.20251223",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-types-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "68.2.0.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py38-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "75.6.0.20241223",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py39-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "80.9.0.20251223",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py310-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "80.9.0.20251223",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py311-types-setuptools",
            "portdir": "python/py-types-setuptools",
            "version": "80.9.0.20251223",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for setuptools",
            "long_description": "Typing stubs for setuptools. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py311-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-types-typed-ast"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-mypy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py-types-typed-ast"
                    ]
                }
            ]
        },
        {
            "name": "py38-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-types-typed-ast",
            "portdir": "python/py-types-typed-ast",
            "version": "1.5.8.7",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for typed-ast",
            "long_description": "Typing stubs for typed-ast. Typeshed contains external type annotations for the Python standard library and Python builtins, as well as third party packages as contributed by people external to those projects. This data can e.g. be used for static analysis, type checking or type inference.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-cluffer",
                        "cl-clump"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clss",
                        "cl-plump",
                        "cl-simple-tasks"
                    ]
                }
            ]
        },
        {
            "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-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-trivial-features",
                        "cl-trivial-garbage",
                        "glib2",
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-cffi",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "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": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-plump",
                        "cl-array-utils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "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": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-clump",
                        "cl-acclimation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-acclimation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-cluffer"
                    ]
                }
            ]
        },
        {
            "name": "cl-com.inuoe.jzon",
            "portdir": "lisp/cl-com.inuoe.jzon",
            "version": "1.1.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Zulu-Inuoe/jzon",
            "description": "A correct and safe(er) JSON RFC 8259 parser with sane defaults",
            "long_description": "A correct and safe(er) JSON RFC 8259 parser with sane defaults",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-alexandria",
                        "cl-float-features",
                        "cl-fiveam",
                        "cl-flexi-streams",
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-njson"
                    ]
                }
            ]
        },
        {
            "name": "cl-float-features",
            "portdir": "lisp/cl-float-features",
            "version": "20240301",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/float-features",
            "description": "A portability library for IEEE float features not covered by the CL standard",
            "long_description": "A portability library for IEEE float features not covered by the CL standard",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-parachute",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-com.inuoe.jzon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-iolib",
            "portdir": "lisp/cl-iolib",
            "version": "0.8.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/iolib",
            "description": "Common Lisp I/O library",
            "long_description": "Common Lisp I/O library",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-idna",
                        "cl-swap-bytes",
                        "libfixposix",
                        "cl-bordeaux-threads",
                        "cl-trivial-features",
                        "cl-babel",
                        "cl-cffi"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nfiles"
                    ]
                }
            ]
        },
        {
            "name": "cl-lass",
            "portdir": "lisp/cl-lass",
            "version": "20241028",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/LASS",
            "description": "Lisp Augmented Style Sheets",
            "long_description": "Lisp Augmented Style Sheets",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-indent",
                        "cl-trivial-mime",
                        "cl-base64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-lparallel",
            "portdir": "lisp/cl-lparallel",
            "version": "2.8.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lparallel.org",
            "description": "Parallelism for Common Lisp",
            "long_description": "Parallelism for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "name": "cl-montezuma",
            "portdir": "lisp/cl-montezuma",
            "version": "20170216",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharplispers/montezuma",
            "description": "Montezuma is a port of the Lucene text search engine library.",
            "long_description": "Montezuma is a port of the Lucene text search engine library.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "ccl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-babel",
                        "cl-fad"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-timeout"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-ndebug",
            "portdir": "lisp/cl-ndebug",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/atlas-engineer/ndebug",
            "description": "A toolkit to construct interface-aware yet standard-compliant debugger hooks.",
            "long_description": "A toolkit to construct interface-aware yet standard-compliant debugger hooks.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-trivial-gray-streams",
                        "cl-trivial-custom-debugger",
                        "cl-dissect"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-lisp-unit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-nfiles",
            "portdir": "lisp/cl-nfiles",
            "version": "1.1.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/atlas-engineer/nfiles",
            "description": "A toolkit to construct interface-aware yet standard-compliant debugger hooks.",
            "long_description": "A toolkit to construct interface-aware yet standard-compliant debugger hooks.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nclasses",
                        "cl-trivial-package-local-nicknames",
                        "cl-iolib",
                        "cl-serapeum",
                        "cl-alexandria",
                        "cl-trivial-garbage",
                        "cl-trivial-types",
                        "cl-quri",
                        "cl-lisp-unit2"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-lisp-unit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        }
    ]
}