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

{
    "count": 50641,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=539",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=537",
    "results": [
        {
            "name": "p5.32-class-refresh",
            "portdir": "perl/p5-class-refresh",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Refresh",
            "description": "Class::Refresh - refresh your classes during runtime",
            "long_description": "Class::Refresh - refresh your classes during runtime",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-fatal",
                        "p5.32-test-requires",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-devel-overrideglobalrequire",
                        "p5.32-try-tiny",
                        "perl5.32",
                        "p5.32-class-load",
                        "p5.32-class-unload"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.32-moose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-perl-languageserver"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-returnvalue",
            "portdir": "perl/p5-class-returnvalue",
            "version": "0.550.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::ReturnValue",
            "description": "A return-value object that lets you treat it as as a boolean, array or object",
            "long_description": "Class::ReturnValue is a clever return value object that can allow code calling your routine to expect: a boolean value (did it fail) or a list (what are the return values).",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-devel-stacktrace"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-data-ical",
                        "p5.32-dbix-searchbuilder"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-singleton",
            "portdir": "perl/p5-class-singleton",
            "version": "1.600.0",
            "license": "(Artistic-1 or GPL-1+)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Singleton",
            "description": "Implementation of a Singleton class",
            "long_description": "This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-datetime-timezone"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-throwable",
            "portdir": "perl/p5-class-throwable",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Throwable",
            "description": "A minimal lightweight exception class",
            "long_description": "This module implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-catalyst-plugin-authorization-acl",
                        "p5.32-tree-simple-view"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-tiny",
            "portdir": "perl/p5-class-tiny",
            "version": "1.8.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Tiny",
            "description": "Minimalist class construction",
            "long_description": "This module offers a minimalist class construction kit in around 120 lines of code.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-role-hooks",
                        "p5.32-sub-handlesvia"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-test-file-sharedir",
                        "p5.32-path-finddev",
                        "p5.32-path-isdev",
                        "p5.32-test2-tools-process",
                        "p5.32-class-tiny-chained",
                        "p5.32-pod-spell",
                        "p5.32-devel-partialdump"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-tiny-chained",
            "portdir": "perl/p5-class-tiny-chained",
            "version": "0.4.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Tiny::Chained",
            "description": "Class::Tiny::Chained - Minimalist class construction, with chained attributes",
            "long_description": "Class::Tiny::Chained - Minimalist class construction, with chained attributes",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-class-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-www-oauth"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-trigger",
            "portdir": "perl/p5-class-trigger",
            "version": "0.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Trigger",
            "description": "Mixin to add / call inheritable triggers",
            "long_description": "Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-io-stringy",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-class-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-unload",
            "portdir": "perl/p5-class-unload",
            "version": "0.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::Unload",
            "description": "Class::Unload - Unload a class",
            "long_description": "Class::Unload - Unload a class",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-requires",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-class-inspector"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-class-refresh",
                        "p5.32-mason",
                        "p5.32-dbix-class-schema-loader"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-class-whitehole",
            "portdir": "perl/p5-class-whitehole",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::WhiteHole",
            "description": "base class to treat unhandled method calls as errors",
            "long_description": "Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-class-xsaccessor",
            "portdir": "perl/p5-class-xsaccessor",
            "version": "1.190.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Class::XSAccessor",
            "description": "Generate fast XS accessors without runtime compilation",
            "long_description": "Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-class-accessor-grouped",
                        "p5.32-file-find-object-rule",
                        "p5.32-hash-objectify",
                        "p5.32-mo",
                        "p5.32-zmq-ffi",
                        "p5.32-moo",
                        "p5.32-type-tiny",
                        "p5.32-params-validationcompiler",
                        "p5.32-devel-cover",
                        "p5.32-object-hashbase",
                        "p5.32-file-find-object",
                        "p5.32-dumbbench",
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-clipboard",
            "portdir": "perl/p5-clipboard",
            "version": "0.320.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Clipboard",
            "description": "Clipboard - Copy and paste with any OS",
            "long_description": "Clipboard - Copy and paste with any OS",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xsel",
                        "p5.32-cgi",
                        "perl5.32",
                        "p5.32-uri",
                        "p5.32-mac-pasteboard",
                        "xclip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-app-nopaste"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-clone",
            "portdir": "perl/p5-clone",
            "version": "0.470.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Clone",
            "description": "This is a Perl extension for recursively copying Perl datatypes.",
            "long_description": "This is a Perl extension for recursively copying Perl datatypes.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-b-cow",
                        "p5.32-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-clone-choose",
                        "p5.32-hash-merge"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-config-jfdi",
                        "p5.32-package-pkg",
                        "p5.32-sql-statement",
                        "p5.32-uri-query",
                        "p5.32-specio",
                        "p5.32-data-compare",
                        "p5.32-dbix-searchbuilder",
                        "p5.32-astro-app-satpass2",
                        "p5.32-astro-satpass",
                        "p5.32-http-message",
                        "p5.32-mail-authenticationresults",
                        "p5.32-hash-merge-simple",
                        "p5.32-dancer2",
                        "p5.32-datetime-format-natural",
                        "p5.32-class-base",
                        "p5.32-ppi",
                        "p5.32-class-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-clone-choose",
            "portdir": "perl/p5-clone-choose",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Clone::Choose",
            "description": "Clone::Choose - Choose appropriate clone utility",
            "long_description": "Clone::Choose - Choose appropriate clone utility",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-clone",
                        "p5.32-clone-pp",
                        "p5.32-test-without-module",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-module-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-hash-merge"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-clone-pp",
            "portdir": "perl/p5-clone-pp",
            "version": "1.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Clone::PP",
            "description": "Clone::PP - Recursively copy Perl datatypes",
            "long_description": "Clone::PP - Recursively copy Perl datatypes",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-clone-choose",
                        "p5.32-hash-merge"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-specio"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-code-tidyall",
            "portdir": "perl/p5-code-tidyall",
            "version": "0.850.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Code::TidyAll",
            "description": "Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator",
            "long_description": "Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-encode",
                        "p5.32-test-class-most",
                        "p5.32-test-differences",
                        "p5.32-test-fatal",
                        "p5.32-test-warnings",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-getopt-long",
                        "p5.32-ipc-run3",
                        "p5.32-ipc-system-simple",
                        "p5.32-lib-relative",
                        "p5.32-list-compare",
                        "p5.32-list-someutils",
                        "p5.32-log-any",
                        "p5.32-moo",
                        "p5.32-parallel-forkmanager",
                        "perl5.32",
                        "p5.32-scope-guard",
                        "p5.32-specio",
                        "p5.32-specio-library-path-tiny",
                        "p5.32-text-diff",
                        "p5.32-text-parsewords",
                        "p5.32-time-duration-parse",
                        "p5.32-timedate",
                        "p5.32-try-tiny",
                        "p5.32-path-tiny",
                        "p5.32-capture-tiny",
                        "p5.32-config-ini",
                        "p5.32-data-dumper",
                        "p5.32-file-pushd",
                        "p5.32-file-which"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-color-library",
            "portdir": "perl/p5-color-library",
            "version": "0.21.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Color::Library",
            "description": "Color::Library - An easy-to-use and comprehensive named-color library",
            "long_description": "Color::Library - An easy-to-use and comprehensive named-color library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-most",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-class-accessor",
                        "p5.32-class-data-inheritable",
                        "p5.32-module-pluggable"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-graphics-color"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-color-scheme",
            "portdir": "perl/p5-color-scheme",
            "version": "1.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Color::Scheme",
            "description": "Color::Scheme - generate pleasant color schemes",
            "long_description": "Color::Scheme - generate pleasant color schemes",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-chart-clicker"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-commandable",
            "portdir": "perl/p5-commandable",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Commandable",
            "description": "Commandable - utilities for commandline-based programs",
            "long_description": "Commandable - utilities for commandline-based programs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "p5.32-module-build",
                        "p5.32-test-simple",
                        "p5.32-attribute-storage"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-module-pluggable",
                        "p5.32-experimental",
                        "p5.32-meta"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-devel-mat"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-common-sense",
            "portdir": "perl/p5-common-sense",
            "version": "3.750.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/common::sense",
            "description": "common::sense - best-practice strictures and pragmas condensed into a single 'use'",
            "long_description": "common::sense - best-practice strictures and pragmas condensed into a single 'use'",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-json-xs",
                        "p5.32-coro",
                        "p5.32-types-serialiser",
                        "p5.32-ev",
                        "p5.32-cbor-xs",
                        "p5.32-convert-uulib",
                        "p5.32-io-aio",
                        "p5.32-async-interrupt"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.32-net-apns-persistent"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compiler-lexer",
            "portdir": "perl/p5-compiler-lexer",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compiler::Lexer",
            "description": "Compiler::Lexer - Lexical Analyzer for Perl5",
            "long_description": "Compiler::Lexer - Lexical Analyzer for Perl5",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.32-module-build-xsutil"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-perl-languageserver"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-bzip2",
            "portdir": "perl/p5-compress-bzip2",
            "version": "2.280.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Bzip2",
            "description": "Perl interface to the bzip2 compression algorithms",
            "long_description": "Perl interface to the bzip2 compression algorithms",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-perlio-via-bzip2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-lzf",
            "portdir": "perl/p5-compress-lzf",
            "version": "3.800.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::LZF",
            "description": "Compress::LZF - extremely light-weight Lempel-Ziv-Free compression",
            "long_description": "Compress::LZF - extremely light-weight Lempel-Ziv-Free compression",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-io-compress-lzf"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-raw-bzip2",
            "portdir": "perl/p5-compress-raw-bzip2",
            "version": "2.217.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Raw::Bzip2",
            "description": "Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library",
            "long_description": "Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.32-test-cpan-meta",
                        "p5.32-test-cpan-meta-json",
                        "p5.32-test-pod"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-http-message",
                        "p5.32-io-compress"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-raw-lzma",
            "portdir": "perl/p5-compress-raw-lzma",
            "version": "2.217.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Raw::Lzma",
            "description": "Compress::Raw::Lzma - Low-Level Perl Interface to lzma compression library",
            "long_description": "Compress::Raw::Lzma - Low-Level Perl Interface to lzma compression library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "calvin",
                    "github": "cardi",
                    "ports_count": 27
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-pod-markdown",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz",
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-io-compress-lzma"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-raw-zlib",
            "portdir": "perl/p5-compress-raw-zlib",
            "version": "2.218.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Raw::Zlib",
            "description": "Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library",
            "long_description": "Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.32-test-cpan-meta",
                        "p5.32-test-cpan-meta-json",
                        "p5.32-test-pod"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-archive-zip",
                        "p5.32-http-message",
                        "p5.32-io-compress"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-compress-snappy",
            "portdir": "perl/p5-compress-snappy",
            "version": "0.250.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Snappy",
            "description": "Perl interface to Google's Snappy (de)compressor",
            "long_description": "Perl interface to Google's Snappy (de)compressor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-devel-checklib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-compress-stream-zstd",
            "portdir": "perl/p5-compress-stream-zstd",
            "version": "0.217.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Compress::Stream::Zstd",
            "description": "Compress::Stream::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor",
            "long_description": "Compress::Stream::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-io-compress-zstd"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-conf-libconfig",
            "portdir": "perl/p5-conf-libconfig",
            "version": "1.0.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Conf::Libconfig",
            "description": "Perl extension for libconfig",
            "long_description": "Perl extension for libconfig",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.32-test-simple",
                        "p5.32-test-warn",
                        "p5.32-extutils-makemaker",
                        "p5.32-extutils-pkgconfig",
                        "p5.32-test-deep",
                        "p5.32-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "libconfig-hr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-config-any",
            "portdir": "perl/p5-config-any",
            "version": "0.330.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::Any",
            "description": "Load configuration from different file formats, transparently",
            "long_description": "Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-config-general",
                        "p5.32-config-tiny",
                        "p5.32-cpanel-json-xs",
                        "perl5.32",
                        "p5.32-xml-namespacesupport",
                        "p5.32-xml-simple",
                        "p5.32-yaml-libyaml",
                        "p5.32-module-pluggable"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dbix-class-schema-loader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-config-jfdi",
                        "p5.32-log-dispatch-configurator-any",
                        "p5.32-moosex-simpleconfig",
                        "p5.32-net-cli-interact",
                        "p5.32-dbix-class",
                        "p5.32-catalyst-plugin-configloader",
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-autoconf",
            "portdir": "perl/p5-config-autoconf",
            "version": "0.320.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::AutoConf",
            "description": "A module to implement some AutoConf macros in pure perl.",
            "long_description": "A module to implement some AutoConf macros in pure perl.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "flex",
                        "pkgconfig",
                        "gawk",
                        "perl5.32",
                        "bison",
                        "gsed",
                        "p5.32-capture-tiny",
                        "p5.32-extutils-cbuilder",
                        "p5.32-file-slurper",
                        "grep"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-file-libmagic",
                        "p5.32-list-moreutils",
                        "p5.32-params-util",
                        "p5.32-text-bibtex",
                        "p5.32-list-moreutils-xs"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-general",
            "portdir": "perl/p5-config-general",
            "version": "2.670.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::General",
            "description": "Config::General - Generic Config Module",
            "long_description": "Config::General - Generic Config Module",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dbix-class-schema-loader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-catalyst-devel",
                        "p5.32-config-jfdi",
                        "p5.32-data-serializer",
                        "p5.32-log-handler",
                        "p5.32-config-any"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-grammar",
            "portdir": "perl/p5-config-grammar",
            "version": "1.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::Grammar",
            "description": "A grammar-based, user-friendly config parser",
            "long_description": "A grammar-based, user-friendly config parser",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-config-identity",
            "portdir": "perl/p5-config-identity",
            "version": "0.1.900",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::Identity",
            "description": "Config::Identity - Load (and optionally decrypt via GnuPG) user/pass identity information",
            "long_description": "Config::Identity - Load (and optionally decrypt via GnuPG) user/pass identity information",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-most",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-file-homedir",
                        "p5.32-file-which",
                        "p5.32-ipc-run"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-astro-spacetrack"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-ini",
            "portdir": "perl/p5-config-ini",
            "version": "0.29.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::INI",
            "description": "Config::INI - simple .ini-file format",
            "long_description": "Config::INI - simple .ini-file format",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-io-string",
                        "p5.32-mixin-linewise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-twitter",
                        "p5.32-config-mvp-reader-ini",
                        "p5.32-dist-zilla",
                        "p5.32-code-tidyall"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-inifiles",
            "portdir": "perl/p5-config-inifiles",
            "version": "3.0.3",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::IniFiles",
            "description": "A module for reading .ini-style configuration files.",
            "long_description": "A module for reading .ini-style configuration files.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-io-stringy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-config-jfdi",
            "portdir": "perl/p5-config-jfdi",
            "version": "0.65.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::JFDI",
            "description": "Config::JFDI - Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any",
            "long_description": "Config::JFDI - Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-most",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-carp-clan-share",
                        "p5.32-clone",
                        "p5.32-config-any",
                        "p5.32-config-general",
                        "p5.32-data-visitor",
                        "perl5.32",
                        "p5.32-hash-merge-simple",
                        "p5.32-list-moreutils",
                        "p5.32-path-class",
                        "p5.32-sub-install",
                        "p5.32-getopt-usaginator",
                        "p5.32-any-moose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-treepath"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-json",
            "portdir": "perl/p5-config-json",
            "version": "1.520.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::JSON",
            "description": "A JSON-based config file system",
            "long_description": "This package works with config files in JSON format. It also does some non-JSON stuff like allowing for comments in the files.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-deep",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-json",
                        "p5.32-moo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-config-mvp",
            "portdir": "perl/p5-config-mvp",
            "version": "2.200.13",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::MVP",
            "description": "Config::MVP - multivalue-property package-oriented configuration",
            "long_description": "Config::MVP - multivalue-property package-oriented configuration",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-fatal",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-module-pluggable",
                        "p5.32-moose",
                        "p5.32-moosex-oneargnew",
                        "p5.32-params-util",
                        "perl5.32",
                        "p5.32-role-identifiable",
                        "p5.32-throwable",
                        "p5.32-tie-ixhash",
                        "p5.32-try-tiny",
                        "p5.32-role-hasmessage",
                        "p5.32-class-load"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-config-mvp-reader-ini",
                        "p5.32-dist-zilla",
                        "p5.32-dist-zilla-plugin-promptifstale",
                        "p5.32-pod-weaver"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-mvp-reader-ini",
            "portdir": "perl/p5-config-mvp-reader-ini",
            "version": "2.101.465",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::MVP::Reader::INI",
            "description": "Config::MVP::Reader::INI - an MVP config reader for .ini files",
            "long_description": "Config::MVP::Reader::INI - an MVP config reader for .ini files",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-config-ini",
                        "p5.32-config-mvp",
                        "p5.32-moose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla",
                        "p5.32-pod-weaver"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-mvp-slicer",
            "portdir": "perl/p5-config-mvp-slicer",
            "version": "0.303.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::MVP::Slicer",
            "description": "Config::MVP::Slicer - Extract embedded plugin config from parent config",
            "long_description": "Config::MVP::Slicer - Extract embedded plugin config from parent config",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-fatal",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-moose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-config-slicer",
                        "p5.32-dist-zilla-role-stash-plugins"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-properties",
            "portdir": "perl/p5-config-properties",
            "version": "1.800.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::Properties",
            "description": "Configuration using Java style properties",
            "long_description": "Configuration using Java style properties",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-log-handler"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-config-simple",
            "portdir": "perl/p5-config-simple",
            "version": "4.590.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/SHERZODR/Config-Simple-4.59",
            "description": "simple configuration file class",
            "long_description": "Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-config-tiny",
            "portdir": "perl/p5-config-tiny",
            "version": "2.300.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Config::Tiny",
            "description": "Read/Write .ini style files with as little code as possible",
            "long_description": "Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny family of modules is specifically intended to provide an ultralight alternative to the standard modules. This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments. If you need something with more power move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase, Config::Tiny does not preserve your comments, whitespace, or the order of your config file.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-log-dispatch-configurator-any"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dbix-admin-dsnmanager",
                        "p5.32-perl-critic",
                        "p5.32-test-classapi",
                        "p5.32-test-inline",
                        "p5.32-config-any"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-const-exporter",
            "portdir": "perl/p5-const-exporter",
            "version": "1.3.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Const::Exporter",
            "description": "Const::Exporter - Declare constants for export",
            "long_description": "Const::Exporter - Declare constants for export",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-hash-objectify",
                        "p5.32-sub-identify",
                        "p5.32-test-most",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-package-stash",
                        "p5.32-package-stash-xs",
                        "perl5.32",
                        "p5.32-ref-util-xs",
                        "p5.32-ref-util",
                        "p5.32-scalar-list-utils",
                        "p5.32-const-fast",
                        "p5.32-list-someutils-xs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-text-table-manifold"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-const-fast",
            "portdir": "perl/p5-const-fast",
            "version": "0.14.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Const::Fast",
            "description": "Const::Fast - Facility for creating read-only scalars, arrays, and hashes.",
            "long_description": "Const::Fast - Facility for creating read-only scalars, arrays, and hashes.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-module-build-tiny",
                        "p5.32-test-fatal",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-sub-exporter-progressive"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-const-exporter"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-context-preserve",
            "portdir": "perl/p5-context-preserve",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Context::Preserve",
            "description": "Context::Preserve - Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller",
            "long_description": "Context::Preserve - Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-exception",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dbix-class"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-convert-ascii-armour",
            "portdir": "perl/p5-convert-ascii-armour",
            "version": "1.400.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Convert::ASCII::Armour",
            "description": "Convert binary octets into ASCII armoured messages.",
            "long_description": "This module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-alt-crypt-rsa-bigint",
                        "p5.32-crypt-rsa"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-convert-asn1",
            "portdir": "perl/p5-convert-asn1",
            "version": "0.340.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Convert::ASN1",
            "description": "ASN1 Encode / Decode Library",
            "long_description": "Encodes and decodes ASN.1 data structures using BER/DER rules",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-crypt-dsa",
                        "p5.32-perl-ldap",
                        "p5.32-crypt-openssl-x509",
                        "p5.32-convert-pem"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-convert-bencode",
            "portdir": "perl/p5-convert-bencode",
            "version": "1.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Convert::Bencode",
            "description": "Functions for converting to/from bencoded strings",
            "long_description": "This module provides two functions, bencode and bdecode, which encode and decode bencoded strings respectively. The description of bencode is part of the bittorrent protocol specification which can be found at http://bitconjurer.org/BitTorrent/protocol.html",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-convert-binary-c",
            "portdir": "perl/p5-convert-binary-c",
            "version": "0.860.0",
            "license": "(Artistic-1 or GPL) and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Convert::Binary::C",
            "description": "Convert::Binary::C - Binary Data Conversion using C Types",
            "long_description": "Convert::Binary::C - Binary Data Conversion using C Types",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}