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

{
    "count": 51974,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=455",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=453",
    "results": [
        {
            "name": "vala-devel",
            "portdir": "lang/vala-devel",
            "version": "0.56.19",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/Vala",
            "description": "Compiler for the GObject type system",
            "long_description": "Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "valadoc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "docbook-xml",
                        "docbook-xsl-nons",
                        "help2man",
                        "libxslt",
                        "bison",
                        "flex",
                        "gettext"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "graphviz",
                        "gettext-runtime",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "veryl",
            "portdir": "lang/veryl",
            "version": "0.19.1",
            "license": "(Apache-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/veryl-lang/veryl",
            "description": "Veryl: A Modern Hardware Description Language",
            "long_description": "Veryl: A Modern Hardware Description Language. Veryl is designed as a \"SystemVerilog Alternative\". There are some design concepts: it has a simplified syntax based on SystemVerilog/Rust, transpiles to SystemVerilog, generates human-readable SystemVerilog code, and comes with integrated tools like a formatter/linter, and integrates with VSCode.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vlang",
            "portdir": "lang/vlang",
            "version": "0.4.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://vlang.io/",
            "description": "Simple, fast, safe, compiled language for developing maintainable software",
            "long_description": "Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. This port provides weekly builds of Vlang.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 166
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boehmgc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wabt",
            "portdir": "lang/wabt",
            "version": "1.0.40",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WebAssembly/wabt",
            "description": "The WebAssembly Binary Toolkit",
            "long_description": "WABT (we pronounce it \"wabbit\") is a suite of tools for WebAssembly, including: wat2wasm: translate from WebAssembly text format to the WebAssembly binary format wasm2wat: the inverse of wat2wasm, translate from the binary format back to the text format (also known as a .wat) wasm-objdump: print information about a wasm binary. Similiar to objdump. wasm-interp: decode and run a WebAssembly binary file using a stack-based interpreter wasm-decompile: decompile a wasm binary into readable C-like syntax. wat-desugar: parse .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and print \"canonical\" flat format wasm2c: convert a WebAssembly binary file to a C source and header wasm-strip: remove sections of a WebAssembly binary file wasm-validate: validate a file in the WebAssembly binary format wast2json: convert a file in the wasm spec test format to a JSON file and associated wasm binary files wasm-stats: output stats for a module spectest-interp: read a Spectest JSON file, and run its tests in the interpreter These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wasi-sdk",
            "portdir": "lang/wasi-sdk",
            "version": "33",
            "license": "Apache-2 and (LLVM or Exception)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wasi.dev/",
            "description": "WebAssembly System Interface (WASI) SDK",
            "long_description": "WebAssembly System Interface (WASI) SDK. Meta-port that installs port:wasi-clang (the LLVM/Clang toolchain targeting wasm32-wasi) and port:wasi-libc (the WASI sysroot: libc, compiler-rt, libc++ and libc++abi).",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wasi-clang",
                        "wasi-libc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wasi-clang",
            "portdir": "lang/wasi-sdk",
            "version": "33",
            "license": "Apache-2 and (LLVM or Exception)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wasi.dev/",
            "description": "WebAssembly System Interface (WASI) SDK",
            "long_description": "WebAssembly System Interface (WASI) SDK. Provides a clang compiler, wasm-ld linker, llvm-ar, and other tools configured to target wasm32-wasi by default, along with the WASI cmake toolchain files. Install port:wasi-libc to get the WASI sysroot required for compiling programs, or install port:wasi-sdk to get both.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wasm-component-ld"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wasi-sdk",
                        "wasi-libc"
                    ]
                }
            ]
        },
        {
            "name": "wasm-component-ld",
            "portdir": "lang/wasm-component-ld",
            "version": "0.5.22",
            "license": "Apache-2 and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bytecodealliance/wasm-component-ld",
            "description": "Linker for wasm32-wasip2 WebAssembly components",
            "long_description": "Linker for wasm32-wasip2 WebAssembly components. Wraps the standard WebAssembly linker (wasm-ld) to produce WebAssembly component binaries targeting wasm32-wasip2 (WASI Preview 2). Used alongside the wasi-sdk compiler toolchain.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wasi-clang"
                    ]
                }
            ]
        },
        {
            "name": "wasm3",
            "portdir": "lang/wasm3",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wasm3/wasm3",
            "description": "A fast WebAssembly interpreter, and the most universal WASM runtime",
            "long_description": "A fast WebAssembly interpreter, and the most universal WASM runtime",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "git",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wasi-libc",
            "portdir": "lang/wasi-sdk",
            "version": "33",
            "license": "Apache-2 and (LLVM or Exception)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wasi.dev/",
            "description": "WebAssembly System Interface (WASI) SDK",
            "long_description": "WebAssembly System Interface (WASI) SDK. Provides the WASI sysroot: wasi-libc, compiler-rt builtins for wasm32, and libc++/libc++abi for use with the wasi-clang compiler toolchain.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wasi-clang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wasi-sdk"
                    ]
                }
            ]
        },
        {
            "name": "wren",
            "portdir": "lang/wren",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wren.io",
            "description": "Wren is a small, fast, class-based concurrent scripting language.",
            "long_description": "Wren is a small, fast, class-based concurrent scripting language. Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wasmer",
            "portdir": "lang/wasmer",
            "version": "7.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wasmer.io",
            "description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
            "long_description": "Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wren-cli",
            "portdir": "lang/wren-cli",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wren.io/cli/",
            "description": "A command line tool for the Wren programming language",
            "long_description": "The CLI project is a small and simple REPL and CLI tool for running Wren scripts. It is backed by libuv to implement IO functionality, and is a work in progress.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xmlgen",
            "portdir": "lang/xmlgen",
            "version": "1.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tclxml.sourceforge.net/xmlgen.html",
            "description": "The Tcl package xmlgen allows to write Tcl code which translates itself into XML.",
            "long_description": "Every tag is made into a markup command which takes attributes and the element's content as parameters and then prints the XML tagged content. Of course, the content again can contain markup commands.",
            "active": true,
            "categories": [
                "lang",
                "tcl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xotcl",
            "portdir": "lang/xotcl",
            "version": "1.6.7",
            "license": "(Tcl/Tk or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://media.wu-wien.ac.at",
            "description": "Extended Object Tool Command Language",
            "long_description": "Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object-oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "neumann",
                    "github": "gustafn",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yabasic",
            "portdir": "lang/yabasic",
            "version": "2.86.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.yabasic.de/",
            "description": "yet another basic language",
            "long_description": "Yabasic implements the most common and simple elements of the basic language. It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does monochrome line graphics and printing.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "xorg-libX11",
                        "xorg-libXt",
                        "xorg-libsm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yap",
            "portdir": "lang/yap",
            "version": "6.0.5",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
            "description": "YAP Prolog compiler",
            "long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "java",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yap-devel",
            "portdir": "lang/yap-devel",
            "version": "6.0.7",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
            "description": "YAP Prolog compiler",
            "long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "java",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yasm",
            "portdir": "lang/yasm",
            "version": "1.3.0",
            "license": "(Artistic-1 or GPL-2+ or LGPL) and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tortall.net/projects/yasm/",
            "description": "yasm - a modular bsd reimplementation of NASM",
            "long_description": "A modular x86/amd64 assembler supporting NASM and GAS asm syntaxes and a variety of output formats. It is licensed under the 3-clause BSD license except the nasm preprocessor which is LGPL.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "VeraCrypt",
                        "aom",
                        "avidemux",
                        "libass",
                        "libass-devel",
                        "libvpx",
                        "libvpx-devel",
                        "mplayer-devel",
                        "mythtv-core.27",
                        "mythtv-core.28",
                        "svt-av1",
                        "godot-3.2",
                        "mpir",
                        "mpir-devel",
                        "gimp-gap",
                        "gimp-gap-devel",
                        "mozjs102",
                        "mozjs115",
                        "mozjs128",
                        "mozjs60",
                        "mozjs91",
                        "mozjs68",
                        "HandBrake",
                        "HandBrakeCLI",
                        "MPlayer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "udis86"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-distnorm",
                        "py37-distnorm",
                        "py38-distnorm",
                        "py37-distorm",
                        "py36-distorm",
                        "py38-distorm",
                        "py312-distorm",
                        "py35-distorm",
                        "py27-distorm"
                    ]
                }
            ]
        },
        {
            "name": "zig-bootstrap",
            "portdir": "lang/zig-bootstrap",
            "version": "0.16.0",
            "license": "MIT",
            "platforms": "{darwin >= 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ziglang.org/",
            "description": "Zig programming language (bootstrap build with no runtime dependencies)",
            "long_description": "Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This is the bootstrap build version with no external runtime dependencies.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 272
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "shichizip"
                    ]
                }
            ]
        },
        {
            "name": "zoem",
            "portdir": "lang/zoem",
            "version": "21-341",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micans.org/zoem/",
            "description": "a macro/programming language with stacks",
            "long_description": "zoem is a macro/programming language with stacks. zoem has stacks, arithmetic environment, delayed evaluation, inside-out evaluation, and a lot more features to allow abstraction, encapsulation and (lexical) scoping, as well as syntactic sugar to facilitate HTML production.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cimfomfa",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "aephea"
                    ]
                }
            ]
        },
        {
            "name": "cl-3bmd",
            "portdir": "lisp/cl-3bmd",
            "version": "20240515",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/3b/3bmd",
            "description": "markdown processor in CL using esrap parser",
            "long_description": "markdown processor in CL using esrap parser",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-fiasco",
                        "cl-colorize",
                        "cl-esrap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-mgl-pax"
                    ]
                }
            ]
        },
        {
            "name": "cl-3bz",
            "portdir": "lisp/cl-3bz",
            "version": "20230321",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/3b/3bz",
            "description": "yet another CL deflate decompressor",
            "long_description": "yet another CL deflate decompressor",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-mmap",
                        "cl-alexandria",
                        "cl-nibbles",
                        "cl-trivial-features",
                        "cl-babel",
                        "cl-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-pngload"
                    ]
                }
            ]
        },
        {
            "name": "cl-access",
            "portdir": "lisp/cl-access",
            "version": "20240307",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/access",
            "description": "A common lisp library to unify access to common dictionary-like data-structures",
            "long_description": "A common lisp library to unify access to common dictionary-like data-structures",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-lisp-unit2",
                        "cl-alexandria",
                        "cl-iterate",
                        "cl-closer-mop"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula"
                    ]
                }
            ]
        },
        {
            "name": "cl-acclimation",
            "portdir": "lisp/cl-acclimation",
            "version": "20231023",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/robert-strandh/Acclimation",
            "description": "Library supporting internationalization",
            "long_description": "Library supporting internationalization",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-cluffer",
                        "cl-clump"
                    ]
                }
            ]
        },
        {
            "name": "cl-alexandria",
            "portdir": "lisp/cl-alexandria",
            "version": "1.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alexandria.common-lisp.dev",
            "description": "Alexandria is a collection of portable public domain utilities for Common Lisp",
            "long_description": "Alexandria is a collection of portable public domain utilities for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-access",
                        "cl-annot",
                        "cl-ansi-text",
                        "cl-babel",
                        "cl-bordeaux-threads",
                        "cl-cffi",
                        "cl-cffi-gtk",
                        "cl-clack",
                        "cl-collectors",
                        "cl-colorize",
                        "cl-colors",
                        "cl-colors2",
                        "cl-com.gigamonkeys.binary-data",
                        "cl-com.inuoe.jzon",
                        "cl-cookie",
                        "cl-dbi",
                        "cl-dexador",
                        "cl-djula",
                        "cl-do-urlencode",
                        "cl-fad",
                        "cl-fast-http",
                        "cl-fast-io",
                        "cl-fiasco",
                        "cl-fiveam",
                        "cl-gobject-introspection",
                        "cl-history-tree",
                        "cl-hu.dwim.stefil",
                        "cl-hunchentoot",
                        "cl-in-nomine",
                        "cl-lack",
                        "cl-let-plus",
                        "cl-libuv",
                        "cl-lisp-unit2",
                        "cl-lparallel",
                        "cl-mgl-pax",
                        "cl-nfiles",
                        "cl-nkeymaps",
                        "cl-nodgui",
                        "cl-opticl",
                        "cl-opticl-core",
                        "cl-optima",
                        "cl-osicat",
                        "cl-parse-float",
                        "cl-parser-combinators",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-postmodern",
                        "cl-pngload-test",
                        "cl-proc-parse",
                        "cl-prompter",
                        "cl-prove",
                        "cl-quri",
                        "cl-serapeum",
                        "cl-slice",
                        "cl-spinneret",
                        "cl-static-vectors",
                        "cl-stefil",
                        "cl-symbol-munger",
                        "cl-3bz",
                        "cl-toot",
                        "cl-trivial-benchmark",
                        "cl-trivial-with-current-source-form",
                        "cl-try",
                        "cl-type-i",
                        "cl-webkit2",
                        "cl-wookie",
                        "cl-thrift"
                    ]
                }
            ]
        },
        {
            "name": "cl-anaphora",
            "portdir": "lisp/cl-anaphora",
            "version": "0.9.8",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spwhitton/anaphora",
            "description": "The anaphoric macro collection from Hell",
            "long_description": "The anaphoric macro collection from Hell",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-let-plus",
                        "cl-locale",
                        "cl-markdown",
                        "cl-parenscript",
                        "cl-slice"
                    ]
                }
            ]
        },
        {
            "name": "cl-annot",
            "portdir": "lisp/cl-annot",
            "version": "20150606",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m2ym/cl-annot",
            "description": "Python-like Annotation Syntax for Common Lisp",
            "long_description": "Python-like Annotation Syntax for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-jonathan",
                        "cl-locale",
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-anonfun",
            "portdir": "lisp/cl-anonfun",
            "version": "20111202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/arielnetworks/cl-anonfun",
            "description": "Anonymous function helpers for Common Lisp",
            "long_description": "Anonymous function helpers for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-syntax"
                    ]
                }
            ]
        },
        {
            "name": "cl-ansi-text",
            "portdir": "lisp/cl-ansi-text",
            "version": "2.0.1",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pnathan/cl-ansi-text",
            "description": "Enables ANSI colors for printing.",
            "long_description": "Enables ANSI colors for printing.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-colors2",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ]
        },
        {
            "name": "cl-anypool",
            "portdir": "lisp/cl-anypool",
            "version": "20230917",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/anypool",
            "description": "General-purpose connection pooling library for Common Lisp",
            "long_description": "General-purpose connection pooling library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-speedy-queue",
                        "cl-rove",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-arnesi",
            "portdir": "lisp/cl-arnesi",
            "version": "20170330",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/arnesi",
            "description": "arnesi is a Common Lisp utility suite",
            "long_description": "arnesi is a Common Lisp utility suite",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-swank",
                        "cl-collectors",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-locale"
                    ]
                }
            ]
        },
        {
            "name": "cl-array-utils",
            "portdir": "lisp/cl-array-utils",
            "version": "20231201",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/array-utils",
            "description": "A few utilities for working with arrays.",
            "long_description": "A few utilities for working with arrays.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-clss",
                        "cl-plump",
                        "cl-simple-tasks"
                    ]
                }
            ]
        },
        {
            "name": "cl-asdf-flv",
            "portdir": "lisp/cl-asdf-flv",
            "version": "2.2",
            "license": "Unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/didierverna/asdf-flv",
            "description": "ASDF extension to provide support for file-local variables",
            "long_description": "ASDF extension to provide support for file-local variables",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ]
        },
        {
            "name": "cl-assoc-utils",
            "portdir": "lisp/cl-assoc-utils",
            "version": "20220921",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/assoc-utils",
            "description": "Utilities for manipulating association lists",
            "long_description": "Utilities for manipulating association lists",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prove"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-http-body"
                    ]
                }
            ]
        },
        {
            "name": "cl-async",
            "portdir": "lisp/cl-async",
            "version": "20231114",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/cl-async",
            "description": "Asynchronous IO library for Common Lisp.",
            "long_description": "Asynchronous IO library for Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-features",
                        "cl-trivial-gray-streams",
                        "cl-babel",
                        "cl-cffi",
                        "cl-usocket",
                        "cl-ppcre",
                        "cl-fast-io",
                        "cl-static-vectors",
                        "cl-vom",
                        "cl-quri",
                        "cl-libuv",
                        "cl-ironclad",
                        "openssl3",
                        "cl-bordeaux-threads",
                        "cl-fiveam",
                        "cl-flexi-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-blackbird",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-atomics",
            "portdir": "lisp/cl-atomics",
            "version": "20230703",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/atomics",
            "description": "Portability layer for atomic operations like compare-and-swap (CAS)",
            "long_description": "Portability layer for atomic operations like compare-and-swap (CAS)",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-parachute"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-serapeum"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-babel",
            "portdir": "lisp/cl-babel",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cl-babel/babel",
            "description": "Babel is a charset encoding/decoding library, not unlike GNU libiconv, written in pure Common Lisp.",
            "long_description": "Babel is a charset encoding/decoding library, not unlike GNU libiconv, written in pure Common Lisp.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-trivial-features",
                        "cl-trivial-gray-streams",
                        "cl-hu.dwim.stefil"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi",
                        "cl-dexador",
                        "cl-dexador-test",
                        "cl-djula",
                        "cl-do-urlencode",
                        "cl-fast-http",
                        "cl-http-body",
                        "cl-iolib",
                        "cl-jonathan",
                        "cl-lack",
                        "cl-montezuma",
                        "cl-png-read",
                        "cl-proc-parse",
                        "cl-quri",
                        "cl-redis",
                        "cl-smart-buffer",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-base64",
            "portdir": "lisp/cl-base64",
            "version": "3.4.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cliki.net/cl-base64",
            "description": "base64 for Common Lisp",
            "long_description": "base64 for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-kmrcl",
                        "cl-ptester"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-drakma",
                        "cl-hunchentoot",
                        "cl-lack",
                        "cl-dexador",
                        "cl-postgres",
                        "cl-toot",
                        "cl-lass"
                    ]
                }
            ]
        },
        {
            "name": "cl-blackbird",
            "portdir": "lisp/cl-blackbird",
            "version": "20220907",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orthecreedence/blackbird",
            "description": "A promise implementation for Common Lisp",
            "long_description": "A promise implementation for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-vom",
                        "cl-async",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-bordeaux-threads",
            "portdir": "lisp/cl-bordeaux-threads",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/bordeaux-threads",
            "description": "Portable shared-state concurrency for Common Lisp",
            "long_description": "Portable shared-state concurrency for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-trivial-garbage",
                        "cl-fiveam",
                        "cl-global-vars",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-async",
                        "cl-calispel",
                        "cl-cffi",
                        "cl-cffi-gtk",
                        "cl-clack",
                        "cl-dexador",
                        "cl-eager-future",
                        "cl-eager-future2",
                        "cl-fad",
                        "cl-gopher",
                        "cl-hunchentoot",
                        "cl-iolib",
                        "cl-ironclad",
                        "cl-jpl-queues",
                        "cl-lack",
                        "cl-legion",
                        "cl-anypool",
                        "cl-lparallel",
                        "cl-ndebug",
                        "cl-nhooks",
                        "cl-nodgui",
                        "cl-plus-ssl",
                        "cl-postmodern",
                        "cl-redis",
                        "cl-rove",
                        "cl-s-sysdeps",
                        "cl-serapeum",
                        "cl-simple-tasks",
                        "cl-sqlite",
                        "cl-toot",
                        "cl-trivial-main-thread",
                        "cl-usocket",
                        "cl-log4cl"
                    ]
                }
            ]
        },
        {
            "name": "cl-calispel",
            "portdir": "lisp/cl-calispel",
            "version": "0.1",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.thoughtcrime.us/software/calispel",
            "description": "Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language.",
            "long_description": "Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language.",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "abcl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-eager-future",
                        "cl-jpl-queues",
                        "cl-jpl-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-prompter"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi",
            "portdir": "lisp/cl-cffi",
            "version": "0.24.1.20240811",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cffi/cffi",
            "description": "The Common Foreign Function Interface",
            "long_description": "The Common Foreign Function Interface",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "cl-babel",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-webkit2",
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi-gtk",
                        "cl-enchant",
                        "cl-fastcgi",
                        "cl-gobject-introspection",
                        "cl-iolib",
                        "cl-jpeg-turbo",
                        "cl-libuv",
                        "cl-mmap",
                        "cl-mysql",
                        "cl-osicat",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-sqlite",
                        "cl-static-vectors",
                        "cl-system-locale",
                        "cl-trivia",
                        "cl-trivial-clipboard",
                        "cl-trivial-features-tests",
                        "cl-webengine"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-features"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi-gtk",
            "portdir": "lisp/cl-cffi-gtk",
            "version": "20230202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharplispers/cl-cffi-gtk",
            "description": "A Lisp binding to GTK 3",
            "long_description": "A Lisp binding to GTK 3",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-trivial-features",
                        "glib2",
                        "cl-cffi",
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-trivial-garbage",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-change-case",
            "portdir": "lisp/cl-change-case",
            "version": "0.2.0",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rudolfochrist/cl-change-case",
            "description": "Convert strings between camelCase, param-case, PascalCase and more",
            "long_description": "Convert strings between camelCase, param-case, PascalCase and more",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-18",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-fiveam",
                        "cl-ppcre-unicode"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-str"
                    ]
                }
            ]
        },
        {
            "name": "cl-checkl",
            "portdir": "lisp/cl-checkl",
            "version": "20180316",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rpav/CheckL",
            "description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "long_description": "Why write programs in Common Lisp but tests like Java? Meet CheckL!",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-marshal",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-fast-io"
                    ]
                }
            ]
        },
        {
            "name": "cl-chipz",
            "portdir": "lisp/cl-chipz",
            "version": "20220213.git82a17d3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cliki.net/chipz",
            "description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "long_description": "decompress DEFLATE and BZIP2 data in Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp",
                "archive"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-drakma",
                        "cl-png-read",
                        "cl-salza2",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-chunga",
            "portdir": "lisp/cl-chunga",
            "version": "1.1.9",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/chunga",
            "description": "Portable chunked streams for Common Lisp",
            "long_description": "Portable chunked streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-drakma",
                        "cl-hunchentoot",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-circular-streams",
            "portdir": "lisp/cl-circular-streams",
            "version": "20161202",
            "license": "LLGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/circular-streams",
            "description": "Circularly readable streams for Common Lisp",
            "long_description": "Circularly readable streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams",
                        "cl-fast-io",
                        "cl-trivial-gray-streams",
                        "cl-test-more"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-clack",
            "portdir": "lisp/cl-clack",
            "version": "20231109",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/clack",
            "description": "Web server abstraction layer for Common Lisp",
            "long_description": "Web server abstraction layer for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-lack",
                        "cl-toot",
                        "cl-wookie",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-usocket",
                        "cl-swank"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-dexador-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-closer-mop",
            "portdir": "lisp/cl-closer-mop",
            "version": "20241101",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/closer-mop",
            "description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "long_description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "clisp",
                        "sbcl",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cffi-gtk",
                        "cl-collectors",
                        "cl-com.inuoe.jzon",
                        "cl-contextl",
                        "cl-dbi",
                        "cl-djula",
                        "cl-in-nomine",
                        "cl-moptilities",
                        "cl-access",
                        "cl-nsymbols",
                        "cl-optima",
                        "cl-postmodern",
                        "cl-prompter",
                        "cl-rutils",
                        "cl-thrift",
                        "cl-trivia",
                        "cl-try",
                        "cl-nhooks"
                    ]
                }
            ]
        }
    ]
}