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

{
    "count": 50173,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=976",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=974",
    "results": [
        {
            "name": "cl-usocket",
            "portdir": "lisp/cl-usocket",
            "version": "0.8.8",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/usocket/usocket",
            "description": "Universal socket library for Common Lisp",
            "long_description": "Universal socket library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-split-sequence"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-async",
                        "cl-clack",
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-find-port",
                        "cl-gopher",
                        "cl-phos",
                        "cl-plus-ssl",
                        "cl-postgres",
                        "cl-redis",
                        "cl-s-sysdeps",
                        "cl-thrift",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-url-rewrite",
            "portdir": "lisp/cl-url-rewrite",
            "version": "0.1.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/url-rewrite",
            "description": "Rewrite (X)HTML attributes with Common Lisp",
            "long_description": "Rewrite (X)HTML attributes with Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-unix-opts",
            "portdir": "lisp/cl-unix-opts",
            "version": "20210107",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libre-man/unix-opts",
            "description": "minimalistic parser of command line arguments",
            "long_description": "minimalistic parser of command line arguments",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-unicode",
            "portdir": "lisp/cl-unicode",
            "version": "0.1.6",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://edicl.github.io/cl-unicode/",
            "description": "Portable Unicode library for Common Lisp",
            "long_description": "Portable Unicode 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-flexi-streams",
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-nodgui",
                        "cl-ppcre-unicode",
                        "cl-interpol"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-ppcre"
                    ]
                }
            ]
        },
        {
            "name": "cl-uffi",
            "portdir": "lisp/cl-uffi",
            "version": "2.1.2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tracker.debian.org/cl-uffi",
            "description": "Universal Foreign Function Library for Common Lisp",
            "long_description": "Universal Foreign Function Library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clsql"
                    ]
                }
            ]
        },
        {
            "name": "clucene-devel",
            "portdir": "devel/clucene-devel",
            "version": "3025",
            "license": "Apache-2 and LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://clucene.sourceforge.net/",
            "description": "the open-source, C++ search engine",
            "long_description": "CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. Specifically, CLucene is the guts of a search engine, the hard stuff. You write the easy stuff: the UI and the process of selecting and parsing your data files to pump them into the search engine yourself, and any specialized queries to pull it back for display or further processing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clucene",
            "portdir": "devel/clucene",
            "version": "2.3.3.4",
            "license": "(Apache-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://clucene.sourceforge.net/",
            "description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
            "long_description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dinh.viet.hoa",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bibletime",
                        "strigi",
                        "sword"
                    ]
                }
            ]
        },
        {
            "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": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-parachute",
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-postgres"
                    ]
                }
            ]
        },
        {
            "name": "cl-type-i",
            "portdir": "lisp/cl-type-i",
            "version": "20230127",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/guicho271828/type-i",
            "description": "Type Inference Utility on unary type-checking predicates",
            "long_description": "Type Inference Utility on unary type-checking predicates",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-fiveam",
                        "cl-lisp-namespace",
                        "cl-introspect-environment"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivia"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivia"
                    ]
                }
            ]
        },
        {
            "name": "cl-try",
            "portdir": "lisp/cl-try",
            "version": "20230828",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/melisgl/try",
            "description": "Try is an extensible test framework with equal support for interactive and non-interactive workflows.",
            "long_description": "Try is an extensible test framework with equal support for interactive and non-interactive workflows.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-alexandria",
                        "cl-closer-mop",
                        "cl-ieee-floats",
                        "cl-mgl-pax"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dref-test",
                        "cl-mgl-pax-test",
                        "cl-named-readtables-test"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-mgl-pax",
                        "cl-dref"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-with-current-source-form",
            "portdir": "lisp/cl-trivial-with-current-source-form",
            "version": "20230605",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scymtym/trivial-with-current-source-form",
            "description": "Helps macro writers produce better errors for macro users",
            "long_description": "Helps macro writers produce better errors for macro users",
            "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-esrap"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-utf-8",
            "portdir": "lisp/cl-trivial-utf-8",
            "version": "20220828",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8",
            "description": "Trivial UTF-8 provides more efficient ways of reading and writing UTF-8",
            "long_description": "Trivial UTF-8 provides more efficient ways of reading and writing UTF-8",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-mgl-pax-bootstrap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-http-body",
                        "cl-lack",
                        "cl-mgl-pax",
                        "cl-thrift"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-mgl-pax"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-types",
            "portdir": "lisp/cl-trivial-types",
            "version": "20120318",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m2ym/trivial-types",
            "description": "Trivial type definitions for Common Lisp",
            "long_description": "Trivial type definitions for Common Lisp",
            "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-dbi",
                        "cl-jonathan",
                        "cl-nfiles",
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-timeout",
            "portdir": "lisp/cl-trivial-timeout",
            "version": "20230822",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/trivial-timeout",
            "description": "portable and possibly dangerous timeout library for Common Lisp",
            "long_description": "portable and possibly dangerous timeout library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "cl-montezuma"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-sockets",
            "portdir": "lisp/cl-trivial-sockets",
            "version": "0.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/usocket/trivial-sockets",
            "description": "A trivial networking library for undemanding Internet applications",
            "long_description": "A trivial networking library for undemanding Internet applications",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-plus-ssl"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-shell",
            "portdir": "lisp/cl-trivial-shell",
            "version": "20230111",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/trivial-shell",
            "description": "A simple Common-Lisp interface to the underlying Operating System",
            "long_description": "A simple Common-Lisp interface to the underlying Operating System",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-rfc-1123",
            "portdir": "lisp/cl-trivial-rfc-1123",
            "version": "20220402",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/stacksmith/trivial-rfc-1123",
            "description": "parse and print RFC-1123 timestamps",
            "long_description": "parse and print RFC-1123 timestamps",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-package-local-nicknames",
            "portdir": "lisp/cl-trivial-package-local-nicknames",
            "version": "20200130",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/phoe/trivial-package-local-nicknames",
            "description": "Portability library for package-local nicknames",
            "long_description": "Portability library for package-local nicknames",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-history-tree",
                        "cl-nfiles",
                        "cl-nkeymaps",
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-open-browser",
            "portdir": "lisp/cl-trivial-open-browser",
            "version": "20160602",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eudoxia0/trivial-open-browser",
            "description": "Open the browser to a URL, on any system.",
            "long_description": "Open the browser to a URL, on any system.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula-demo"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-mime",
            "portdir": "lisp/cl-trivial-mime",
            "version": "20230603",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-mimes",
            "description": "Tiny Common Lisp library to detect mime types in files.",
            "long_description": "Tiny Common Lisp library to detect mime types in files.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lass",
                        "cl-dexador",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-main-thread",
            "portdir": "lisp/cl-trivial-main-thread",
            "version": "20230603",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-main-thread",
            "description": "Compatibility library to run things in the main thread.",
            "long_description": "Compatibility library to run things in the main thread.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features",
                        "cl-simple-tasks",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-trivial-macroexpand-all",
            "portdir": "lisp/cl-trivial-macroexpand-all",
            "version": "20171020",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cbaggers/trivial-macroexpand-all",
            "description": "Call each implementation's macroexpand-all equivalent",
            "long_description": "Call each implementation's macroexpand-all equivalent",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-indent",
            "portdir": "lisp/cl-trivial-indent",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-indent",
            "description": "A very simple library to allow indentation hints for SWANK.",
            "long_description": "A very simple library to allow indentation hints for SWANK.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lass",
                        "cl-documentation-utils"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-gray-streams",
            "portdir": "lisp/cl-trivial-gray-streams",
            "version": "20240218",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trivial-gray-streams/trivial-gray-streams",
            "description": "Portability library for CL gray streams",
            "long_description": "Gray streams is an interface proposed for inclusion with ANSI CL",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-com.inuoe.jzon",
                        "cl-chunga",
                        "cl-flexi-streams",
                        "cl-rove",
                        "cl-async",
                        "cl-babel",
                        "cl-circular-streams",
                        "cl-deflate",
                        "cl-dexador",
                        "cl-fast-io",
                        "cl-fiasco",
                        "cl-http-body",
                        "cl-lack",
                        "cl-ndebug",
                        "cl-plus-ssl",
                        "cl-salza2",
                        "cl-spinneret",
                        "cl-thrift"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-garbage",
            "portdir": "lisp/cl-trivial-garbage",
            "version": "20231018",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trivial-garbage/trivial-garbage",
            "description": "Portable GC-related APIs for Common Lisp.",
            "long_description": "Portable GC-related APIs for Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-eager-future2",
                        "cl-gobject-introspection",
                        "cl-cffi-gtk",
                        "cl-dbi",
                        "cl-dexador",
                        "cl-nfiles",
                        "cl-plus-ssl",
                        "cl-bordeaux-threads",
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-file-size",
            "portdir": "lisp/cl-trivial-file-size",
            "version": "20220718",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ruricolist/trivial-file-size",
            "description": "Stat a file's size",
            "long_description": "Stat a file's size",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-features-tests",
            "portdir": "lisp/cl-trivial-features",
            "version": "20230607",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trivial-features/trivial-features",
            "description": "Portable CL:*FEATURES*",
            "long_description": "Portable CL:*FEATURES*",
            "active": false,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ecl",
                        "sbcl",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features",
                        "cl-cffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-trivial-features",
            "portdir": "lisp/cl-trivial-features",
            "version": "20230607",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trivial-features/trivial-features",
            "description": "Portable CL:*FEATURES*",
            "long_description": "Portable CL:*FEATURES*",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-cffi",
                        "cl-float-features",
                        "cl-3bz",
                        "cl-async",
                        "cl-babel",
                        "cl-cffi-gtk",
                        "cl-iolib",
                        "cl-mmap",
                        "cl-osicat",
                        "cl-plus-ssl",
                        "cl-swap-bytes",
                        "cl-trivial-features-tests",
                        "cl-trivial-main-thread"
                    ]
                }
            ]
        },
        {
            "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-17"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-parachute",
                        "cl-ndebug"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-cltl2",
            "portdir": "lisp/cl-trivial-cltl2",
            "version": "20211212",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Zulu-Inuoe/trivial-cltl2",
            "description": "Portable CLtL2",
            "long_description": "Portable CLtL2",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum",
                        "cl-trivia"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-clipboard",
            "portdir": "lisp/cl-trivial-clipboard",
            "version": "20231013",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snmsts/trivial-clipboard",
            "description": "trivial-clipboard let access system clipboard",
            "long_description": "trivial-clipboard let access system clipboard",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-cffi"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-benchmark",
            "portdir": "lisp/cl-trivial-benchmark",
            "version": "20230603",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-benchmark",
            "description": "An easy to use benchmarking system.",
            "long_description": "An easy to use benchmarking system.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-trivial-backtrace",
            "portdir": "lisp/cl-trivial-backtrace",
            "version": "20230111",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/trivial-backtrace",
            "description": "Portable simple API to work with backtraces in Common Lisp",
            "long_description": "Portable simple API to work with backtraces in Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula",
                        "cl-fiveam",
                        "cl-hunchentoot",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-arguments",
            "portdir": "lisp/cl-trivial-arguments",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/trivial-arguments",
            "description": "Tiny CL library to retrieve the arguments list of a function.",
            "long_description": "Tiny CL library to retrieve the arguments list of a function.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-in-nomine"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivia",
            "portdir": "lisp/cl-trivia",
            "version": "20230302",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/guicho271828/trivia",
            "description": "Pattern Matcher Compatible with Optima",
            "long_description": "Pattern Matcher Compatible with Optima",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-lisp-namespace",
                        "cl-trivial-cltl2",
                        "cl-fset",
                        "cl-type-i",
                        "cl-ppcre",
                        "cl-cffi",
                        "cl-iterate",
                        "cl-closer-mop"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fare-quasiquote"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fare-quasiquote",
                        "cl-phos",
                        "cl-serapeum",
                        "cl-spinneret"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-type-i"
                    ]
                }
            ]
        },
        {
            "name": "cl-translate",
            "portdir": "lisp/cl-translate",
            "version": "20170505",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.common-lisp.net/dkochmanski/translate",
            "description": "Abstraction layer for translations",
            "long_description": "Abstraction layer for translations",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula"
                    ]
                }
            ]
        },
        {
            "name": "cl-toot",
            "portdir": "lisp/cl-toot",
            "version": "20121120",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gigamonkey/toot",
            "description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
            "long_description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams",
                        "cl-trivial-backtrace",
                        "cl-chipz",
                        "cl-fad",
                        "cl-ppcre",
                        "cl-plus-ssl",
                        "cl-puri",
                        "cl-usocket",
                        "cl-md5",
                        "cl-alexandria",
                        "cl-base64",
                        "cl-bordeaux-threads",
                        "cl-chunga"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-clack"
                    ]
                }
            ]
        },
        {
            "name": "cl-tld",
            "portdir": "lisp/cl-tld",
            "version": "20220217",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lu4nx/cl-tld",
            "description": "Extracts the TLD(Top Level Domain) from domain, for Common Lisp",
            "long_description": "Extracts the TLD(Top Level Domain) from domain, for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-thrift",
            "portdir": "lisp/cl-thrift",
            "version": "20171121",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TurtleWarePL/de.setf.thrift",
            "description": "A Common Lisp binding for the Apache Thrift framework",
            "long_description": "A Common Lisp binding for the Apache Thrift framework",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-closer-mop",
                        "cl-alexandria",
                        "cl-trivial-utf-8",
                        "cl-ieee-floats",
                        "cl-trivial-gray-streams",
                        "cl-puri",
                        "cl-usocket"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-tga",
            "portdir": "lisp/cl-tga",
            "version": "20160223",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fisxoj/cl-tga",
            "description": "TGA file loader in common lisp",
            "long_description": "TGA file loader in common lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-opticl"
                    ]
                }
            ]
        },
        {
            "name": "cl-test-more",
            "portdir": "lisp/cl-test-more",
            "version": "20130114",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jd/cl-test-more",
            "description": "Yet Another Unit Testing Framework for Common Lisp",
            "long_description": "Yet Another Unit Testing Framework 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"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-circular-streams",
                        "cl-markup"
                    ]
                }
            ]
        },
        {
            "name": "cl-system-locale",
            "portdir": "lisp/cl-system-locale",
            "version": "20231223",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/system-locale",
            "description": "System locale and language discovery",
            "long_description": "System locale and language discovery",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-multilang-documentation"
                    ]
                }
            ]
        },
        {
            "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-17"
                    ]
                },
                {
                    "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-symbol-munger",
            "portdir": "lisp/cl-symbol-munger",
            "version": "20220120",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/symbol-munger",
            "description": "Common Lisp library that supports unit testing.",
            "long_description": "Common Lisp library that supports unit testing.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-iterate"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-lisp-unit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-collectors",
                        "cl-lisp-unit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-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",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prevalence"
                    ]
                }
            ]
        },
        {
            "name": "cl-swap-bytes",
            "portdir": "lisp/cl-swap-bytes",
            "version": "1.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/swap-bytes",
            "description": "Optimized byte-swapping primitives.",
            "long_description": "Optimized byte-swapping primitives.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-iolib",
                        "cl-pngload"
                    ]
                }
            ]
        },
        {
            "name": "cl-swank",
            "portdir": "lisp/cl-swank",
            "version": "2.28",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/slime/slime",
            "description": "Swank from SLIME",
            "long_description": "Swank from SLIME",
            "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-stefil",
                        "cl-arnesi",
                        "cl-clack",
                        "cl-log4cl",
                        "cl-mgl-pax"
                    ]
                }
            ]
        },
        {
            "name": "cl-string-case",
            "portdir": "lisp/cl-string-case",
            "version": "20180718",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pkhuong/string-case",
            "description": "string-case is a macro that generates specialised decision trees to dispatch on string equality",
            "long_description": "string-case is a macro that generates specialised decision trees to dispatch on string equality",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot-errors",
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-str",
            "portdir": "lisp/cl-str",
            "version": "0.21",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vindarel/cl-str",
            "description": "Modern, consistent and terse Common Lisp string manipulation library",
            "long_description": "Modern, consistent and terse Common Lisp string manipulation library",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-ppcre-unicode",
                        "cl-change-case"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nkeymaps",
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "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-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-iterate",
                        "cl-swank",
                        "cl-metabang-bind",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-gettext",
                        "cl-log4cl",
                        "cl-mysql"
                    ]
                }
            ]
        }
    ]
}