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

{
    "count": 51973,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=236",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=234",
    "results": [
        {
            "name": "cl-metatilities-base",
            "portdir": "lisp/cl-metatilities-base",
            "version": "20191219",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/metatilities-base",
            "description": "These are metabang.com's Common Lisp basic utilities",
            "long_description": "These are metabang.com's Common Lisp basic utilities",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-containers",
                        "cl-dynamic-classes",
                        "cl-markdown",
                        "cl-metatilities"
                    ]
                }
            ]
        },
        {
            "name": "cl-metatilities",
            "portdir": "lisp/cl-metatilities",
            "version": "20170330",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/metatilities",
            "description": "These are metabang.com's Common Lisp basic utilities",
            "long_description": "These are metabang.com's Common Lisp basic utilities",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-metatilities-base",
                        "cl-lift",
                        "cl-metabang-bind",
                        "cl-moptilities",
                        "cl-containers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-containers",
                        "cl-metacopy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-metacopy",
            "portdir": "lisp/cl-metacopy",
            "version": "20230812",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/metacopy",
            "description": "flexibly shallow/deep copying library for Common Lisp",
            "long_description": "flexibly shallow/deep copying library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-moptilities",
                        "cl-contextl",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-containers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-metatilities"
                    ]
                }
            ]
        },
        {
            "name": "cl-markdown",
            "portdir": "lisp/cl-markdown",
            "version": "20231004",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/cl-markdown",
            "description": "A Common Lisp rewrite of Markdown",
            "long_description": "A Common Lisp rewrite of Markdown",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-anaphora",
                        "cl-html-diff",
                        "cl-metabang-bind",
                        "cl-containers",
                        "cl-ppcre",
                        "cl-lml2",
                        "cl-metatilities-base",
                        "cl-trivial-shell",
                        "cl-dynamic-classes",
                        "cl-lift",
                        "cl-html-encode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-docudown",
                        "cl-opticl",
                        "cl-spinneret"
                    ]
                }
            ]
        },
        {
            "name": "cl-lw-compat",
            "portdir": "lisp/cl-lw-compat",
            "version": "20160228",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/lw-compat",
            "description": "A few utility functions from the LispWorks library that I regularly use, ported to other Common Lisp implementations.",
            "long_description": "A few utility functions from the LispWorks library that I regularly use, ported to other Common Lisp implementations.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-contextl"
                    ]
                }
            ]
        },
        {
            "name": "cl-log4cl",
            "portdir": "lisp/cl-log4cl",
            "version": "20230526",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharplispers/log4cl",
            "description": "Common Lisp logging framework, modeled after Log4J",
            "long_description": "Common Lisp logging framework, modeled after Log4J",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-swank",
                        "cl-stefil",
                        "cl-slynk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-http"
                    ]
                }
            ]
        },
        {
            "name": "cl-lml2",
            "portdir": "lisp/cl-lml2",
            "version": "1.6.6",
            "license": "GPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tracker.debian.org/pkg/cl-kmrcl",
            "description": "LML2 provides a markup language for generation XHTML web pages.",
            "long_description": "LML2 provides a markup language for generation XHTML web pages.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-kmrcl",
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown"
                    ]
                }
            ]
        },
        {
            "name": "cl-lisp-unit",
            "portdir": "lisp/cl-lisp-unit",
            "version": "20161227",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OdonataResearchLLC/lisp-unit",
            "description": "A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.",
            "long_description": "A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-qrencode"
                    ]
                }
            ]
        },
        {
            "name": "cl-find-port",
            "portdir": "lisp/cl-find-port",
            "version": "20230102",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eudoxia0/find-port",
            "description": "Programmatically find open ports",
            "long_description": "Programmatically find open ports",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-usocket"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prevalence"
                    ]
                }
            ]
        },
        {
            "name": "cl-dynamic-classes",
            "portdir": "lisp/cl-dynamic-classes",
            "version": "20230809",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/dynamic-classes",
            "description": "Classes how you want them, when you want them",
            "long_description": "Classes how you want them, when you want them",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift",
                        "cl-metatilities-base"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown"
                    ]
                }
            ]
        },
        {
            "name": "cl-docudown",
            "portdir": "lisp/cl-docudown",
            "version": "0.1.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cliki.net/docudown",
            "description": "Docudown is a Lisp documentation tool built on top of CL-Markdown",
            "long_description": "Docudown is a Lisp documentation tool built on top of CL-Markdown",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-moptilities",
                        "cl-markdown",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-dissect",
            "portdir": "lisp/cl-dissect",
            "version": "20240325",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/dissect",
            "description": "A lib for introspecting the call stack and active restarts.",
            "long_description": "A lib for introspecting the call stack and active restarts.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ndebug",
                        "cl-rove",
                        "cl-simple-tasks"
                    ]
                }
            ]
        },
        {
            "name": "cl-dbi",
            "portdir": "lisp/cl-dbi",
            "version": "20230917",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/cl-dbi",
            "description": "Database independent interface for Common Lisp",
            "long_description": "Database independent interface for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-mysql",
                        "cl-rove",
                        "cl-alexandria",
                        "cl-postgres",
                        "cl-sqlite",
                        "cl-trivial-garbage",
                        "cl-closer-mop",
                        "cl-trivial-types"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-cookie",
            "portdir": "lisp/cl-cookie",
            "version": "20220620",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/cl-cookie",
            "description": "HTTP cookie manager for Common Lisp",
            "long_description": "HTTP cookie manager for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-local-time",
                        "cl-ppcre",
                        "cl-quri",
                        "cl-alexandria",
                        "cl-proc-parse",
                        "cl-prove"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-dexador-test",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-contextl",
            "portdir": "lisp/cl-contextl",
            "version": "20211216",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/contextl",
            "description": "ContextL is a CLOS extension for Context-oriented Programming (COP)",
            "long_description": "ContextL is a CLOS extension for Context-oriented Programming (COP)",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-lw-compat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-metacopy"
                    ]
                }
            ]
        },
        {
            "name": "cl-containers",
            "portdir": "lisp/cl-containers",
            "version": "20240624",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/cl-containers",
            "description": "Containers Library for Common Lisp",
            "long_description": "Containers Library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-metacopy",
                        "cl-metatilities-base",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown",
                        "cl-metatilities",
                        "cl-parser-combinators",
                        "cl-prompter"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-metatilities"
                    ]
                }
            ]
        },
        {
            "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-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-utilities",
            "portdir": "lisp/cl-utilities",
            "version": "20060303",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cl-utilities.common-lisp.dev",
            "description": "a collection of semi-standard utilities for Common Lisp",
            "long_description": "a collection of semi-standard utilities 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-fast-http",
                        "cl-http-body",
                        "cl-quri"
                    ]
                }
            ]
        },
        {
            "name": "cl-uax-15",
            "portdir": "lisp/cl-uax-15",
            "version": "0.1.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sabracrolleton/uax-15",
            "description": "Common lisp implementation of unicode normalization functions",
            "long_description": "Common lisp implementation of unicode normalization functions",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-parachute",
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-postgres"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-custom-debugger",
            "portdir": "lisp/cl-trivial-custom-debugger",
            "version": "20230814",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/phoe/trivial-custom-debugger",
            "description": "Allows arbitrary functions to become the standard Lisp debugger",
            "long_description": "Allows arbitrary functions to become the standard Lisp debugger",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-ndebug",
                        "cl-parachute"
                    ]
                }
            ]
        },
        {
            "name": "cl-syntax",
            "portdir": "lisp/cl-syntax",
            "version": "20150315",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m2ym/cl-syntax",
            "description": "Reader Syntax Coventions for Common Lisp and SLIME",
            "long_description": "Reader Syntax Coventions for Common Lisp and SLIME",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-interpol",
                        "cl-markup",
                        "cl-named-readtables",
                        "cl-annot",
                        "cl-fare-quasiquote",
                        "cl-clsql",
                        "cl-trivial-types",
                        "cl-anonfun"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-http",
                        "cl-jonathan",
                        "cl-locale"
                    ]
                }
            ]
        },
        {
            "name": "cl-stefil",
            "portdir": "lisp/cl-stefil",
            "version": "20181102",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.common-lisp.net/stefil/stefil",
            "description": "Stefil - Simple Test Framework In Lisp",
            "long_description": "Stefil - Simple Test Framework In Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-iterate",
                        "cl-swank",
                        "cl-metabang-bind"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-gettext",
                        "cl-log4cl",
                        "cl-mysql"
                    ]
                }
            ]
        },
        {
            "name": "cl-speedy-queue",
            "portdir": "lisp/cl-speedy-queue",
            "version": "20110928",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zkat/cl-speedy-queue",
            "description": "Lightweight, optimized queue implementation for CL",
            "long_description": "Lightweight, optimized queue implementation for CL",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-anypool",
                        "cl-legion"
                    ]
                }
            ]
        },
        {
            "name": "cl-s-xml",
            "portdir": "lisp/cl-s-xml",
            "version": "20080215",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://s-xml.common-lisp.dev",
            "description": "S-XML is a simple XML parser implemented in Common Lisp",
            "long_description": "S-XML is a simple XML parser implemented in Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prevalence"
                    ]
                }
            ]
        },
        {
            "name": "cl-s-sysdeps",
            "portdir": "lisp/cl-s-sysdeps",
            "version": "20210202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/svenvc/s-sysdeps",
            "description": "A Common Lisp abstraction layer over platform dependent functionality.",
            "long_description": "A Common Lisp abstraction layer over platform dependent functionality.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-usocket"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prevalence"
                    ]
                }
            ]
        },
        {
            "name": "cl-quri",
            "portdir": "lisp/cl-quri",
            "version": "0.7.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/quri",
            "description": "Yet another URI library for Common Lisp",
            "long_description": "Yet another URI 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-utilities",
                        "cl-babel",
                        "cl-split-sequence",
                        "cl-prove"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cookie",
                        "cl-dexador",
                        "cl-gopher",
                        "cl-http-body",
                        "cl-async",
                        "cl-nfiles",
                        "cl-phos",
                        "cl-wookie",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-postmodern",
            "portdir": "lisp/cl-postmodern",
            "version": "1.33.10",
            "license": "MIT and BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/marijnh/Postmodern",
            "description": "A Common Lisp PostgreSQL programming interface",
            "long_description": "A Common Lisp PostgreSQL programming interface",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-closer-mop",
                        "cl-alexandria",
                        "cl-postgres-plus-local-time",
                        "cl-postgres",
                        "cl-local-time",
                        "cl-bordeaux-threads",
                        "cl-fiveam",
                        "cl-global-vars"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "cl-local-time"
                    ]
                }
            ]
        },
        {
            "name": "cl-parachute",
            "portdir": "lisp/cl-parachute",
            "version": "20241105",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/parachute",
            "description": "Common lisp implementation of unicode normalization functions",
            "long_description": "Common lisp implementation of unicode normalization functions",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-form-fiddle",
                        "cl-trivial-custom-debugger",
                        "cl-documentation-utils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-mmap",
                        "cl-atomics",
                        "cl-float-features",
                        "cl-array-utils",
                        "cl-salza2",
                        "cl-uax-15"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-custom-debugger"
                    ]
                }
            ]
        },
        {
            "name": "cl-multilang-documentation",
            "portdir": "lisp/cl-multilang-documentation",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/multilang-documentation",
            "description": "A drop-in replacement for cl:documentation with support for multiple languages.",
            "long_description": "A drop-in replacement for cl:documentation with support for multiple languages.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-language-codes",
                        "cl-system-locale"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "cl-documentation-utils"
                    ]
                }
            ]
        },
        {
            "name": "cl-moptilities",
            "portdir": "lisp/cl-moptilities",
            "version": "20170330",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/moptilities",
            "description": "compatibility layer for minor MOP implementation differences",
            "long_description": "compatibility layer for minor MOP implementation differences",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift",
                        "cl-closer-mop"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-metacopy",
                        "cl-metatilities",
                        "cl-docudown",
                        "cl-prevalence",
                        "cl-prompter",
                        "cl-nclasses"
                    ]
                }
            ]
        },
        {
            "name": "cl-metabang-bind",
            "portdir": "lisp/cl-metabang-bind",
            "version": "20230508",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/metabang-bind",
            "description": "bind is let and much much more",
            "long_description": "bind is let and much much more",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown",
                        "cl-metatilities",
                        "cl-stefil"
                    ]
                }
            ]
        },
        {
            "name": "cl-local-time",
            "portdir": "lisp/cl-local-time",
            "version": "20240817",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dlowe-net/local-time",
            "description": "Time manipulation library for Common Lisp",
            "long_description": "Time manipulation library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hu.dwim.stefil"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-postmodern"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cookie",
                        "cl-djula",
                        "cl-history-tree",
                        "cl-js",
                        "cl-lack",
                        "cl-postgres-plus-local-time",
                        "cl-postmodern",
                        "cl-pngload-test",
                        "cl-serapeum",
                        "cl-should-test",
                        "cl-legion"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-legion",
            "portdir": "lisp/cl-legion",
            "version": "20230917",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/legion",
            "description": "Simple multithreading worker mechanism.",
            "long_description": "Simple multithreading worker mechanism.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-speedy-queue",
                        "cl-prove",
                        "cl-vom",
                        "cl-local-time"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-jonathan"
                    ]
                }
            ]
        },
        {
            "name": "cl-json",
            "portdir": "lisp/cl-json",
            "version": "20141108",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hankhero/cl-json",
            "description": "Json encoder and decoder for Common-Lisp",
            "long_description": "Json encoder and decoder for Common-Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-njson"
                    ]
                }
            ]
        },
        {
            "name": "cl-jpl-util",
            "portdir": "lisp/cl-jpl-util",
            "version": "0.4",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.thoughtcrime.us/software/cl-jpl-util",
            "description": "cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects by J.P. Larocque",
            "long_description": "cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects by J.P. Larocque",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-calispel",
                        "cl-jpl-queues"
                    ]
                }
            ]
        },
        {
            "name": "cl-jpl-queues",
            "portdir": "lisp/cl-jpl-queues",
            "version": "0.1",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.thoughtcrime.us/software/jpl-queues",
            "description": "Common Lisp library implementing a few different kinds of queues",
            "long_description": "Common Lisp library implementing a few different kinds of queues",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-jpl-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-calispel"
                    ]
                }
            ]
        },
        {
            "name": "cl-jonathan",
            "portdir": "lisp/cl-jonathan",
            "version": "20200902",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rudolph-miller/jonathan",
            "description": "JSON encoder and decoder.",
            "long_description": "JSON encoder and decoder.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-io",
                        "cl-proc-parse",
                        "cl-ppcre",
                        "cl-syntax",
                        "cl-legion",
                        "cl-babel",
                        "cl-annot",
                        "cl-trivial-types"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-http-body"
                    ]
                }
            ]
        },
        {
            "name": "cl-html-diff",
            "portdir": "lisp/cl-html-diff",
            "version": "20090528",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wiseman/cl-html-diff",
            "description": "A Common Lisp library for generating a human-readable diff of two HTML documents.",
            "long_description": "A Common Lisp library for generating a human-readable diff of two HTML documents.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-difflib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown"
                    ]
                }
            ]
        },
        {
            "name": "cl-gopher",
            "portdir": "lisp/cl-gopher",
            "version": "20230804",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/knusbaum/cl-gopher",
            "description": "Yet another URI library for Common Lisp",
            "long_description": "Yet another URI library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-quri",
                        "cl-flexi-streams",
                        "cl-drakma",
                        "cl-usocket"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-form-fiddle",
            "portdir": "lisp/cl-form-fiddle",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/form-fiddle",
            "description": "A collection of utilities to destructure lambda forms.",
            "long_description": "A collection of utilities to destructure lambda forms.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ]
        },
        {
            "name": "cl-eager-future2",
            "portdir": "lisp/cl-eager-future2",
            "version": "0.2",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eager-future.common-lisp.dev",
            "description": "Eager Future2 is a Common Lisp library that provides composable concurrency primitives",
            "long_description": "Eager Future2 is a Common Lisp library that provides composable concurrency primitives",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-garbage",
                        "cl-eos",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-eager-future",
            "portdir": "lisp/cl-eager-future",
            "version": "0.4",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eager-future.common-lisp.dev",
            "description": "Eager Future is a Common Lisp library that provides composable concurrency primitives",
            "long_description": "Eager Future is a Common Lisp library that provides composable concurrency primitives",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-calispel"
                    ]
                }
            ]
        },
        {
            "name": "cl-difflib",
            "portdir": "lisp/cl-difflib",
            "version": "20090602",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wiseman/cl-difflib",
            "description": "A Common Lisp library for computing differences between sequences based on the Python difflib module.",
            "long_description": "A Common Lisp library for computing differences between sequences based on the Python difflib module.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-html-diff"
                    ]
                }
            ]
        },
        {
            "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-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": "py311-nltk",
            "portdir": "python/py-nltk",
            "version": "3.8.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nltk.org/",
            "description": "Natural Language Toolkit",
            "long_description": "NLTK is Python modules for research and development in natural language processing",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stevenbird1",
                    "github": "stevenbird",
                    "ports_count": 11
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-regex",
                        "py311-click",
                        "py311-joblib",
                        "py311-tqdm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-g2p-en"
                    ]
                }
            ]
        },
        {
            "name": "bsd-plotutils",
            "portdir": "graphics/bsd-plotutils",
            "version": "1.4.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Toranktto/bsd-plotutils",
            "description": "Traditional plotting utilities and libraries taken from 4.3BSD with some improvements.",
            "long_description": "Traditional plotting utilities and libraries taken from 4.3BSD with some improvements.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-xlunit",
            "portdir": "lisp/cl-xlunit",
            "version": "0.6.3",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tracker.debian.org/cl-xlunit",
            "description": "XLUnit is a Test Framework based on XPTest and JUnit.",
            "long_description": "XLUnit is a Test Framework based on XPTest and JUnit.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-marshal"
                    ]
                }
            ]
        },
        {
            "name": "cl-vom",
            "portdir": "lisp/cl-vom",
            "version": "20160810",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/vom",
            "description": "A tiny logging library for Common Lisp",
            "long_description": "A tiny logging library 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-async",
                        "cl-blackbird",
                        "cl-legion",
                        "cl-wookie"
                    ]
                }
            ]
        }
    ]
}