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

{
    "count": 51749,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=620",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=618",
    "results": [
        {
            "name": "voidwalker",
            "portdir": "devel/voidwalker",
            "version": "0.1.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dholm/voidwalker",
            "description": "A GDB toolbox for low-level debugging.",
            "long_description": "(void)walker is a toolbox for GDB which provides utilities for debugging software on an instruction level. It is heavily influenced by the gdbinit by mammon_, elaine, fG! et al. but opens up for a much more advanced solution by using Python instead of GDB commands.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "FlowUI",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "valabind",
            "portdir": "devel/valabind",
            "version": "1.8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/radare/valabind",
            "description": "This program converts vapi vala interface files into swig interfaces.",
            "long_description": "This program converts vapi vala interface files into swig interfaces. Allow C and Vala libraries to be used from many scripting languages, like Python, Perl, LUA, Java, Go and others.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 357
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "vala"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "swig"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usbmuxd-devel",
            "portdir": "devel/usbmuxd",
            "version": "20200615",
            "license": "GPL-2+ and GPL-3+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libimobiledevice/usbmuxd",
            "description": "USB Multiplex Daemon",
            "long_description": "USB Multiplex Daemon is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 268
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libplist-devel",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usbmuxd",
            "portdir": "devel/usbmuxd",
            "version": "1.1.1",
            "license": "GPL-2+ and GPL-3+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libimobiledevice/usbmuxd",
            "description": "USB Multiplex Daemon",
            "long_description": "USB Multiplex Daemon is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 268
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libplist",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "umem",
            "portdir": "devel/umem",
            "version": "1.0.1",
            "license": "CDDL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/omniti-labs/portableumem",
            "description": "userland slab allocator",
            "long_description": "Libumem is a library used to detect memory management bugs in applications. It is based on the Slab allocator concept. Functions in this library provide fast, scalable object-caching memory allocation with multithreaded application support. In addition to the standard malloc(3C) family of functions and the more flexible umem_alloc(3MALLOC) family, libumem provides powerful object-caching services as described in umem_cache_create(3MALLOC). This slab allocator is designed for systems with many threads and many CPUs. Memory allocation with naive allocators can be a serious bottleneck. There are other highly scalable allocators out there, but libumem is about the same or better in terms of performance, and has compelling debugging features.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libmemcached"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sysbench"
                    ]
                }
            ]
        },
        {
            "name": "udis86",
            "portdir": "devel/udis86",
            "version": "1.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://udis86.sourceforge.net/",
            "description": "Udis86 is a disassembler engine that interprets and decodes a stream of binary machine code bytes as opcodes defined in the x86 and x86-64 class of Instruction Set Architectures.",
            "long_description": "Udis86 is a disassembler engine that interprets and decodes a stream of binary machine code bytes as opcodes defined in the x86 and x86-64 class of Instruction Set Architectures. The core component of this project is libudis86 which provides a clean and simple interface to disassemble binary code, and to inspect the disassembly to various degrees of details. The library is designed to aid software projects that entail analysis and manipulation of all flavors of x86 binary code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "yasm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mach_override"
                    ]
                }
            ]
        },
        {
            "name": "tweeny",
            "portdir": "devel/tweeny",
            "version": "3.2.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mobius3.github.io/tweeny",
            "description": "A C++ tweening library",
            "long_description": "Tweeny is an inbetweening library designed for the creation of complex animations for games and other beautiful interactive software",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nheko"
                    ]
                }
            ]
        },
        {
            "name": "turbogit",
            "portdir": "devel/turbogit",
            "version": "5.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/b4nst/turbogit",
            "description": "Your git boat friend",
            "long_description": "Opinionated cli enforcing clean git workflow without comprising UX",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "bastyen.a",
                    "github": "b4nst",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgit2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tuist",
            "portdir": "devel/tuist",
            "version": "3.31.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tuist/tuist",
            "description": "Create, maintain, and interact with Xcode projects at scale",
            "long_description": "Create, maintain, and interact with Xcode projects at scale",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "woolsweater",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter-yaml",
            "portdir": "devel/tree-sitter-yaml",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ikatyang/tree-sitter-yaml",
            "description": "A tree-sitter parser for YAML",
            "long_description": "A tree-sitter parser for YAML",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-typst",
            "portdir": "devel/tree-sitter-typst",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/uben0/tree-sitter-typst",
            "description": "A tree-sitter parser for Typst",
            "long_description": "A tree-sitter parser for Typst",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter-typescript",
            "portdir": "devel/tree-sitter-typescript",
            "version": "0.23.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-typescript",
            "description": "A tree-sitter parser for TypeScript",
            "long_description": "A tree-sitter parser for TypeScript",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-tsx",
            "portdir": "devel/tree-sitter-tsx",
            "version": "0.23.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-typescript",
            "description": "A tree-sitter parser for TSX",
            "long_description": "A tree-sitter parser for TSX",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-toml",
            "portdir": "devel/tree-sitter-toml",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-toml",
            "description": "A tree-sitter parser for TOML",
            "long_description": "A tree-sitter parser for TOML",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-ruby",
            "portdir": "devel/tree-sitter-ruby",
            "version": "0.23.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-ruby",
            "description": "A tree-sitter parser for Ruby",
            "long_description": "A tree-sitter parser for Ruby",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-org",
            "portdir": "devel/tree-sitter-org",
            "version": "1.3.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/milisims/tree-sitter-org",
            "description": "A tree-sitter parser for Emacs Org Mode markup",
            "long_description": "A tree-sitter parser for Emacs Org Mode markup",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter-lua",
            "portdir": "devel/tree-sitter-lua",
            "version": "2.1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Azganoth/tree-sitter-lua",
            "description": "A tree-sitter parser for Lua",
            "long_description": "A tree-sitter parser for Lua",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-magik",
            "portdir": "devel/tree-sitter-magik",
            "version": "0.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/krn-robin/tree-sitter-magik",
            "description": "A tree-sitter parser for Smallworld Magik",
            "long_description": "A tree-sitter parser for Smallworld Magik",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "krn-robin",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter-json",
            "portdir": "devel/tree-sitter-json",
            "version": "0.24.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-json",
            "description": "A tree-sitter parser for JSON",
            "long_description": "A tree-sitter parser for JSON",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-java",
            "portdir": "devel/tree-sitter-java",
            "version": "0.23.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-java",
            "description": "A tree-sitter parser for Java",
            "long_description": "A tree-sitter parser for Java",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-html",
            "portdir": "devel/tree-sitter-html",
            "version": "0.23.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-html",
            "description": "A tree-sitter parser for HTML",
            "long_description": "A tree-sitter parser for HTML",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-go-mod",
            "portdir": "devel/tree-sitter-go-mod",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/camdencheek/tree-sitter-go-mod",
            "description": "A tree-sitter parser for go.mod files",
            "long_description": "A tree-sitter parser for go.mod files",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-dockerfile",
            "portdir": "devel/tree-sitter-dockerfile",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/camdencheek/tree-sitter-dockerfile",
            "description": "A tree-sitter parser for Dockerfiles",
            "long_description": "A tree-sitter parser for Dockerfiles",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "tree-sitter-cpp",
            "portdir": "devel/tree-sitter-cpp",
            "version": "0.23.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-cpp",
            "description": "A tree-sitter parser for C++",
            "long_description": "A tree-sitter parser for C++",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "step-writer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "emacs-mac-app-devel",
                        "emacs",
                        "emacs-mac-app",
                        "emacs-app",
                        "emacs-app-devel",
                        "emacs-devel"
                    ]
                }
            ]
        },
        {
            "name": "tl-expected",
            "portdir": "devel/tl-expected",
            "version": "1.0.0",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TartanLlama/expected",
            "description": "std::expected with functional-style extensions",
            "long_description": "Single header implementation of std::expected with functional-style extensions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libmamba",
                        "micromamba"
                    ]
                }
            ]
        },
        {
            "name": "thieriot",
            "portdir": "devel/thieriot",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rodnaph/thieriot",
            "description": "Shell tool for managing a projects Jenkins builds",
            "long_description": "Thieriot is a simple shell tool for projects that use Git and Jenkins, and allows you to easily check which of your branches currently have builds. And then to easily create/start/delete builds with a single command.",
            "active": true,
            "categories": [
                "devel",
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-json",
                        "p5.34-libwww-perl",
                        "p5.34-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "termcolor",
            "portdir": "devel/termcolor",
            "version": "2.1.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ikalnytskyi/termcolor",
            "description": "a header-only C++ library for printing colored messages to the terminal",
            "long_description": "Termcolor is a header-only C++ library for printing colored messages to the terminal.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libmamba",
                        "micromamba"
                    ]
                }
            ]
        },
        {
            "name": "tclreadline",
            "portdir": "devel/tclreadline",
            "version": "2.3.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/flightaware/tclreadline",
            "description": "An interactive readline for tcl shells.",
            "long_description": "The tclreadline package makes the GNU Readline library available for interactive tcl shells. This includes history expansion and file/command completion. Command completion for all tcl/tk commands is provided and commmand completers for user defined commands can be easily added. tclreadline can also be used for tcl scripts which want to use a shell like input interface. In this case the ::tclreadline::readline read command has to be called explicitly.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "darius",
                    "github": "DanielO",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "tcl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "swagger-codegen",
            "portdir": "devel/swagger-codegen",
            "version": "3.0.36",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://swagger.io/tools/swagger-codegen/",
            "description": "Generates API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec",
            "long_description": "Generates API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "string_theory",
            "portdir": "devel/string_theory",
            "version": "3.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zrax/string_theory",
            "description": "C++ string library",
            "long_description": "Flexible modern C++ string library with type-safe formatting",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "darryl",
                    "github": "dpogue",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libhsplasma"
                    ]
                }
            ]
        },
        {
            "name": "stb",
            "portdir": "devel/stb",
            "version": "20241029",
            "license": "(public-domain or MIT)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nothings/stb",
            "description": "Single-file public domain (or MIT licensed) libraries for C/C++.",
            "long_description": "Single-file public domain (or MIT licensed) libraries for C/C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 654
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qoi"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "draco",
                        "tinygltf",
                        "lms"
                    ]
                }
            ]
        },
        {
            "name": "sparsehash",
            "portdir": "devel/sparsehash",
            "version": "2.0.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sparsehash/sparsehash",
            "description": "An extremely memory-efficient hash_map implementation",
            "long_description": "An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class, but with different performance characteristics. It's easy to replace hash_map by sparse_hash_map or dense_hash_map in C++ code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libosmium",
                        "libosmium-doc",
                        "textmate2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "afscompress",
                        "py310-graph-tool",
                        "py311-graph-tool",
                        "py312-graph-tool",
                        "py313-graph-tool",
                        "py37-graph-tool",
                        "py38-graph-tool",
                        "py27-shiboken",
                        "py35-shiboken",
                        "py36-shiboken",
                        "py37-shiboken",
                        "py38-shiboken",
                        "py310-shiboken",
                        "py311-shiboken",
                        "bayon",
                        "kdevplatform",
                        "py39-graph-tool",
                        "py27-graph-tool",
                        "py39-shiboken"
                    ]
                }
            ]
        },
        {
            "name": "SourceKittenDaemon",
            "portdir": "devel/sourcekittendaemon",
            "version": "0.1.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/terhechte/SourceKittenDaemon",
            "description": "Swift Auto Completions for any Text Editor",
            "long_description": "Swift Auto Completions for any Text Editor",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "carthage",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shisho",
            "portdir": "devel/shisho",
            "version": "0.5.2",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.shisho.dev",
            "description": "Lightweight static analyzer for several programming languages",
            "long_description": "Lightweight static analyzer for several programming languages",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1045
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shc",
            "portdir": "devel/shc",
            "version": "4.0.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/neurobin/shc",
            "description": "Shell Script Compiler",
            "long_description": "SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary. The compiled binary will still be dependent on the shell specified in the first line of the shell code (i.e shebang: #!/bin/sh or such), thus shc does not create completely independent binaries. shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shells' -c option.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "semgrep",
            "portdir": "devel/semgrep",
            "version": "0.14.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/returntocorp/semgrep",
            "description": "Fast and syntax-aware semantic code pattern search for many languages: like grep but for code.",
            "long_description": "semgrep is like grep but for code: it is a tool for easily detecting and preventing bugs and anti-patterns in your codebase. It combines the convenience of grep with the correctness of syntactical and semantic search.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1045
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ocaml",
                        "opam",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scm_breeze",
            "portdir": "devel/scm_breeze",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/ndbroadbent/scm_breeze",
            "description": "Streamline your SCM workflow",
            "long_description": "SCM Breeze is a set of shell scripts (for bash and zsh) that enhance your interaction with tools such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sccache",
            "portdir": "devel/sccache",
            "version": "0.8.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mozilla/sccache",
            "description": "Shared Compilation Cache",
            "long_description": "sccache is a ccache-like compiler caching tool. It is used as a compiler wrapper and avoids compilation when possible, storing cached results either on local disk or in one of several cloud storage backends. sccache includes support for caching the compilation of C/C++ code, Rust, as well as NVIDIA's CUDA using nvcc.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "gjq.uoiai",
                    "github": "MisLink",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "samurai",
            "portdir": "devel/samurai",
            "version": "1.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/michaelforney/samurai",
            "description": "ninja-compatible build tool written in C.",
            "long_description": "samurai (samu) is a compatible replacement ninja build tool written in C99 with a focus on simplicity, speed, and portability. samurai implements the ninja build language through version 1.9.0 except for MSVC dependency handling (deps = msvc). It uses the same format for .ninja_log and .ninja_deps as ninja, currently version 5 and 4 respectively. It is feature-complete and supports most of the same options as ninja. The port provides the native `samu` command and a symlink so it can be called as `ninja` by standard build systems.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "roswell",
            "portdir": "devel/roswell",
            "version": "22.12.14.113",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/roswell/roswell",
            "description": "A Lisp implementation manager, launcher, and much more!",
            "long_description": "Roswell is a full-stack environment for Common Lisp development, and has many features that makes it easy to test, share, and distribute your Lisp applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "kakuhen",
                    "ports_count": 9
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "curl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "robin-map",
            "portdir": "devel/robin-map",
            "version": "0.6.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Tessil/robin-map",
            "description": "C++ implementation of a fast hash map and hash set using robin hood hashing",
            "long_description": "The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openimageio"
                    ]
                }
            ]
        },
        {
            "name": "racer",
            "portdir": "devel/racer",
            "version": "2.0.12",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/racer-rust/racer",
            "description": "Code completion for Rust",
            "long_description": "RACER = Rust Auto-Complete-er. A utility intended to provide rust code completion for editors and IDEs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "rust"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qqwing",
            "portdir": "devel/qqwing",
            "version": "1.3.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qqwing.com/",
            "description": "QQwing is software for generating and solving Sudoku puzzles.",
            "long_description": "QQwing is software for generating and solving Sudoku puzzles.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-sudoku"
                    ]
                }
            ]
        },
        {
            "name": "qjson-qt5",
            "portdir": "devel/qjson",
            "version": "0.9.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qjson.sourceforge.net/",
            "description": "map JSON data to QVariant objects",
            "long_description": "QJson is a qt-based library that maps JSON data to QVariant objects.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qgis3",
                        "qgis3-ltr"
                    ]
                }
            ]
        },
        {
            "name": "qjson",
            "portdir": "devel/qjson",
            "version": "0.9.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qjson.sourceforge.net/",
            "description": "map JSON data to QVariant objects",
            "long_description": "QJson is a qt-based library that maps JSON data to QVariant objects.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ark",
                        "choqok",
                        "kde4-workspace",
                        "kate",
                        "libkgapi",
                        "baloo",
                        "kstars",
                        "digikam",
                        "kdepim4-runtime",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "tellico"
                    ]
                }
            ]
        },
        {
            "name": "qcachegrind",
            "portdir": "devel/qcachegrind",
            "version": "21.08.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kcachegrind.github.io/html/Home.html",
            "description": "Callgrind profile data visualization",
            "long_description": "Callgrind profile data visualization",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "frederic.devernay",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pystring",
            "portdir": "devel/pystring",
            "version": "1.1.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/imageworks/pystring",
            "description": "a collection of C++ functions which match the interface and behavior of python's string class methods",
            "long_description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "proxychains-ng",
            "portdir": "devel/proxychains-ng",
            "version": "4.17",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rofl0r/proxychains-ng",
            "description": "hook preloader",
            "long_description": "proxychains-ng is a hook preloader which hooks calls to sockets indynamically linked programs and redirects it through one or more socks/http proxies.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "poco-docs",
            "portdir": "devel/poco",
            "version": "1.12.4",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pocoproject.org/documentation/",
            "description": "documentation for POCO",
            "long_description": "This port contains an offline copy of the POCO documentation.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vandervelde.ag",
                    "github": "arjanvandervelde",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "poco",
            "portdir": "devel/poco",
            "version": "1.12.4",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pocoproject.org",
            "description": "POCO C++ Libraries",
            "long_description": "POCO aims to be for network-centric, cross-platform C++ software development what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web development -- a powerful, yet easy to use platform to build your applications upon.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vandervelde.ag",
                    "github": "arjanvandervelde",
                    "ports_count": 3
                }
            ],
            "variants": [
                "debug",
                "odbc",
                "mongodb",
                "mysql",
                "sqlite",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat",
                        "zlib",
                        "openssl3",
                        "sqlite3",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "litebrowser",
                        "PothosAudio",
                        "PothosBlocks",
                        "PothosComms",
                        "PothosCore",
                        "PothosSoapy",
                        "PothosFlow"
                    ]
                }
            ]
        }
    ]
}