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

{
    "count": 50179,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=26",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=24",
    "results": [
        {
            "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-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-eager-future",
                        "cl-jpl-queues",
                        "cl-jpl-util",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prompter"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi",
            "portdir": "lisp/cl-cffi",
            "version": "0.24.1.20240811",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cffi/cffi",
            "description": "The Common Foreign Function Interface",
            "long_description": "The Common Foreign Function Interface",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "pkgconfig",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-trivial-features",
                        "cl-babel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-webengine",
                        "cl-static-vectors",
                        "cl-gobject-introspection",
                        "cl-webkit2",
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi-gtk",
                        "cl-enchant",
                        "cl-fastcgi",
                        "cl-iolib",
                        "cl-jpeg-turbo",
                        "cl-libuv",
                        "cl-mmap",
                        "cl-mysql",
                        "cl-osicat",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-sqlite",
                        "cl-system-locale",
                        "cl-trivia",
                        "cl-trivial-clipboard",
                        "cl-trivial-features-tests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-features"
                    ]
                }
            ]
        },
        {
            "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-change-case",
            "portdir": "lisp/cl-change-case",
            "version": "0.2.0",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rudolfochrist/cl-change-case",
            "description": "Convert strings between camelCase, param-case, PascalCase and more",
            "long_description": "Convert strings between camelCase, param-case, PascalCase and more",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-fiveam",
                        "cl-ppcre-unicode"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-str"
                    ]
                }
            ]
        },
        {
            "name": "cl-checkl",
            "portdir": "lisp/cl-checkl",
            "version": "20180316",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rpav/CheckL",
            "description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "long_description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-marshal",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-io"
                    ]
                }
            ]
        },
        {
            "name": "cl-chipz",
            "portdir": "lisp/cl-chipz",
            "version": "20220213.git82a17d3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cliki.net/chipz",
            "description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "long_description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp",
                "archive"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-drakma",
                        "cl-png-read",
                        "cl-salza2",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-chunga",
            "portdir": "lisp/cl-chunga",
            "version": "1.1.9",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/chunga",
            "description": "Portable chunked streams for Common Lisp",
            "long_description": "Portable chunked streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-dexador",
                        "cl-drakma",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "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": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams",
                        "cl-trivial-gray-streams",
                        "cl-test-more",
                        "cl-fast-io"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-clack",
            "portdir": "lisp/cl-clack",
            "version": "20231109",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/clack",
            "description": "Web server abstraction layer for Common Lisp",
            "long_description": "Web server abstraction layer for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-lack",
                        "cl-toot",
                        "cl-wookie",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-usocket",
                        "cl-swank"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-closer-mop",
            "portdir": "lisp/cl-closer-mop",
            "version": "20241101",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/closer-mop",
            "description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "long_description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-access",
                        "cl-djula",
                        "cl-cffi-gtk",
                        "cl-collectors",
                        "cl-contextl",
                        "cl-dbi",
                        "cl-in-nomine",
                        "cl-moptilities",
                        "cl-nhooks",
                        "cl-nsymbols",
                        "cl-optima",
                        "cl-postmodern",
                        "cl-prompter",
                        "cl-rutils",
                        "cl-thrift",
                        "cl-trivia",
                        "cl-com.inuoe.jzon",
                        "cl-try"
                    ]
                }
            ]
        },
        {
            "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": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-postgres",
                        "cl-uffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "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-clunit2",
            "portdir": "lisp/cl-clunit2",
            "version": "20230927",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://notabug.org/cage/clunit2",
            "description": "Unit Testing Framework, fork of clunit.",
            "long_description": "Unit Testing Framework, fork of clunit.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-colors2",
                        "cl-nodgui"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-phos"
                    ]
                }
            ]
        },
        {
            "name": "cl-collectors",
            "portdir": "lisp/cl-collectors",
            "version": "20220117",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/collectors",
            "description": "A Common lisp library providing collector macros",
            "long_description": "A Common lisp library providing collector macros",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-lisp-unit2",
                        "cl-symbol-munger",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-arnesi"
                    ]
                }
            ]
        },
        {
            "name": "cl-colorize",
            "portdir": "lisp/cl-colorize",
            "version": "20241110",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kingcons/colorize",
            "description": "A Syntax Highlighting library",
            "long_description": "A Syntax Highlighting library",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-html-encode",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bmd"
                    ]
                }
            ]
        },
        {
            "name": "cl-colors",
            "portdir": "lisp/cl-colors",
            "version": "20180307",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tpapp/cl-colors",
            "description": "Simple color library for Common Lisp",
            "long_description": "Simple color library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-let-plus",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ]
        },
        {
            "name": "cl-colors2",
            "portdir": "lisp/cl-colors2",
            "version": "0.6.1",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/cage/cl-colors2",
            "description": "Simple color library for Common Lisp",
            "long_description": "Simple color library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-clunit2",
                        "cl-parse-number",
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nodgui",
                        "cl-ansi-text"
                    ]
                }
            ]
        },
        {
            "name": "cl-com.gigamonkeys.binary-data",
            "portdir": "lisp/cl-com.gigamonkeys.binary-data",
            "version": "20111201",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gigamonkey/monkeylib-binary-data",
            "description": "Binary data library based on code from chapter 24 of Practical Common Lisp",
            "long_description": "Binary data library based on code from chapter 24 of Practical Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-retrospectiff"
                    ]
                }
            ]
        },
        {
            "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-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": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "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-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-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-lw-compat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-metacopy"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-quri",
                        "cl-alexandria",
                        "cl-proc-parse",
                        "cl-prove",
                        "cl-local-time"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-dexador-test",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-custom-hash-table",
            "portdir": "lisp/cl-custom-hash-table",
            "version": "20201119",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/metawilm/cl-custom-hash-table",
            "description": "Custom hash tables for Common Lisp",
            "long_description": "Custom hash tables for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hu.dwim.stefil"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-history-tree"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rove",
                        "cl-alexandria",
                        "cl-postgres",
                        "cl-sqlite",
                        "cl-trivial-garbage",
                        "cl-closer-mop",
                        "cl-trivial-types",
                        "cl-mysql"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-deflate",
            "portdir": "lisp/cl-deflate",
            "version": "20231126",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pmai/Deflate",
            "description": "Native Deflate Decompression for Common Lisp",
            "long_description": "Native Deflate Decompression for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-retrospectiff"
                    ]
                }
            ]
        },
        {
            "name": "cl-dexador",
            "portdir": "lisp/cl-dexador",
            "version": "20231029",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/dexador",
            "description": "A fast HTTP client for Common Lisp",
            "long_description": "A fast HTTP 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-trivial-garbage",
                        "cl-trivial-gray-streams",
                        "cl-babel",
                        "cl-chipz",
                        "cl-plus-ssl",
                        "cl-ppcre",
                        "cl-fast-io",
                        "cl-quri",
                        "cl-cookie",
                        "cl-fast-http",
                        "cl-trivial-mime",
                        "cl-usocket",
                        "cl-alexandria",
                        "cl-base64",
                        "cl-bordeaux-threads",
                        "cl-chunga"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-clack",
                        "cl-dexador-test",
                        "cl-lack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-clack",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-dexador-test",
            "portdir": "lisp/cl-dexador",
            "version": "20231029",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/dexador",
            "description": "A fast HTTP client for Common Lisp",
            "long_description": "A fast HTTP 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-babel",
                        "cl-lack",
                        "cl-cookie",
                        "cl-rove",
                        "cl-clack",
                        "cl-dexador"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-html-diff"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rove",
                        "cl-ndebug",
                        "cl-simple-tasks"
                    ]
                }
            ]
        },
        {
            "name": "cl-djula",
            "portdir": "lisp/cl-djula",
            "version": "20240711",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/djula",
            "description": "Common Lisp port of the Django templating language",
            "long_description": "Common Lisp port of the Django templating language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-local-time",
                        "cl-access",
                        "cl-ppcre",
                        "cl-locale",
                        "cl-parser-combinators",
                        "cl-slice",
                        "cl-translate",
                        "cl-gettext",
                        "cl-alexandria",
                        "cl-trivial-backtrace",
                        "cl-babel",
                        "cl-split-sequence"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula-demo",
                        "cl-easy-routes"
                    ]
                }
            ]
        },
        {
            "name": "cl-djula-demo",
            "portdir": "lisp/cl-djula",
            "version": "20240711",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/djula",
            "description": "Common Lisp port of the Django templating language",
            "long_description": "Common Lisp port of the Django templating language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-djula",
                        "cl-trivial-open-browser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-moptilities",
                        "cl-markdown",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-documentation-utils",
            "portdir": "lisp/cl-documentation-utils",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/documentation-utils",
            "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",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-indent"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-multilang-documentation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-float-features",
                        "cl-parachute",
                        "cl-atomics",
                        "cl-form-fiddle",
                        "cl-language-codes",
                        "cl-mmap",
                        "cl-multilang-documentation",
                        "cl-plump",
                        "cl-system-locale"
                    ]
                }
            ]
        },
        {
            "name": "cl-do-urlencode",
            "portdir": "lisp/cl-do-urlencode",
            "version": "20181007",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/drdo/do-urlencode",
            "description": "Percent Encoding (aka URL Encoding) library",
            "long_description": "Percent Encoding (aka URL Encoding) library",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-babel",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-drakma",
            "portdir": "lisp/cl-drakma",
            "version": "2.0.10",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/drakma",
            "description": "Yet another Lisp markup language",
            "long_description": "Yet another Lisp markup language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-plus-ssl",
                        "cl-ppcre",
                        "cl-puri",
                        "cl-base64",
                        "cl-chunga",
                        "cl-flexi-streams",
                        "cl-chipz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-drakma-test",
                        "cl-gopher"
                    ]
                }
            ]
        },
        {
            "name": "cl-drakma-test",
            "portdir": "lisp/cl-drakma",
            "version": "2.0.10",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/drakma",
            "description": "Yet another Lisp markup language",
            "long_description": "Yet another Lisp markup language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-easy-routes",
                        "cl-drakma",
                        "cl-hunchentoot"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-dref",
            "portdir": "lisp/cl-mgl-pax",
            "version": "20231030",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/melisgl/mgl-pax",
            "description": "Reify definitions, provide portable access to docstrings and source locations in an extensible framework.",
            "long_description": "Reify definitions, provide portable access to docstrings and source locations in an extensible framework.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-named-readtables",
                        "cl-pythonic-string-reader",
                        "cl-mgl-pax-bootstrap"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-mgl-pax",
                        "cl-try"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dref-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-dref-test",
            "portdir": "lisp/cl-mgl-pax",
            "version": "20231030",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/melisgl/mgl-pax",
            "description": "Reify definitions, provide portable access to docstrings and source locations in an extensible framework.",
            "long_description": "Reify definitions, provide portable access to docstrings and source locations in an extensible framework.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-dref",
                        "cl-try",
                        "cl-mgl-pax"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-mgl-pax-test"
                    ]
                }
            ]
        },
        {
            "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": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-metatilities-base",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown"
                    ]
                }
            ]
        },
        {
            "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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-calispel"
                    ]
                }
            ]
        },
        {
            "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": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-garbage",
                        "cl-eos",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clearsilver",
            "portdir": "www/clearsilver",
            "version": "0.10.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.clearsilver.net",
            "description": "Language-neutral template system.",
            "long_description": "Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.",
            "active": true,
            "categories": [
                "www",
                "python",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "gettext",
                        "python27",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-easy-routes",
            "portdir": "lisp/cl-easy-routes",
            "version": "20240410",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/easy-routes",
            "description": "Yet another routes handling utility on top of Hunchentoot",
            "long_description": "Yet another routes handling utility on top of Hunchentoot",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-routes",
                        "cl-djula",
                        "cl-hunchentoot-errors"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-drakma-test"
                    ]
                }
            ]
        },
        {
            "name": "cleed",
            "portdir": "net/cleed",
            "version": "0.4.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/radulucut/cleed",
            "description": "Simple feed reader for the command line.",
            "long_description": "Simple feed reader for the command line.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clef",
            "portdir": "security/clef",
            "version": "0.1.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/b4nst/clef",
            "description": "CLI secret management",
            "long_description": "clef is a simple and secure command-line tool for managing secrets. It was created to help keep sensitive data—like API keys and tokens—out of shell configuration files. Instead of hardcoding values in .bashrc, .zshrc, or similar, you can store and retrieve them safely using clef.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "goreleaser",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-enchant",
            "portdir": "lisp/cl-enchant",
            "version": "2021.11",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tlikonen/cl-enchant",
            "description": "Programming interface for Enchant spell-checker library for Common Lisp.",
            "long_description": "Programming interface for Enchant spell-checker library for Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cffi",
                        "enchant2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-eos",
            "portdir": "lisp/cl-eos",
            "version": "20200631",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/adlai/Eos",
            "description": "obsolete fork of FiveAM",
            "long_description": "obsolete fork of FiveAM",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-eager-future2",
                        "cl-optima"
                    ]
                }
            ]
        },
        {
            "name": "cl-esrap",
            "portdir": "lisp/cl-esrap",
            "version": "20240514",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scymtym/esrap",
            "description": "Common Lisp packrat parser",
            "long_description": "Common Lisp packrat parser",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-with-current-source-form",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bmd",
                        "cl-nodgui"
                    ]
                }
            ]
        }
    ]
}