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

{
    "count": 51892,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=595",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=593",
    "results": [
        {
            "name": "gcc12-libcxx",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10 < 24}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc12",
            "long_description": "libc++ header implementation to be used by gcc12",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc12"
                    ]
                }
            ]
        },
        {
            "name": "libgcc12",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 24}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc13"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcc12",
                        "libgcc11",
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc11"
                    ]
                }
            ]
        },
        {
            "name": "gcc11-libcxx",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc11",
            "long_description": "libc++ header implementation to be used by gcc11",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc11"
                    ]
                }
            ]
        },
        {
            "name": "libgcc11",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "isl",
                        "ld64",
                        "libmpc",
                        "mpfr",
                        "texinfo",
                        "zstd",
                        "cctools",
                        "gmp"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libgcc12",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc12"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "gcc11",
                        "mpich-gcc11",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc10"
                    ]
                }
            ]
        },
        {
            "name": "gcc12",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 24}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "libgcc12",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc12-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "icu-doxygen-docs",
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pure-gen"
                    ]
                }
            ]
        },
        {
            "name": "gcc11",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "libgcc11",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc11-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc11",
                        "py37-clawpack",
                        "py27-usadel1",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc11",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "flang-11"
                    ]
                }
            ]
        },
        {
            "name": "gcc10-libcxx",
            "portdir": "lang/gcc10",
            "version": "10.4.0",
            "license": "NCSA",
            "platforms": "{darwin < 22}",
            "epoch": 7,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc10",
            "long_description": "libc++ header implementation to be used by gcc10",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc10"
                    ]
                }
            ]
        },
        {
            "name": "libgcc10",
            "portdir": "lang/gcc10",
            "version": "10.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 22}",
            "epoch": 7,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openmpi-gcc10",
                        "py27-qutip",
                        "py35-qutip",
                        "py36-qutip",
                        "g-wrap",
                        "gcc10",
                        "p5.26-ifeffit",
                        "mpich-gcc10"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc9"
                    ]
                }
            ]
        },
        {
            "name": "gcc10-bootstrap",
            "portdir": "lang/gcc10-bootstrap",
            "version": "10.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "Cross-platform gcc pegged at version 10.5.0. No dependencies.",
            "long_description": "Cross-platform gcc pegged at version 10.5.0. No dependencies. This was the last version of gcc to not require c++11 for bootstrap.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "diffutils-for-muniversal",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libcxx-powerpc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clang-11-bootstrap",
                        "libcxx-powerpc"
                    ]
                }
            ]
        },
        {
            "name": "gcc10",
            "portdir": "lang/gcc10",
            "version": "10.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 22}",
            "epoch": 7,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libgcc10",
                        "libiconv",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc10-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openmpi-gcc10",
                        "py27-qutip",
                        "py35-qutip",
                        "py36-qutip",
                        "g-wrap",
                        "mpich-gcc10",
                        "p5.26-ifeffit"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc10",
                        "openmpi-gcc10"
                    ]
                }
            ]
        },
        {
            "name": "gcc-devel-libcxx",
            "portdir": "lang/gcc-devel",
            "version": "15-20250510",
            "license": "NCSA",
            "platforms": "any",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc-devel",
            "long_description": "libc++ header implementation to be used by gcc-devel",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc-devel"
                    ]
                }
            ]
        },
        {
            "name": "libgcc-devel",
            "portdir": "lang/gcc-devel",
            "version": "15-20250510",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10}",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran. This is an !experimental!, !BETA! version built from GCC snapshots.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "ld64",
                        "libmpc",
                        "mpfr",
                        "texinfo",
                        "zstd",
                        "cctools",
                        "gmp",
                        "isl"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc-devel"
                    ]
                }
            ]
        },
        {
            "name": "gawk-xml",
            "portdir": "lang/gawkextlib",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/xml/xml.html",
            "description": "xml extension for gawk",
            "long_description": "xml extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "expat",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-timex",
            "portdir": "lang/gawkextlib",
            "version": "1.0.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/timex/timex.html",
            "description": "timex extension for gawk",
            "long_description": "timex extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-select",
            "portdir": "lang/gawkextlib",
            "version": "1.1.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/select/select.html",
            "description": "select extension for gawk",
            "long_description": "select extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-redis",
            "portdir": "lang/gawkextlib",
            "version": "1.7.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/redis/redis.html",
            "description": "redis extension for gawk",
            "long_description": "redis extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hiredis",
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-pgsql",
            "portdir": "lang/gawkextlib",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/pgsql/pgsql.html",
            "description": "pgsql extension for gawk",
            "long_description": "pgsql extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib",
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-nl_langinfo",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/nl_langinfo/nl_langinfo.html",
            "description": "nl_langinfo extension for gawk",
            "long_description": "nl_langinfo extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-mpfr",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/mpfr/mpfr.html",
            "description": "mpfr extension for gawk",
            "long_description": "mpfr extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-lmdb",
            "portdir": "lang/gawkextlib",
            "version": "1.1.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/lmdb/lmdb.html",
            "description": "lmdb extension for gawk",
            "long_description": "lmdb extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lmdb",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-json",
            "portdir": "lang/gawkextlib",
            "version": "2.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/json/json.html",
            "description": "json extension for gawk",
            "long_description": "json extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rapidjson",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-haru",
            "portdir": "lang/gawkextlib",
            "version": "1.0.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/haru/haru.html",
            "description": "haru extension for gawk",
            "long_description": "haru extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "libharu",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-gd",
            "portdir": "lang/gawkextlib",
            "version": "1.0.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/gd/gd.html",
            "description": "gd extension for gawk",
            "long_description": "gd extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gd2",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-errno",
            "portdir": "lang/gawkextlib",
            "version": "1.1.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/errno/errno.html",
            "description": "errno extension for gawk",
            "long_description": "errno extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-aregex",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/aregex/aregex.html",
            "description": "aregex extension for gawk",
            "long_description": "aregex extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tre",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-abort",
            "portdir": "lang/gawkextlib",
            "version": "1.0.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/abort/abort.html",
            "description": "abort extension for gawk",
            "long_description": "abort extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc-devel",
            "portdir": "lang/gcc-devel",
            "version": "15-20250510",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10}",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran. This is an !experimental!, !BETA! version built from GCC snapshots.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc-devel-libcxx",
                        "gcc_select",
                        "libgcc-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawkextlib",
            "portdir": "lang/gawkextlib",
            "version": "1.0.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net",
            "description": "extension library for gawk",
            "long_description": "Formerly an experimental fork of gawk called xgawk, gawkextlib provides a library containing some gawk extension API additions useful for writing gawk extensions, and its subports offer several extensions that enhance the functionality of gawk.",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gawk-aregex",
                        "gawk-gd",
                        "gawk-haru",
                        "gawk-lmdb",
                        "gawk-mpfr",
                        "gawk-pgsql",
                        "gawk-select",
                        "gawk-xml"
                    ]
                }
            ]
        },
        {
            "name": "gawk",
            "portdir": "lang/gawk",
            "version": "5.4.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gawk/",
            "description": "The GNU awk utility.",
            "long_description": "The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It is a free, extended version of awk.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "mpfr",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texinfo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libssh2",
                        "qt58-qtbase",
                        "qt59-qtbase",
                        "riscv64-unknown-linux-gnu-libc",
                        "mdbtools",
                        "cableswig",
                        "mk-configure",
                        "reposurgeon",
                        "virtuoso-5",
                        "virtuoso-6",
                        "virtuoso-7",
                        "cgminer",
                        "cxxmatrix",
                        "ufo-ai",
                        "gmdb2",
                        "seed",
                        "gimp-help-en",
                        "libopenraw",
                        "libopenraw-legacy",
                        "erlang",
                        "gst",
                        "cvc4",
                        "ocaml-gsl",
                        "octave",
                        "gtk-gnutella",
                        "mcabber",
                        "netcalc",
                        "ntop",
                        "quagga",
                        "libbiosig",
                        "mmdb",
                        "stimfit",
                        "ngs",
                        "ble.sh",
                        "osxbom",
                        "rpm54",
                        "hyphen",
                        "itstool",
                        "libuninum",
                        "R-mapdata",
                        "LyX",
                        "phantomjs-qt-qtbase",
                        "qt5-qtbase",
                        "qt511-qtbase",
                        "qt513-qtbase",
                        "qt53-qtbase",
                        "qt55-qtbase",
                        "qt56-qtbase",
                        "qt57-qtbase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk-errno",
                        "ngspice-lib",
                        "plumed",
                        "gawkextlib",
                        "gawk-abort",
                        "gawk-aregex",
                        "bacula5",
                        "gawk-gd",
                        "gawk-haru",
                        "gawk-json",
                        "gawk-lmdb",
                        "gawk-mpfr",
                        "gawk-nl_langinfo",
                        "gawk-pgsql",
                        "gawk-redis",
                        "gawk-select",
                        "gawk-timex",
                        "gawk-xml",
                        "plumed-devel",
                        "apertium",
                        "wcalc",
                        "autoconf213",
                        "wview",
                        "p5.26-config-autoconf",
                        "extractopinion",
                        "bacula",
                        "translate-shell",
                        "p5.28-config-autoconf",
                        "p5.30-config-autoconf",
                        "p5.32-config-autoconf",
                        "p5.34-config-autoconf",
                        "memesuite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "translate-shell",
                        "autobench",
                        "git-secret",
                        "gutils-suite-core",
                        "nerdlog",
                        "txt2man"
                    ]
                }
            ]
        },
        {
            "name": "gauche-gtk",
            "portdir": "lang/gauche-gtk",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shiro.dreamhost.com/scheme/gauche/",
            "description": "Gauche extension module to use GTK",
            "long_description": "Gauche extension module to use GTK",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche-gl",
            "portdir": "lang/gauche-gl",
            "version": "0.4.4",
            "license": "Permissive and BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shiro.dreamhost.com/scheme/gauche/",
            "description": "OpenGL binding for the Gauche",
            "long_description": "Gauche-gl is an extension module of Gauche Scheme implementation. It provides gl, gl.glut and gl.math3d modules.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche-c-wrapper",
            "portdir": "lang/gauche-c-wrapper",
            "version": "0.6.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.koguro.net/prog/c-wrapper/",
            "description": "c-wrapper is a FFI (Foreign Function Interface) for Gauche.",
            "long_description": "c-wrapper is a FFI (Foreign Function Interface) for Gauche.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "boehmgc",
                        "texi2html",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche",
            "portdir": "lang/gauche",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://practical-scheme.net/gauche/",
            "description": "A script interpreter based on Scheme",
            "long_description": "Gauche is a script interpreter based on Scheme. Gauche conforms the language standard 'Revised^5 Report on the Algorithmic Language Scheme' and supports various common libraries defined in SRFIs. The goal of Gauche is to provide a handy tool for programmers and system administrators to handle daily works conveniently and efficiently in the production environment. There are lots of Scheme implementations available, and each of them has its design emphasis and weeknesses. Gauche is designed with emphasis on Quick startup, Multibyte strings, Modular development, Integrated object system, System interface and Enhanced I/O.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "euc_jp",
                "sjis",
                "no_multibyte"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm",
                        "slib",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gauche-readline",
                        "gauche-c-wrapper",
                        "gauche-gl",
                        "gauche-gtk"
                    ]
                }
            ]
        },
        {
            "name": "gambit-c",
            "portdir": "lang/gambit-c",
            "version": "4.9.3",
            "license": "(LGPL-2.1+ or Apache-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page",
            "description": "Gambit-C is a fast Scheme implementation.",
            "long_description": "Gambit-C includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of concurrent processes. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "optimized",
                "profile",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "g95",
            "portdir": "lang/g95",
            "version": "0.93",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://g95.org/",
            "description": "Another GNU Fortran 95 compiler",
            "long_description": "G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Parts of the F2003 standard have been implemented in g95.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "gcc40"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "ld64",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "g-wrap",
            "portdir": "lang/g-wrap",
            "version": "1.9.15",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/g-wrap/",
            "description": "A tool for autogenerating scheme bindings for C language functions, structures & enums.",
            "long_description": "A tool for autogenerating scheme bindings for C language functions, structures & enums.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "gcc10"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc10",
                        "glib2",
                        "guile-2.2",
                        "libgcc",
                        "libffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kremlin_select",
            "portdir": "lang/fstar",
            "version": "1.3",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fstar-lang.org",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fstar_select",
            "portdir": "lang/fstar",
            "version": "1.3",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fstar-lang.org",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "fstar"
                    ]
                }
            ]
        },
        {
            "name": "fstar-devel",
            "portdir": "lang/fstar",
            "version": "20210824-b95d1ac",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "fstar",
            "homepage": "https://fstar-lang.org",
            "description": "Obsolete port, replaced by fstar",
            "long_description": "This port has been replaced by fstar.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kremlin",
            "portdir": "lang/fstar",
            "version": "2022.06.08",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "karamel",
            "homepage": "https://fstar-lang.org",
            "description": "Obsolete port, replaced by karamel",
            "long_description": "This port has been replaced by karamel.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "everparse",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "fstar"
                    ]
                }
            ]
        },
        {
            "name": "karamel",
            "portdir": "lang/fstar",
            "version": "2025.04.01",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://fstar-lang.org",
            "description": "A tool for extracting low-level F* programs to readable C code",
            "long_description": "KaRaMeL (formerly KreMLin) is a tool that extracts an F* program to readable C code.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gmake",
                        "ocaml-dune",
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "ocaml-fix",
                        "ocaml-menhir",
                        "ocaml-pprint",
                        "ocaml-ppx_deriving",
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-process",
                        "fstar",
                        "ocaml-visitors",
                        "ocaml-wasm",
                        "ocaml-yojson",
                        "ocaml-zarith",
                        "coreutils",
                        "ocaml-uucp",
                        "ocaml-stdint",
                        "ocaml",
                        "ocaml-batteries",
                        "ocaml-fileutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ftidy",
            "portdir": "lang/ftidy",
            "version": "7.2",
            "license": "Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.archive.org/web/20120905025547/http://www.unb.ca/fredericton/science/chem/ajit/tidy/",
            "description": "Fortran Tidy",
            "long_description": "TIDY v7.2 (ftidy) is a highly configurable FORTRAN program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN-77 source programs.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fstar",
            "portdir": "lang/fstar",
            "version": "2025.03.25",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://fstar-lang.org",
            "description": "Verification system for effectful programs",
            "long_description": "F* (pronounced F star) is a general-purpose functional programming language with effects aimed at program verification. It puts together the automation of an SMT-backed deductive verification tool with the expressive power of a proof assistant based on dependent types. After verification, F* programs can be extracted to efficient OCaml, F#, C, WASM, or ASM code.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gmake",
                        "ocaml-dune",
                        "ocaml-ocamlbuild",
                        "coreutils"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-menhir",
                        "ocaml-pprint",
                        "ocaml-ppx_deriving",
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-process",
                        "ocaml-sedlex",
                        "ocaml-stdint",
                        "ocaml-yojson",
                        "ocaml-zarith",
                        "ocaml-ppxlib",
                        "ocaml-memtrace",
                        "ocaml-mtime",
                        "ocaml",
                        "z3-fstar",
                        "ocaml-batteries",
                        "ocaml-fileutils",
                        "ocaml-findlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fstar_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "kremlin"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "everparse",
                        "karamel",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw"
                    ]
                }
            ]
        },
        {
            "name": "fsharp",
            "portdir": "lang/fsharp",
            "version": "10.2.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fsharp.org",
            "description": "F# is a typed functional programming language.",
            "long_description": "F# is a typed functional programming language for the .NET Framework. It combines the succinctness, expressivity, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools and object model of .NET. F# stems from the ML family of languages and has a core language compatible with that of OCaml, though also draws from C# and Haskell.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "msbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fscript-cli",
            "portdir": "lang/fscript-cli",
            "version": "2.2",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pages.cs.wisc.edu/~weinrich/projects/fscript/",
            "description": "Command-line interface to the F-Script interpreter",
            "long_description": "fscript is a program that allows F-Script scripts to be run from the command line, and to can also present an interpreter prompt in a shell, rather than requiring a GUI program. fscript also provides some useful classes and methods that make the language more appropriate for general scripting tasks, such as line-oriented input/output, regular expressions, and a library importing system.",
            "active": true,
            "categories": [
                "sysutils",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "FScript"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-sources",
            "portdir": "lang/fpc-sources",
            "version": "3.2.2",
            "license": "GPL-2 and LGPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freepascal.org",
            "description": "Sources of the FreePascal compiler",
            "long_description": "Sources of the compiler, the runtime library (rtl), packages and utils. Used by lazarus.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 75
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lazarus"
                    ]
                }
            ]
        },
        {
            "name": "fpc-doc",
            "portdir": "lang/fpc-doc",
            "version": "2.6.4",
            "license": "LGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freepascal.org",
            "description": "Free Pascal documentation",
            "long_description": "HTML and PDF documentation of Free Pascal",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-avr6-embedded",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for avr6-embedded",
            "long_description": "This Pascal crosscompiler produces avr executables, which run natively on avr-embedded systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pavr -Tembedded -XPavr- -Cpavr6 FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 75
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "avr-binutils",
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-avr51-embedded",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for avr51-embedded",
            "long_description": "This Pascal crosscompiler produces avr executables, which run natively on avr-embedded systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pavr -Tembedded -XPavr- -Cpavr51 FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 75
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "avr-binutils",
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-avr5-embedded",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for avr5-embedded",
            "long_description": "This Pascal crosscompiler produces avr executables, which run natively on avr-embedded systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pavr -Tembedded -XPavr- -Cpavr5 FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 75
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "avr-binutils",
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}