HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51973,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=91",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=89",
"results": [
{
"name": "lldb-11",
"portdir": "lang/llvm-11",
"version": "11.1.0",
"license": "NCSA",
"platforms": "{darwin >= 17} {darwin < 23}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"doxygen",
"swig-python",
"clang-9.0",
"cmake",
"python310",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"libcxx",
"libomp",
"llvm-11",
"libxml2"
]
},
{
"type": "run",
"ports": [
"lldb_select-11"
]
}
],
"depends_on": []
},
{
"name": "llvm-3.3",
"portdir": "lang/llvm-3.3",
"version": "3.3",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"universal",
"assertions",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libffi"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select-3.3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"clang-3.3",
"py27-llvmpy",
"py35-llvmpy",
"py36-llvmpy"
]
}
]
},
{
"name": "clang-3.3",
"portdir": "lang/llvm-3.3",
"version": "3.3",
"license": "NCSA",
"platforms": "{darwin < 16}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"universal",
"assertions",
"arm_runtime",
"analyzer"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libffi",
"llvm-3.3"
]
},
{
"type": "run",
"ports": [
"clang_select-3.3",
"perl5",
"ld64"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-llvmmath",
"py35-llvmmath",
"py36-llvmmath"
]
},
{
"type": "lib",
"ports": [
"py27-llvmmath",
"py35-llvmmath",
"py36-llvmmath"
]
}
]
},
{
"name": "llvm-3.4",
"portdir": "lang/llvm-3.4",
"version": "3.4.2",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"universal",
"assertions",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"python27",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"zlib",
"libffi"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select-3.4"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"clang-3.4",
"pure"
]
}
]
},
{
"name": "clang-3.4",
"portdir": "lang/llvm-3.4",
"version": "3.4.2",
"license": "NCSA",
"platforms": "{darwin < 16}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"universal",
"assertions",
"arm_runtime",
"analyzer"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"llvm-3.4",
"python27",
"zlib",
"libxml2",
"libffi"
]
},
{
"type": "run",
"ports": [
"clang_select-3.4",
"perl5",
"ld64"
]
}
],
"depends_on": []
},
{
"name": "llvm-3.5",
"portdir": "lang/llvm-3.5",
"version": "3.5",
"license": "NCSA",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "llvm-5.0",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by llvm-5.0",
"long_description": "This port has been replaced by llvm-5.0.",
"active": false,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"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": "clang-3.5",
"portdir": "lang/llvm-3.5",
"version": "3.5.2",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": "clang-5.0",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by clang-5.0",
"long_description": "This port has been replaced by clang-5.0.",
"active": false,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"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": "llvm-3.7",
"portdir": "lang/llvm-3.7",
"version": "3.7.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"assertions",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libedit",
"libffi",
"ncurses",
"libcxx",
"python27",
"zlib"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select-3.7"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"clang-3.7"
]
}
]
},
{
"name": "clang-3.7",
"portdir": "lang/llvm-3.7",
"version": "3.7.1",
"license": "NCSA",
"platforms": "{darwin < 18}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 49
}
],
"variants": [
"assertions",
"analyzer",
"openmp"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ncurses",
"libcxx",
"llvm-3.7",
"zlib",
"libxml2",
"python27",
"libedit"
]
},
{
"type": "run",
"ports": [
"perl5",
"clang_select-3.7",
"ld64"
]
}
],
"depends_on": []
},
{
"name": "llvm-5.0",
"portdir": "lang/llvm-5.0",
"version": "5.0.2",
"license": "NCSA",
"platforms": "darwin",
"epoch": 2,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"polly",
"ocaml",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libedit",
"libffi",
"ncurses",
"xar",
"python27",
"libcxx",
"zlib"
]
},
{
"type": "run",
"ports": [
"llvm_select-5.0",
"perl5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"strip7",
"lldb-5.0",
"clang-5.0"
]
}
]
},
{
"name": "clang-5.0",
"portdir": "lang/llvm-5.0",
"version": "5.0.2",
"license": "NCSA",
"platforms": "{darwin < 20}",
"epoch": 2,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"analyzer",
"emulated_tls",
"defaultlibcxx",
"libstdcxx",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"python27",
"libxml2",
"libcxx",
"libomp",
"llvm-5.0"
]
},
{
"type": "run",
"ports": [
"perl5",
"clang_select-5.0",
"ld64",
"cctools"
]
}
],
"depends_on": []
},
{
"name": "lldb-5.0",
"portdir": "lang/llvm-5.0",
"version": "5.0.2",
"license": "NCSA",
"platforms": "{darwin >= 13} {darwin < 21}",
"epoch": 2,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"swig-python",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libcxx",
"libomp",
"llvm-5.0",
"python27",
"libxml2",
"zlib",
"libedit",
"libffi",
"ncurses"
]
},
{
"type": "run",
"ports": [
"lldb_select-5.0"
]
}
],
"depends_on": []
},
{
"name": "llvm-6.0",
"portdir": "lang/llvm-6.0",
"version": "6.0.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ncurses",
"libcxx",
"xar",
"libxml2",
"python27",
"zlib",
"libedit"
]
},
{
"type": "run",
"ports": [
"llvm_select-6.0",
"perl5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"faust",
"lldb-6.0",
"clang-6.0"
]
}
]
},
{
"name": "clang-6.0",
"portdir": "lang/llvm-6.0",
"version": "6.0.1",
"license": "NCSA",
"platforms": "{darwin < 20}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"analyzer",
"emulated_tls",
"defaultlibcxx",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libcxx",
"libomp",
"llvm-6.0",
"python27"
]
},
{
"type": "run",
"ports": [
"clang_select-6.0",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"faust"
]
}
]
},
{
"name": "lldb-6.0",
"portdir": "lang/llvm-6.0",
"version": "6.0.1",
"license": "NCSA",
"platforms": "{darwin >= 12} {darwin < 21}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"swig-python",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libomp",
"llvm-6.0",
"python27",
"libxml2",
"zlib",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"lldb_select-6.0"
]
}
],
"depends_on": []
},
{
"name": "llvm-7.0",
"portdir": "lang/llvm-7.0",
"version": "7.1.0",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ncurses",
"libcxx",
"xar",
"libxml2",
"python27",
"zlib",
"libedit"
]
},
{
"type": "run",
"ports": [
"llvm_select-7.0",
"perl5"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"faustlive-devel"
]
},
{
"type": "lib",
"ports": [
"faust-devel",
"clang-7.0",
"lldb-7.0"
]
}
]
},
{
"name": "clang-7.0",
"portdir": "lang/llvm-7.0",
"version": "7.1.0",
"license": "NCSA",
"platforms": "{darwin < 20}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"analyzer",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libcxx",
"libomp",
"llvm-7.0",
"python27"
]
},
{
"type": "run",
"ports": [
"clang_select-7.0",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"faustlive-devel"
]
},
{
"type": "lib",
"ports": [
"faust-devel"
]
}
]
},
{
"name": "lldb-7.0",
"portdir": "lang/llvm-7.0",
"version": "7.1.0",
"license": "NCSA",
"platforms": "{darwin >= 16} {darwin < 21}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"swig-python",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libomp",
"llvm-7.0",
"python27",
"libxml2",
"zlib",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"lldb_select-7.0"
]
}
],
"depends_on": []
},
{
"name": "llvm-8.0",
"portdir": "lang/llvm-8.0",
"version": "8.0.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ncurses",
"libcxx",
"xar",
"libxml2",
"python27",
"zlib",
"libedit"
]
},
{
"type": "run",
"ports": [
"llvm_select-8.0",
"perl5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-llvmlite",
"py35-llvmlite",
"clang-8.0",
"lldb-8.0"
]
}
]
},
{
"name": "clang-8.0",
"portdir": "lang/llvm-8.0",
"version": "8.0.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"analyzer",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libcxx",
"libomp",
"llvm-8.0",
"python27"
]
},
{
"type": "run",
"ports": [
"clang_select-8.0",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-llvmlite",
"py35-llvmlite"
]
}
]
},
{
"name": "lldb-8.0",
"portdir": "lang/llvm-8.0",
"version": "8.0.1",
"license": "NCSA",
"platforms": "{darwin >= 16 < 21}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"swig-python",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libomp",
"llvm-8.0",
"python27",
"libxml2",
"zlib",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"lldb_select-8.0"
]
}
],
"depends_on": []
},
{
"name": "llvm-9.0",
"portdir": "lang/llvm-9.0",
"version": "9.0.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ncurses",
"libcxx",
"xar",
"libxml2",
"python27",
"zlib",
"libedit"
]
},
{
"type": "run",
"ports": [
"llvm_select-9.0",
"perl5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ld64-97",
"ld64-127",
"ld64-236",
"ld64-274",
"ld64-latest",
"clang-9.0",
"lldb-9.0"
]
}
]
},
{
"name": "clang-9.0",
"portdir": "lang/llvm-9.0",
"version": "9.0.1",
"license": "NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"analyzer",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libcxx",
"libomp",
"llvm-9.0",
"python27"
]
},
{
"type": "run",
"ports": [
"clang_select-9.0",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qt511-qttools",
"qt513-qttools",
"mpich-clang90",
"openmpi-clang90"
]
},
{
"type": "build",
"ports": [
"GetPoints",
"IcyJuice",
"MongoExplorer",
"OSXPal",
"Shiira2",
"gimp-app",
"qt4-mac-postgresql80-plugin",
"minizip2",
"openal-soft-native-tools",
"speexDSP",
"arm-aout-gcc",
"db-browser-for-sqlite",
"libpqxx26",
"libzdb",
"libzdb-mysql5",
"mysql4",
"percona-lib_mysqludf_fPROJ4",
"percona-lib_mysqludf_json",
"mysql5-lib_mysqludf_preg",
"percona-lib_mysqludf_xql",
"mysqltcl",
"postgresql-unaccent",
"postgresql80",
"postgresql80-doc",
"postgresql80-server",
"postgresql81",
"postgresql81-doc",
"postgresql81-server",
"simplevoc-open",
"BWToolkit",
"MongoObjCDriver",
"PIDA",
"boost-gil-numeric",
"boost-process",
"buildbot-2",
"py-buildbot",
"py38-buildbot",
"py-buildbot-console-view",
"py38-buildbot-console-view",
"py-buildbot-grid-view",
"py38-buildbot-grid-view",
"py-buildbot-macports-custom-views",
"py38-buildbot-macports-custom-views",
"py-buildbot-pkg",
"py38-buildbot-pkg",
"py-buildbot-waterfall-view",
"py38-buildbot-waterfall-view",
"py-buildbot-www",
"py38-buildbot-www",
"cppzmq-devel",
"cutter-r2",
"direnv-devel",
"eventlog",
"gitqlite",
"py27-gtk-osx-application-gtk2",
"jsoncpp-devel",
"libchloride",
"libgee06",
"liblxqt-devel",
"libqtxdg-devel",
"luarocks",
"lxqt-build-tools-devel",
"mesos",
"qca-botan",
"qca-gcrypt",
"qca-logger",
"qca-nss",
"qca-softstore",
"qtermwidget-devel",
"sigh",
"subversion-perlbindings-5.26",
"xapian-bindings-perl5.26",
"xapian-bindings-python35",
"xcbuild",
"xmlsec1",
"vigor",
"sheepshaver-gui",
"advancemenu",
"lpairs",
"gnomeicu",
"MyPaint-devel",
"gegl-0.4",
"opencv",
"py27-pyilmbase",
"py35-pyilmbase",
"py36-pyilmbase",
"py37-pyilmbase",
"py38-pyilmbase",
"py39-pyilmbase",
"openvrml",
"pngmeta",
"vtk5",
"weechat-devel",
"graalvm",
"icedtea6-plugs",
"jfreechart",
"openjdk10",
"pulse",
"zulu-jdk",
"zulu-jdk7",
"zulu-jdk8",
"zulu-jdk9",
"zulu-jdk10",
"zulu-jdk11",
"zulu-jdk12",
"zulu-jdk13",
"zulu-jdk14",
"zulu-jdk15",
"zulu-jdk16",
"zulu-jdk17",
"kmymoney4-devel",
"llvm-10",
"clang-10",
"lldb-10",
"llvm-11",
"clang-11",
"flang-11",
"lldb-11",
"llvm-3.5",
"clang-3.5",
"panda",
"php5",
"pypy3",
"pypy3-tkinter",
"pypy-bootstrap",
"python310-devel",
"python39-devel",
"qore-asn1-module",
"qore-glut-module",
"qore-ncurses-module",
"qore-opengl-module",
"qore-qt4-module",
"swi-prolog-lite",
"sup",
"gringo",
"ocaml-buddy",
"octave-chrono",
"angst",
"coherence",
"dsniff",
"fragrouter",
"gpsd-devel",
"matrix-client",
"micq",
"minidlna",
"moodss",
"moomps",
"obby",
"packetforward",
"psi-otr",
"sobby",
"splat",
"upnp-inspector",
"urbit",
"ushare",
"zabbix42",
"zabbix44",
"zabbix42-agent",
"zabbix44-agent",
"zabbix42-frontend",
"zabbix44-frontend",
"p5.26-acme-lolcat",
"p5.26-algorithm-annotate",
"p5.26-algorithm-c3",
"p5.26-algorithm-combinatorics",
"p5.26-algorithm-curvefit",
"p5.26-algorithm-dependency",
"p5.26-algorithm-diff",
"p5.26-algorithm-munkres",
"p5.26-aliased",
"p5.26-alien-base-modulebuild",
"p5.26-alien-build",
"p5.26-alien-editline",
"p5.26-alien-ffi",
"p5.26-alien-gimp",
"p5.26-alien-gmp",
"p5.26-alien-gnuplot",
"p5.26-alien-libuuid",
"p5.26-alien-libxml2",
"p5.26-alien-role-alt",
"p5.26-alien-sdl",
"p5.26-alien-wxwidgets",
"p5.26-alt-crypt-rsa-bigint",
"p5.26-amazon-s3",
"p5.26-any-moose",
"p5.26-any-uri-escape",
"p5.26-anyevent",
"p5.26-anyevent-aio",
"p5.26-apache-admin-config",
"p5.26-apache-authcookie",
"p5.26-apache-logformat-compiler",
"p5.26-apache-session",
"p5.26-apache-session-wrapper",
"p5.26-apache-test",
"p5.26-apache2-rest",
"p5.26-app-cli",
"p5.26-app-cmd",
"p5.26-app-cpanminus",
"p5.26-app-nopaste",
"p5.26-app-rad",
"p5.26-app-svn-bisect",
"p5.26-appconfig",
"p5.26-appconfig-std",
"p5.26-archive-extract",
"p5.26-archive-tar",
"p5.26-archive-tar-wrapper",
"p5.26-archive-zip",
"p5.26-array-compare",
"p5.26-array-iterator",
"p5.26-asa",
"p5.26-astro",
"p5.26-astro-app-satpass2",
"p5.26-astro-coord-eci-tle-iridium",
"p5.26-astro-coord-eci-vsop87d",
"p5.26-astro-fits-cfitsio",
"p5.26-astro-fits-header",
"p5.26-astro-satpass",
"p5.26-astro-simbad-client",
"p5.26-astro-spacetrack",
"p5.26-async-interrupt",
"p5.26-attribute-handlers",
"p5.26-audio-flac-header",
"p5.26-audio-m4p",
"p5.26-auth-yubikey_webclient",
"p5.26-authcas",
"p5.26-authen-dechpwd",
"p5.26-authen-pam",
"p5.26-authen-passphrase",
"p5.26-authen-radius",
"p5.26-authen-sasl",
"p5.26-authen-simple",
"p5.26-authen-simple-passwd",
"p5.26-authen-smb",
"p5.26-autobox",
"p5.26-autobox-core",
"p5.26-autobox-junctions",
"p5.26-autodia",
"p5.26-autovivification",
"p5.26-autoxs-header",
"p5.26-aws-signature4",
"p5.26-b-c",
"p5.30-b-c",
"p5.26-b-cow",
"p5.26-b-debug",
"p5.26-b-flags",
"p5.26-b-hooks-endofscope",
"p5.26-b-hooks-op-check",
"p5.26-b-hooks-op-check-stashchange",
"p5.26-b-keywords",
"p5.26-b-utils",
"p5.26-backuppc-xs",
"p5.26-bareword-filehandles",
"p5.26-beam-emitter",
"p5.26-berkeleydb",
"p5.26-bio-asn1-entrezgene",
"p5.26-bio-cluster",
"p5.26-bio-db-embl",
"p5.26-bio-db-ncbihelper",
"p5.26-bio-phylo",
"p5.26-bio-variation",
"p5.26-bioperl",
"p5.26-bit-vector",
"p5.26-boolean",
"p5.26-browser-open",
"p5.26-bsd-resource",
"p5.26-business-isbn",
"p5.26-business-isbn-data",
"p5.26-business-ismn",
"p5.26-business-issn",
"p5.26-bytes-random-secure",
"p5.26-bytes-random-secure-tiny",
"p5.26-cache-cache",
"p5.26-cache-fastmmap",
"p5.26-cache-lru",
"p5.26-cache-memcached",
"p5.26-cache-simple-timedexpiry",
"p5.26-cairo",
"p5.26-cairo-gobject",
"p5.26-calendar-simple",
"p5.26-cam-pdf",
"p5.26-canary-stability",
"p5.26-capitalization",
"p5.26-captcha-recaptcha",
"p5.26-capture-tiny",
"p5.26-carp-assert",
"p5.26-carp-assert-more",
"p5.26-carp-clan",
"p5.26-carp-clan-share",
"p5.26-catalyst-action-renderview",
"p5.26-catalyst-action-rest",
"p5.26-catalyst-authentication-credential-http",
"p5.26-catalyst-authentication-store-dbix-class",
"p5.26-catalyst-component-instancepercontext",
"p5.26-catalyst-controller-formbuilder",
"p5.26-catalyst-devel",
"p5.26-catalyst-engine-apache",
"p5.26-catalyst-helper-authdbic",
"p5.26-catalyst-log-log4perl",
"p5.26-catalyst-model-adaptor",
"p5.26-catalyst-model-dbic-schema",
"p5.26-catalyst-plugin-authentication",
"p5.26-catalyst-plugin-authentication-store-dbic",
"p5.26-catalyst-plugin-authorization-acl",
"p5.26-catalyst-plugin-authorization-roles",
"p5.26-catalyst-plugin-captcha",
"p5.26-catalyst-plugin-configloader",
"p5.26-catalyst-plugin-datetime",
"p5.26-catalyst-plugin-session",
"p5.26-catalyst-plugin-session-state-cookie",
"p5.26-catalyst-plugin-session-store-chi",
"p5.26-catalyst-plugin-session-store-dbi",
"p5.26-catalyst-plugin-session-store-dbic",
"p5.26-catalyst-plugin-session-store-delegate",
"p5.26-catalyst-plugin-session-store-fastmmap",
"p5.26-catalyst-plugin-stacktrace",
"p5.26-catalyst-plugin-static-simple",
"p5.26-catalyst-runtime",
"p5.26-catalyst-view-email",
"p5.26-catalyst-view-html-mason",
"p5.26-catalyst-view-html-template",
"p5.26-catalyst-view-json",
"p5.26-catalyst-view-mason",
"p5.26-catalyst-view-mason2",
"p5.26-catalyst-view-tt",
"p5.26-catalyst-view-xslt",
"p5.26-catalystx-component-traits",
"p5.26-catalystx-leakchecker",
"p5.26-cbor-xs",
"p5.26-cgi",
"p5.26-cgi-ajax",
"p5.26-cgi-alternatives",
"p5.26-cgi-compile",
"p5.26-cgi-deurl-xs",
"p5.26-cgi-emulate-psgi",
"p5.26-cgi-fast",
"p5.26-cgi-fasttemplate",
"p5.26-cgi-formbuilder",
"p5.26-cgi-psgi",
"p5.26-cgi-session",
"p5.26-cgi-simple",
"p5.26-cgi-ssi",
"p5.26-cgi-struct",
"p5.26-chart",
"p5.26-chart-clicker",
"p5.26-check-isa",
"p5.26-chemistry-elements",
"p5.26-chi",
"p5.26-class-accessor",
"p5.26-class-accessor-chained",
"p5.26-class-accessor-grouped",
"p5.26-class-accessor-lite",
"p5.26-class-autouse",
"p5.26-class-base",
"p5.26-class-c3",
"p5.26-class-c3-adopt-next",
"p5.26-class-c3-componentised",
"p5.26-class-c3-xs",
"p5.26-class-container",
"p5.26-class-csv",
"p5.26-class-data-accessor",
"p5.26-class-data-inheritable",
"p5.26-class-dbi",
"p5.26-class-dbi-abstractsearch",
"p5.26-class-dbi-mysql",
"p5.26-class-dbi-pg",
"p5.26-class-dbi-plugin",
"p5.26-class-dbi-plugin-abstractcount",
"p5.26-class-dbi-plugin-pager",
"p5.26-class-dbi-uuid",
"p5.26-class-errorhandler",
"p5.26-class-factory-util",
"p5.26-class-generate",
"p5.26-class-gomor",
"p5.26-class-inner",
"p5.26-class-insideout",
"p5.26-class-inspector",
"p5.26-class-isa",
"p5.26-class-load",
"p5.26-class-load-xs",
"p5.26-class-loader",
"p5.26-class-makemethods",
"p5.26-class-method-modifiers",
"p5.26-class-methodmaker",
"p5.26-class-mix",
"p5.26-class-refresh",
"p5.26-class-returnvalue",
"p5.26-class-singleton",
"p5.26-class-throwable",
"p5.26-class-tiny",
"p5.26-class-tiny-chained",
"p5.26-class-trigger",
"p5.26-class-unload",
"p5.26-class-whitehole",
"p5.26-class-xsaccessor",
"p5.26-clipboard",
"p5.26-clone",
"p5.26-clone-choose",
"p5.26-clone-pp",
"p5.26-code-tidyall",
"p5.26-color-library",
"p5.26-color-scheme",
"p5.26-commandable",
"p5.26-common-sense",
"p5.26-compiler-lexer",
"p5.26-compress-bzip2",
"p5.26-compress-lzf",
"p5.26-compress-raw-bzip2",
"p5.26-compress-raw-lzma",
"p5.26-compress-raw-zlib",
"p5.26-compress-snappy",
"p5.26-compress-stream-zstd",
"p5.26-conf-libconfig",
"p5.26-config-any",
"p5.26-config-autoconf",
"p5.26-config-general",
"p5.26-config-grammar",
"p5.26-config-identity",
"p5.26-config-ini",
"p5.26-config-inifiles",
"p5.26-config-jfdi",
"p5.26-config-json",
"p5.26-config-mvp",
"p5.26-config-mvp-reader-ini",
"p5.26-config-mvp-slicer",
"p5.26-config-properties",
"p5.26-config-simple",
"p5.26-config-tiny",
"p5.26-const-exporter",
"p5.26-const-fast",
"p5.26-context-preserve",
"p5.26-convert-ascii-armour",
"p5.26-convert-asn1",
"p5.26-convert-bencode",
"p5.26-convert-binary-c",
"p5.26-convert-binhex",
"p5.26-convert-color",
"p5.26-convert-color-xterm",
"p5.26-convert-pem",
"p5.26-convert-tnef",
"p5.26-convert-uu",
"p5.26-convert-uulib",
"p5.26-cookie-baker",
"p5.26-coro",
"p5.26-cpan-changes",
"p5.26-cpan-distnameinfo",
"p5.26-cpan-meta",
"p5.26-cpan-meta-check",
"p5.26-cpan-meta-requirements",
"p5.26-cpan-meta-yaml",
"p5.26-cpan-uploader",
"p5.26-cpanel-json-xs",
"p5.26-crypt-appletwofish",
"p5.26-crypt-blowfish",
"p5.26-crypt-cast5",
"p5.26-crypt-cast5_pp",
"p5.26-crypt-cbc",
"p5.26-crypt-ciphersaber",
"p5.26-crypt-curve25519",
"p5.26-crypt-des",
"p5.26-crypt-des_ede3",
"p5.26-crypt-dh",
"p5.26-crypt-dh-gmp",
"p5.26-crypt-dsa",
"p5.26-crypt-eksblowfish",
"p5.26-crypt-gcrypt",
"p5.26-crypt-generatepassword",
"p5.26-crypt-idea",
"p5.26-crypt-mysql",
"p5.26-crypt-openpgp",
"p5.26-crypt-openssl-bignum",
"p5.26-crypt-openssl-dsa",
"p5.26-crypt-openssl-ec",
"p5.26-crypt-openssl-ecdsa",
"p5.26-crypt-openssl-guess",
"p5.26-crypt-openssl-random",
"p5.26-crypt-openssl-rsa",
"p5.26-crypt-openssl-x509",
"p5.26-crypt-passwdmd5",
"p5.26-crypt-primes",
"p5.26-crypt-random",
"p5.26-crypt-random-seed",
"p5.26-crypt-random-source",
"p5.26-crypt-random-tesha2",
"p5.26-crypt-rc4",
"p5.26-crypt-rijndael",
"p5.26-crypt-ripemd160",
"p5.26-crypt-rsa",
"p5.26-crypt-smime",
"p5.26-crypt-ssleay",
"p5.26-crypt-twofish",
"p5.26-crypt-unixcrypt_xs",
"p5.26-crypt-urandom",
"p5.26-cryptx",
"p5.26-css",
"p5.26-css-tiny",
"p5.26-curry",
"p5.26-curses",
"p5.26-curses-ui",
"p5.26-cwd-guard",
"p5.26-dancer",
"p5.26-dancer-plugin-database",
"p5.26-dancer-plugin-database-core",
"p5.26-dancer-session-cookie",
"p5.26-dancer-template-mason",
"p5.26-dancer-template-mason2",
"p5.26-dancer2",
"p5.26-dancer2-plugin-database",
"p5.26-dancer2-session-cookie",
"p5.26-danga-socket",
"p5.26-data-buffer",
"p5.26-data-compare",
"p5.26-data-diver",
"p5.26-data-dump",
"p5.26-data-dump-streamer",
"p5.26-data-dumper",
"p5.26-data-dumper-concise",
"p5.26-data-dumper-names",
"p5.26-data-entropy",
"p5.26-data-float",
"p5.26-data-hexdump",
"p5.26-data-hexify",
"p5.26-data-hierarchy",
"p5.26-data-ical",
"p5.26-data-integer",
"p5.26-data-messagepack",
"p5.26-data-munge",
"p5.26-data-optlist",
"p5.26-data-page",
"p5.26-data-password",
"p5.26-data-perl",
"p5.26-data-phrasebook",
"p5.26-data-phrasebook-loader-yaml",
"p5.26-data-printer",
"p5.26-data-section",
"p5.26-data-section-simple",
"p5.26-data-serializer",
"p5.26-data-stag",
"p5.26-data-structure-util",
"p5.26-data-temporarybag",
"p5.26-data-tumbler",
"p5.26-data-uniqid",
"p5.26-data-uuid",
"p5.26-data-validate-domain",
"p5.26-data-validate-ip",
"p5.26-data-visitor",
"p5.26-date-calc",
"p5.26-date-holidays-de",
"p5.26-date-manip",
"p5.26-date-simple",
"p5.26-datetime",
"p5.26-datetime-calendar-christian",
"p5.26-datetime-calendar-julian",
"p5.26-datetime-format-builder",
"p5.26-datetime-format-dateparse",
"p5.26-datetime-format-flexible",
"p5.26-datetime-format-iso8601",
"p5.26-datetime-format-mail",
"p5.26-datetime-format-mysql",
"p5.26-datetime-format-natural",
"p5.26-datetime-format-pg",
"p5.26-datetime-format-sqlite",
"p5.26-datetime-format-strptime",
"p5.26-datetime-format-w3cdtf",
"p5.26-datetime-locale",
"p5.26-datetime-set",
"p5.26-datetime-timezone",
"p5.26-db_file",
"p5.26-dbd-csv",
"p5.26-dbd-mariadb",
"p5.26-dbd-mock",
"p5.26-dbd-mysql",
"p5.26-dbd-pg",
"p5.26-dbd-sqlite",
"p5.26-dbd-sqlite2",
"p5.26-dbi",
"p5.26-dbicx-testdatabase",
"p5.26-dbix-admin-createtable",
"p5.26-dbix-admin-dsnmanager",
"p5.26-dbix-admin-tableinfo",
"p5.26-dbix-class",
"p5.26-dbix-class-cursor-cached",
"p5.26-dbix-class-dynamicdefault",
"p5.26-dbix-class-encodedcolumn",
"p5.26-dbix-class-introspectablem2m",
"p5.26-dbix-class-schema-loader",
"p5.26-dbix-class-timestamp",
"p5.26-dbix-connector",
"p5.26-dbix-contextualfetch",
"p5.26-dbix-dbschema",
"p5.26-dbix-searchbuilder",
"p5.26-dbix-sqlcrosstab",
"p5.26-dbm-deep",
"p5.26-declare-constraints-simple",
"p5.26-devel-caller",
"p5.26-devel-checkbin",
"p5.26-devel-checkcompiler",
"p5.26-devel-checklib",
"p5.26-devel-checkos",
"p5.26-devel-cover",
"p5.26-devel-cycle",
"p5.26-devel-declare",
"p5.26-devel-findperl",
"p5.26-devel-globaldestruction",
"p5.26-devel-globalphase",
"p5.26-devel-hide",
"p5.26-devel-leak",
"p5.26-devel-lexalias",
"p5.26-devel-mat",
"p5.26-devel-mat-dumper",
"p5.26-devel-nytprof",
"p5.26-devel-overloadinfo",
"p5.26-devel-overrideglobalrequire",
"p5.26-devel-partialdump",
"p5.26-devel-ppport",
"p5.26-devel-refcount",
"p5.26-devel-repl",
"p5.26-devel-size",
"p5.26-devel-stacktrace",
"p5.26-devel-stacktrace-ashtml",
"p5.26-devel-symdump",
"p5.26-device-serialport",
"p5.26-digest",
"p5.26-digest-bubblebabble",
"p5.26-digest-crc",
"p5.26-digest-gost",
"p5.26-digest-hmac",
"p5.26-digest-jhash",
"p5.26-digest-md2",
"p5.26-digest-md4",
"p5.26-digest-md5",
"p5.26-digest-md5-file",
"p5.26-digest-nilsimsa",
"p5.26-digest-perl-md5",
"p5.26-digest-sha",
"p5.26-digest-sha1",
"p5.26-digest-whirlpool",
"p5.26-dir-self",
"p5.26-directory-scratch",
"p5.26-dist-checkconflicts",
"p5.26-dist-zilla",
"p5.26-dist-zilla-app-command-regenerate",
"p5.26-dist-zilla-config-slicer",
"p5.26-dist-zilla-plugin-authority",
"p5.26-dist-zilla-plugin-autometaresources",
"p5.26-dist-zilla-plugin-bumpversionafterrelease",
"p5.26-dist-zilla-plugin-checkextratests",
"p5.26-dist-zilla-plugin-checkissues",
"p5.26-dist-zilla-plugin-checkmetaresources",
"p5.26-dist-zilla-plugin-checkprereqsindexed",
"p5.26-dist-zilla-plugin-checkselfdependency",
"p5.26-dist-zilla-plugin-checkstrictversion",
"p5.26-dist-zilla-plugin-config-git",
"p5.26-dist-zilla-plugin-contributorsfromgit",
"p5.26-dist-zilla-plugin-copyfilesfromrelease",
"p5.26-dist-zilla-plugin-dynamicprereqs",
"p5.26-dist-zilla-plugin-emailnotify",
"p5.26-dist-zilla-plugin-ensurelatestperl",
"p5.26-dist-zilla-plugin-ffi",
"p5.26-dist-zilla-plugin-generatefile-fromsharedir",
"p5.26-dist-zilla-plugin-git",
"p5.26-dist-zilla-plugin-git-contributors",
"p5.26-dist-zilla-plugin-git-describe",
"p5.26-dist-zilla-plugin-git-pushinitial",
"p5.26-dist-zilla-plugin-git-remote-check",
"p5.26-dist-zilla-plugin-github",
"p5.26-dist-zilla-plugin-githubmeta",
"p5.26-dist-zilla-plugin-installguide",
"p5.26-dist-zilla-plugin-keywords",
"p5.26-dist-zilla-plugin-makemaker-awesome",
"p5.26-dist-zilla-plugin-makemaker-fallback",
"p5.26-dist-zilla-plugin-metaprovides",
"p5.26-dist-zilla-plugin-metaprovides-package",
"p5.26-dist-zilla-plugin-minimumperl",
"p5.26-dist-zilla-plugin-modulebuildtiny",
"p5.26-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.26-dist-zilla-plugin-mojibaketests",
"p5.26-dist-zilla-plugin-ourpkgversion",
"p5.26-dist-zilla-plugin-pod2readme",
"p5.26-dist-zilla-plugin-podweaver",
"p5.26-dist-zilla-plugin-prereqs-authordeps",
"p5.26-dist-zilla-plugin-promptifstale",
"p5.26-dist-zilla-plugin-readmeanyfrompod",
"p5.26-dist-zilla-plugin-rewriteversion-transitional",
"p5.26-dist-zilla-plugin-run",
"p5.26-dist-zilla-plugin-test-compile",
"p5.26-dist-zilla-plugin-test-minimumversion",
"p5.26-dist-zilla-plugin-test-reportprereqs",
"p5.26-dist-zilla-plugin-twitter",
"p5.26-dist-zilla-plugin-versionfrommainmodule",
"p5.26-dist-zilla-pluginbundle-git-checkfor",
"p5.26-dist-zilla-pluginbundle-git-versionmanager",
"p5.26-dist-zilla-pluginbundle-starter",
"p5.26-dist-zilla-role-dynamicconfig",
"p5.26-dist-zilla-role-filewatcher",
"p5.26-dist-zilla-role-modulemetadata",
"p5.26-dist-zilla-role-pluginbundle-pluginremover",
"p5.26-dist-zilla-role-registerstash",
"p5.26-dist-zilla-role-repofileinjector",
"p5.26-dist-zilla-role-stash-plugins",
"p5.26-dist-zilla-stash-podweaver",
"p5.26-dumbbench",
"p5.26-email-abstract",
"p5.26-email-address",
"p5.26-email-address-xs",
"p5.26-email-date",
"p5.26-email-date-format",
"p5.26-email-messageid",
"p5.26-email-mime",
"p5.26-email-mime-contenttype",
"p5.26-email-mime-encodings",
"p5.26-email-outlook-message",
"p5.26-email-send",
"p5.26-email-sender",
"p5.26-email-simple",
"p5.26-email-stuffer",
"p5.26-email-valid",
"p5.26-encode",
"p5.26-encode-detect",
"p5.26-encode-eucjpascii",
"p5.26-encode-hanextra",
"p5.26-encode-iso2022",
"p5.26-encode-jis2k",
"p5.26-encode-jisx0213",
"p5.26-encode-locale",
"p5.26-encoding-fixlatin",
"p5.26-encoding-fixlatin-xs",
"p5.26-enum",
"p5.26-error",
"p5.26-ev",
"p5.26-eval",
"p5.26-eval-closure",
"p5.26-event",
"p5.26-event-execflow",
"p5.26-event-rpc",
"p5.26-exception-class",
"p5.26-expect",
"p5.26-expect-simple",
"p5.26-exporter-lite",
"p5.26-exporter-tiny",
"p5.26-extutils-cbuilder",
"p5.26-extutils-cchecker",
"p5.26-extutils-config",
"p5.26-extutils-depends",
"p5.26-extutils-helpers",
"p5.26-extutils-install",
"p5.26-extutils-installpaths",
"p5.26-extutils-libbuilder",
"p5.26-extutils-makemaker",
"p5.26-extutils-manifest",
"p5.26-extutils-pkgconfig",
"p5.26-extutils-xsbuilder",
"p5.26-extutils-xspp",
"p5.26-fcgi",
"p5.26-fcgi-procmanager",
"p5.26-feed-find",
"p5.26-fey",
"p5.26-fey-dbimanager",
"p5.26-fey-loader",
"p5.26-fey-orm",
"p5.26-fey-test",
"p5.26-ffi-c",
"p5.26-ffi-checklib",
"p5.26-ffi-platypus",
"p5.26-ffi-platypus-lang-rust",
"p5.26-ffi-platypus-type-enum",
"p5.26-file-basedir",
"p5.26-file-changenotify",
"p5.26-file-chdir",
"p5.26-file-chmod",
"p5.26-file-comments",
"p5.26-file-copy-link",
"p5.26-file-copy-recursive",
"p5.26-file-copy-recursive-reduced",
"p5.26-file-countlines",
"p5.26-file-desktopentry",
"p5.26-file-find-object",
"p5.26-file-find-object-rule",
"p5.26-file-find-rule",
"p5.26-file-find-rule-perl",
"p5.26-file-finder",
"p5.26-file-flat",
"p5.26-file-fnmatch",
"p5.26-file-homedir",
"p5.26-file-keepass",
"p5.26-file-libmagic",
"p5.26-file-listing",
"p5.26-file-map",
"p5.26-file-mimeinfo",
"p5.26-file-mmagic",
"p5.26-file-modified",
"p5.26-file-monitor",
"p5.26-file-monitor-lite",
"p5.26-file-mork",
"p5.26-file-next",
"p5.26-file-nfslock",
"p5.26-file-path",
"p5.26-file-pushd",
"p5.26-file-readbackwards",
"p5.26-file-remove",
"p5.26-file-rename",
"p5.26-file-rsyncp",
"p5.26-file-share",
"p5.26-file-sharedir",
"p5.26-file-sharedir-dist",
"p5.26-file-sharedir-install",
"p5.26-file-sharedir-projectdistdir",
"p5.26-file-slurp",
"p5.26-file-slurp-tiny",
"p5.26-file-slurper",
"p5.26-file-sync",
"p5.26-file-tail",
"p5.26-file-temp",
"p5.26-file-tempdir",
"p5.26-file-touch",
"p5.26-file-type",
"p5.26-file-which",
"p5.26-filesys-dfportable",
"p5.26-filesys-diskspace",
"p5.26-filesys-notify-kqueue",
"p5.26-filesys-notify-simple",
"p5.26-filter",
"p5.26-filter-simple",
"p5.26-finance-quote",
"p5.26-finance-quotehist",
"p5.26-find-lib",
"p5.26-flickr-api",
"p5.26-flickr-upload",
"p5.26-font-afm",
"p5.26-font-freetype",
"p5.26-font-ttf",
"p5.26-forest",
"p5.26-freezethaw",
"p5.26-future",
"p5.26-future-asyncawait",
"p5.26-future-io",
"p5.26-gd",
"p5.26-gd-barcode",
"p5.26-gd-graph3d",
"p5.26-gd-securityimage",
"p5.26-gd-svg",
"p5.26-gdgraph",
"p5.26-gdtextutil",
"p5.26-gearman",
"p5.26-gearman-client-async",
"p5.26-gearman-server",
"p5.26-gedcom",
"p5.26-geo-coder-osm",
"p5.26-geo-ip",
"p5.26-geo-webservice-elevation-usgs",
"p5.26-geometry-primitive",
"p5.26-getopt-long",
"p5.26-getopt-long-descriptive",
"p5.26-getopt-mixed",
"p5.26-getopt-simple",
"p5.26-getopt-tabular",
"p5.26-getopt-usaginator",
"p5.26-gimp",
"p5.26-git-raw",
"p5.26-git-wrapper",
"p5.26-glib",
"p5.26-glib-object-introspection",
"p5.26-gmail-imapd",
"p5-gnome2",
"p5.26-gnome2",
"p5.28-gnome2",
"p5.30-gnome2",
"p5-gnome2-canvas",
"p5.26-gnome2-canvas",
"p5.28-gnome2-canvas",
"p5.30-gnome2-canvas",
"p5-gnome2-gconf",
"p5.26-gnome2-gconf",
"p5.28-gnome2-gconf",
"p5.30-gnome2-gconf",
"p5-gnome2-print",
"p5.26-gnome2-print",
"p5.28-gnome2-print",
"p5.30-gnome2-print",
"p5-gnome2-vfs",
"p5.26-gnome2-vfs",
"p5.28-gnome2-vfs",
"p5.30-gnome2-vfs",
"p5-gnome2-wnck",
"p5.26-gnome2-wnck",
"p5.28-gnome2-wnck",
"p5.30-gnome2-wnck",
"p5.26-gnupg-interface",
"p5.26-google-protocolbuffers",
"p5.26-goto-file",
"p5.26-gps",
"p5.26-graph",
"p5.26-graphics-color",
"p5.26-graphics-gnuplotif",
"p5.26-graphics-primitive",
"p5.26-graphics-primitive-driver-cairo",
"p5.26-graphviz",
"p5.26-graphviz2",
"p5.26-graphviz2-dbi",
"p5.26-gssapi",
"p5.26-gstreamer1",
"p5.26-gtk2",
"p5.26-gtk2-ex-formfactory",
"p5.26-gtk2-ex-podviewer",
"p5-gtk2-gladexml",
"p5.26-gtk2-gladexml",
"p5.28-gtk2-gladexml",
"p5.30-gtk2-gladexml",
"p5-gtk2-sourceview",
"p5.26-gtk2-sourceview",
"p5.28-gtk2-sourceview",
"p5.30-gtk2-sourceview",
"p5-gtk2-sourceview2",
"p5.26-gtk2-sourceview2",
"p5.28-gtk2-sourceview2",
"p5.30-gtk2-sourceview2",
"p5.26-gtk3",
"p5.26-gtk3-sourceview",
"p5.26-guard",
"p5.26-hash-fieldhash",
"p5.26-hash-merge",
"p5.26-hash-merge-simple",
"p5.26-hash-moreutils",
"p5.26-hash-multivalue",
"p5.26-hash-objectify",
"p5.26-hash-util-fieldhash-compat",
"p5.26-heap",
"p5.26-hook-lexwrap",
"p5.26-html-encoding",
"p5.26-html-entities-interpolate",
"p5.26-html-entities-numbered",
"p5.26-html-extract",
"p5.26-html-fillinform",
"p5.26-html-form",
"p5.26-html-formatter",
"p5.26-html-formattext-withlinks",
"p5.26-html-lint",
"p5.26-html-mason",
"p5.26-html-mason-plackhandler",
"p5.26-html-mason-psgihandler",
"p5.26-html-masonx-apachelikeplackhandler",
"p5.26-html-masonx-free",
"p5.26-html-parser",
"p5.26-html-restrict",
"p5.26-html-scrubber",
"p5.26-html-selector-xpath",
"p5.26-html-simpleparse",
"p5.26-html-strip",
"p5.26-html-stripscripts",
"p5.26-html-stripscripts-parser",
"p5.26-html-table",
"p5.26-html-tableextract",
"p5.26-html-tagfilter",
"p5.26-html-tagset",
"p5.26-html-template",
"p5.26-html-template-compiled",
"p5.26-html-tidy",
"p5.26-html-tidy5",
"p5.26-html-tiny",
"p5.26-html-tokeparser-simple",
"p5.26-html-tree",
"p5.26-html-treebuilder-xpath",
"p5.26-html-wikiconverter",
"p5.26-html-wikiconverter-confluence",
"p5.26-html-wikiconverter-dokuwiki",
"p5.26-html-wikiconverter-googlecode",
"p5.26-html-wikiconverter-kwiki",
"p5.26-html-wikiconverter-markdown",
"p5.26-html-wikiconverter-mediawiki",
"p5.26-html-wikiconverter-moinmoin",
"p5.26-html-wikiconverter-multimarkdown",
"p5.26-html-wikiconverter-oddmuse",
"p5.26-html-wikiconverter-pbwiki",
"p5.26-html-wikiconverter-phpwiki",
"p5.26-html-wikiconverter-pmwiki",
"p5.26-html-wikiconverter-snipsnap",
"p5.26-html-wikiconverter-xwiki",
"p5.26-http-body",
"p5.26-http-cache-transparent",
"p5.26-http-cookiejar",
"p5.26-http-cookiemonster",
"p5.26-http-cookies",
"p5.26-http-daemon",
"p5.26-http-daemon-ssl",
"p5.26-http-date",
"p5.26-http-entity-parser",
"p5.26-http-headers-fast",
"p5.26-http-lite",
"p5.26-http-message",
"p5.26-http-multipartparser",
"p5.26-http-negotiate",
"p5.26-http-parser-xs",
"p5.26-http-proxy",
"p5.26-http-recorder",
"p5.26-http-request-ascgi",
"p5.26-http-response-encoding",
"p5.26-http-server-simple",
"p5.26-http-server-simple-authen",
"p5.26-http-server-simple-mason",
"p5.26-http-server-simple-psgi",
"p5.26-http-thin",
"p5.26-http-tiny",
"p5.26-http-tiny-mech",
"p5.26-http-tiny-multipart",
"p5.26-http-xscookies",
"p5.26-http-xsheaders",
"p5.26-ifeffit",
"p5.26-ima-dbi",
"p5.26-image-exiftool",
"p5.26-image-imlib2",
"p5.26-image-info",
"p5.26-image-metadata-jpeg",
"p5.26-image-size",
"p5.26-imap-bodystructure",
"p5.26-import-into",
"p5.26-importer",
"p5.26-inc-latest",
"p5.26-indirect",
"p5.26-inline",
"p5.26-inline-c",
"p5.26-inline-files",
"p5.26-inline-filters",
"p5.26-inline-python",
"p5.26-innotop",
"p5.26-internals",
"p5.26-io",
"p5.26-io-aio",
"p5.26-io-all",
"p5.26-io-async",
"p5.26-io-capture",
"p5.26-io-captureoutput",
"p5.26-io-compress",
"p5.26-io-compress-lzf",
"p5.26-io-compress-lzma",
"p5.26-io-compress-zstd",
"p5.26-io-digest",
"p5.26-io-fdpass",
"p5.26-io-handle-util",
"p5.26-io-html",
"p5.26-io-interface",
"p5.26-io-kqueue",
"p5.26-io-multiplex",
"p5.26-io-pager",
"p5.26-io-pipely",
"p5.26-io-prompt-tiny",
"p5.26-io-pty-easy",
"p5.26-io-sessiondata",
"p5.26-io-socket-inet6",
"p5.26-io-socket-ip",
"p5.26-io-socket-socks",
"p5.26-io-socket-ssl",
"p5.26-io-socket-timeout",
"p5.26-io-string",
"p5.26-io-stringy",
"p5.26-io-stty",
"p5.26-io-tee",
"p5.26-io-tiecombine",
"p5.26-io-tty",
"p5.26-io-zlib",
"p5.26-ip-country",
"p5.26-ipc-cmd",
"p5.26-ipc-run",
"p5.26-ipc-run3",
"p5.26-ipc-sharelite",
"p5.26-ipc-system-simple",
"p5.26-ipe",
"p5.26-iri",
"p5.26-iterator",
"p5.26-iterator-util",
"p5.26-javascript-spidermonkey",
"p5.26-json",
"p5.26-json-any",
"p5.26-json-dwiw",
"p5.26-json-maybexs",
"p5.26-json-parse",
"p5.26-json-webtoken",
"p5.26-json-xs",
"p5.26-layout-manager",
"p5.26-lchown",
"p5.26-lexical-persistence",
"p5.26-lexical-sealrequirehints",
"p5.26-lib-relative",
"p5.26-libapreq2",
"p5.26-libintl-perl",
"p5.26-libwww-perl",
"p5.26-libxml-enno",
"p5.26-libxml-perl",
"p5.26-lingua-en-findnumber",
"p5.26-lingua-en-inflect",
"p5.26-lingua-en-inflect-number",
"p5.26-lingua-en-inflect-phrase",
"p5.26-lingua-en-number-isordinal",
"p5.26-lingua-en-pluraltosingular",
"p5.26-lingua-en-tagger",
"p5.26-lingua-en-words2nums",
"p5.26-lingua-preferred",
"p5.26-lingua-pt-stemmer",
"p5.26-lingua-stem",
"p5.26-lingua-stem-fr",
"p5.26-lingua-stem-it",
"p5.26-lingua-stem-ru",
"p5.26-lingua-stem-snowball-da",
"p5.26-lingua-translit",
"p5.26-list-allutils",
"p5.26-list-compare",
"p5.26-list-moreutils",
"p5.26-list-moreutils-xs",
"p5.26-list-someutils",
"p5.26-list-someutils-xs",
"p5.26-list-uniq",
"p5.26-list-utilsby",
"p5.26-lj-simple",
"p5.26-local-lib",
"p5.26-locale-codes",
"p5.26-locale-gettext",
"p5.26-locale-maketext-fuzzy",
"p5.26-locale-maketext-lexicon",
"p5.26-locale-maketext-simple",
"p5.26-lockfile-simple",
"p5.26-log-any",
"p5.26-log-any-adapter-callback",
"p5.26-log-any-adapter-tap",
"p5.26-log-dispatch",
"p5.26-log-dispatch-array",
"p5.26-log-dispatch-config",
"p5.26-log-dispatch-configurator-any",
"p5.26-log-dispatch-filerotate",
"p5.26-log-dispatchouli",
"p5.26-log-handler",
"p5.26-log-log4perl",
"p5.26-log-log4perl-appender-socket-unix",
"p5.26-log-message",
"p5.26-log-message-simple",
"p5.26-long-jump",
"p5.26-lwp-authen-wsse",
"p5.26-lwp-consolelogger",
"p5.26-lwp-curl",
"p5.26-lwp-mediatypes",
"p5.26-lwp-protocol-http10",
"p5.26-lwp-protocol-https",
"p5.26-lwp-useragent-cached",
"p5.26-lwp-useragent-determined",
"p5.26-lwpx-paranoidagent",
"p5.26-mac-applescript",
"p5.26-mac-applescript-glue",
"p5.26-mac-applesingledouble",
"p5.26-mac-errors",
"p5.26-mac-fsevents",
"p5.26-mac-osversion",
"p5.26-mac-pasteboard",
"p5.26-mac-propertylist",
"p5.26-mac-sysprofile",
"p5.26-mac-systemdirectory",
"p5.26-macosx-file",
"p5.26-mail-audit",
"p5.26-mail-authenticationresults",
"p5.26-mail-box",
"p5.26-mail-box-imap4",
"p5.26-mail-box-pop3",
"p5.26-mail-dkim",
"p5.26-mail-imapclient",
"p5.26-mail-mboxparser",
"p5.26-mail-message",
"p5.26-mail-pop3client",
"p5.26-mail-rfc822-address",
"p5.26-mail-sender",
"p5.26-mail-sendmail",
"p5.26-mail-spamassassin",
"p5.26-mail-spf",
"p5.26-mail-srs",
"p5.26-mail-transport",
"p5.26-mail-webmail-gmail",
"p5.26-mailtools",
"p5.26-marc-record",
"p5.26-mason",
"p5.26-masonx-request-withapachesession",
"p5.26-math-anynum",
"p5.26-math-base-convert",
"p5.26-math-base85",
"p5.26-math-bezier",
"p5.26-math-bigint",
"p5.26-math-bigint-fastcalc",
"p5.26-math-bigint-gmp",
"p5.26-math-bigrat",
"p5.26-math-cdf",
"p5.26-math-combinatorics",
"p5.26-math-complex",
"p5.26-math-derivative",
"p5.26-math-gcomplex",
"p5.26-math-gmp",
"p5.26-math-gmpf",
"p5.26-math-gmpq",
"p5.26-math-gmpz",
"p5.26-math-int64",
"p5.26-math-longdouble",
"p5.26-math-matrix",
"p5.26-math-matrixreal",
"p5.26-math-mpc",
"p5.26-math-mpfi",
"p5.26-math-mpfr",
"p5.26-math-pari",
"p5.26-math-prime-util",
"p5.26-math-prime-util-gmp",
"p5.26-math-random",
"p5.26-math-random-isaac",
"p5.26-math-random-isaac-xs",
"p5.26-math-random-secure",
"p5.26-math-round",
"p5.26-math-spline",
"p5.26-math-symbolic",
"p5.26-math-utils",
"p5.26-mce",
"p5.26-mce-shared",
"p5.26-mecab",
"p5.26-memoize",
"p5.26-memoize-expirelru",
"p5.26-metacpan-client",
"p5.26-method-signatures-simple",
"p5.26-metrics-any",
"p5.26-mhonarc",
"p5.26-mime-base32",
"p5.26-mime-base64",
"p5.26-mime-charset",
"p5.26-mime-encwords",
"p5.26-mime-lite",
"p5.26-mime-lite-html",
"p5.26-mime-tools",
"p5.26-mime-types",
"p5.26-mixin-linewise",
"p5.26-mldbm",
"p5.26-mo",
"p5.26-mock-config",
"p5.26-modern-perl",
"p5.26-module-build",
"p5.26-module-build-ffi",
"p5.26-module-build-tiny",
"p5.26-module-build-xsutil",
"p5.26-module-compile",
"p5.26-module-depends",
"p5.26-module-find",
"p5.26-module-implementation",
"p5.26-module-install",
"p5.26-module-load",
"p5.26-module-load-conditional",
"p5.26-module-manifest",
"p5.26-module-metadata",
"p5.26-module-path",
"p5.26-module-pluggable",
"p5.26-module-refresh",
"p5.26-module-runtime",
"p5.26-module-runtime-conflicts",
"p5.26-module-scandeps",
"p5.26-module-signature",
"p5.26-module-starter",
"p5.26-module-util",
"p5.26-module-versions-report",
"p5.26-mogilefs-client",
"p5.26-mogilefs-server",
"p5.26-mogilefs-utils",
"p5.26-mojolicious",
"p5.26-mojolicious-plugin-chi",
"p5.26-mojolicious-plugin-mason1renderer",
"p5.26-mojolicious-plugin-mason2renderer",
"p5.26-mojolicious-plugin-setusergroup",
"p5.26-monotone-automatestdio",
"p5.26-moo",
"p5.26-moose",
"p5.26-moose-autobox",
"p5.26-moose-policy",
"p5.26-moosex-aliases",
"p5.26-moosex-arrayref",
"p5.26-moosex-attributeshortcuts",
"p5.26-moosex-classattribute",
"p5.26-moosex-clone",
"p5.26-moosex-configfromfile",
"p5.26-moosex-daemonize",
"p5.26-moosex-emulate-class-accessor-fast",
"p5.26-moosex-getopt",
"p5.26-moosex-has-sugar",
"p5.26-moosex-hasdefaults",
"p5.26-moosex-insideout",
"p5.26-moosex-lazyrequire",
"p5.26-moosex-log-log4perl",
"p5.26-moosex-markasmethods",
"p5.26-moosex-meta-typeconstraint-mooish",
"p5.26-moosex-methodattributes",
"p5.26-moosex-multiinitarg",
"p5.26-moosex-nonmoose",
"p5.26-moosex-object-pluggable",
"p5.26-moosex-oneargnew",
"p5.26-moosex-params-validate",
"p5.26-moosex-role-parameterized",
"p5.26-moosex-role-strict",
"p5.26-moosex-role-withoverloading",
"p5.26-moosex-semiaffordanceaccessor",
"p5.26-moosex-setonce",
"p5.26-moosex-simpleconfig",
"p5.26-moosex-singleton",
"p5.26-moosex-slurpyconstructor",
"p5.26-moosex-storage",
"p5.26-moosex-storage-format-jsonpm",
"p5.26-moosex-storage-io-chi",
"p5.26-moosex-strictconstructor",
"p5.26-moosex-traitfor-meta-class-betteranonclassnames",
"p5.26-moosex-traits",
"p5.26-moosex-traits-pluggable",
"p5.26-moosex-types",
"p5.26-moosex-types-common",
"p5.26-moosex-types-datetime",
"p5.26-moosex-types-laxnum",
"p5.26-moosex-types-loadableclass",
"p5.26-moosex-types-path-class",
"p5.26-moosex-types-path-tiny",
"p5.26-moosex-types-perl",
"p5.26-moosex-types-stringlike",
"p5.26-moosex-types-structured",
"p5.26-moosex-types-uri",
"p5.26-moosex-util",
"p5.26-moox-aliases",
"p5.26-moox-handlesvia",
"p5.26-moox-late",
"p5.26-moox-strictconstructor",
"p5.26-moox-traits",
"p5.26-moox-types-mooselike",
"p5.26-moox-types-mooselike-numeric",
"p5.26-moox-typetiny",
"p5.26-mouse",
"p5.26-mousex-foreign",
"p5.26-mousex-types",
"p5.26-mozilla-ca",
"p5.26-mozilla-publicsuffix",
"p5.26-mp3-info",
"p5.26-mp3-tag",
"p5.26-mro-compat",
"p5.26-multidimensional",
"p5.26-musicbrainz-discid",
"p5.26-mytop",
"p5.26-namespace-autoclean",
"p5.26-namespace-clean",
"p5.26-net",
"p5.26-net-apns-persistent",
"p5.26-net-appliance-phrasebook",
"p5.26-net-appliance-session",
"p5.26-net-bonjour",
"p5.26-net-cidr",
"p5.26-net-cidr-lite",
"p5.26-net-cli-interact",
"p5.26-net-curl",
"p5.26-net-daemon",
"p5.26-net-dbus",
"p5.26-net-dict",
"p5.26-net-dns",
"p5.26-net-dns-resolver-mock",
"p5.26-net-dns-resolver-programmable",
"p5.26-net-dns-sec",
"p5.26-net-domain-tld",
"p5.26-net-frame",
"p5.26-net-frame-dump",
"p5.26-net-frame-layer-icmpv6",
"p5.26-net-frame-layer-ipv6",
"p5.26-net-frame-simple",
"p5.26-net-ftpserver",
"p5.26-net-github",
"p5.26-net-http",
"p5.26-net-ident",
"p5.26-net-idn-encode",
"p5.26-net-ip",
"p5.26-net-ip-lpm",
"p5.26-net-ip-match-regexp",
"p5.26-net-ipv4addr",
"p5.26-net-ipv6addr",
"p5.26-net-ldap-express",
"p5.26-net-libidn",
"p5.26-net-libidn2",
"p5.26-net-netmask",
"p5.26-net-nfdump",
"p5.26-net-nslookup",
"p5.26-net-oauth",
"p5.26-net-openid-common",
"p5.26-net-openid-consumer",
"p5.26-net-openssh",
"p5.26-net-oping",
"p5.26-net-patricia",
"p5.26-net-pcap",
"p5.26-net-pcaputils",
"p5.26-net-ping-external",
"p5.26-net-radius",
"p5.26-net-rawip",
"p5.26-net-senderbase",
"p5.26-net-server",
"p5.26-net-smtp-ssl",
"p5.26-net-smtp-tls",
"p5.26-net-smtp-tls-butmaintained",
"p5.26-net-smtp_auth",
"p5.26-net-smtps",
"p5.26-net-snmp",
"p5.26-net-snpp",
"p5.26-net-ssh-perl",
"p5.26-net-ssh2",
"p5.26-net-ssleay",
"p5.26-net-stomp",
"p5.26-net-syslog",
"p5.26-net-telnet",
"p5.26-net-telnet-cisco",
"p5.26-net-twitter",
"p5.26-net-twitter-lite",
"p5.26-net-upnp",
"p5.26-net-z3950-zoom",
"p5.26-netaddr-ip",
"p5.26-netpacket",
"p5.26-news-nntpclient",
"p5.26-next",
"p5.26-nkf",
"p5.26-nmap-scanner",
"p5.26-ntlm",
"p5.26-number-compare",
"p5.26-number-format",
"p5.26-number-misc",
"p5.26-number-tolerant",
"p5.26-number-witherror",
"p5.26-object-destroyer",
"p5.26-object-hashbase",
"p5.26-object-id",
"p5.26-object-realize-later",
"p5.26-object-signature",
"p5.26-object-tiny",
"p5.26-ogg-vorbis-header-pureperl",
"p5.26-ole-storage_lite",
"p5.26-opcodes",
"p5.26-opengl",
"p5.26-openoffice-oodoc",
"p5.26-package-constants",
"p5.26-package-deprecationmanager",
"p5.26-package-pkg",
"p5.26-package-stash",
"p5.26-package-stash-xs",
"p5.26-package-variant",
"p5.26-padwalker",
"p5.26-palm",
"p5.26-palm-pdb",
"p5.26-pango",
"p5.26-panotools-script",
"p5.26-par-dist",
"p5.26-parallel-forkmanager",
"p5.26-parallel-iterator",
"p5.26-params-check",
"p5.26-params-classify",
"p5.26-params-util",
"p5.26-params-validate",
"p5.26-params-validationcompiler",
"p5.26-parent",
"p5.26-parse-cpan-packages-fast",
"p5.26-parse-edid",
"p5.26-parse-mediawikidump",
"p5.26-parse-mime",
"p5.26-parse-recdescent",
"p5.26-parse-win32registry",
"p5.26-parse-yapp",
"p5.26-patchreader",
"p5.26-path-class",
"p5.26-path-finddev",
"p5.26-path-isdev",
"p5.26-path-iter",
"p5.26-path-iterator-rule",
"p5.26-path-tiny",
"p5.26-pathtools",
"p5.26-pcsc",
"p5.26-pdf-api2",
"p5.26-pdf-api2-xs",
"p5.26-pdf-reuse",
"p5.26-pdl",
"p5.26-pdl-fftw3",
"p5.26-pdl-graphics-gnuplot",
"p5.26-pdl-graphics-plplot",
"p5.26-pdl-io-hdf5",
"p5.26-pdl-stats",
"p5.26-pdl-transform-color",
"p5.26-pegex",
"p5.26-perl-critic",
"p5.26-perl-languageserver",
"p5.26-perl-ldap",
"p5.26-perl-minimumversion",
"p5.26-perl-ostype",
"p5.26-perl-prereqscanner",
"p5.26-perl-tidy",
"p5.26-perl-version",
"p5.26-perl6-junction",
"p5.26-perlbal",
"p5.26-perlio-eol",
"p5.26-perlio-gzip",
"p5.26-perlio-layers",
"p5.26-perlio-utf8_strict",
"p5.26-perlio-util",
"p5.26-perlio-via-bzip2",
"p5.26-perlio-via-dynamic",
"p5.26-perlio-via-symlink",
"p5.26-perlio-via-timeout",
"p5.26-perlmagick",
"p5.26-perlx-maybe",
"p5.26-perlx-maybe-xs",
"p5.26-pgplot",
"p5.26-pgtop",
"p5.26-php-serialization",
"p5.26-pithub",
"p5.26-plack",
"p5.26-plack-middleware-fixmissingbodyinredirect",
"p5.26-plack-middleware-methodoverride",
"p5.26-plack-middleware-removeredundantbody",
"p5.26-plack-middleware-reverseproxy",
"p5.26-plack-test-agent",
"p5.26-plack-test-externalserver",
"p5.26-plrpc",
"p5.26-pmtools",
"p5.26-pod-coverage",
"p5.26-pod-coverage-trustpod",
"p5.26-pod-elemental",
"p5.26-pod-elemental-makeselector",
"p5.26-pod-elemental-perlmunger",
"p5.26-pod-elemental-transformer-list",
"p5.26-pod-elemental-transformer-verbatim",
"p5.26-pod-escapes",
"p5.26-pod-eventual",
"p5.26-pod-latex",
"p5.26-pod-markdown",
"p5.26-pod-markdown-github",
"p5.26-pod-pom",
"p5.26-pod-projectdocs",
"p5.26-pod-readme",
"p5.26-pod-simple",
"p5.26-pod-simple-latex",
"p5.26-pod-spell",
"p5.26-pod-tests",
"p5.26-pod-weaver",
"p5.26-pod-weaver-plugin-ensureuniquesections",
"p5.26-pod-weaver-section-allowoverride",
"p5.26-pod-weaver-section-contributors",
"p5-pod-weaver-section-generatesection",
"p5.26-pod-weaver-section-generatesection",
"p5.28-pod-weaver-section-generatesection",
"p5.30-pod-weaver-section-generatesection",
"p5.26-pod2-base",
"p5.26-podlators",
"p5.26-podtohtml",
"p5.26-poe",
"p5.26-poe-component-client-ping",
"p5.26-poe-test-loops",
"p5.26-poppler",
"p5.26-posix-strftime-compiler",
"p5.26-postscript",
"p5.26-postscript-font",
"p5.26-postscript-simple",
"p5.26-ppi",
"p5.26-ppi-html",
"p5.26-ppi-xs",
"p5.26-ppix-quotelike",
"p5.26-ppix-regexp",
"p5.26-ppix-utilities",
"p5.26-prefork",
"p5.26-privileges-drop",
"p5.26-probe-perl",
"p5.26-proc-daemon",
"p5.26-proc-guard",
"p5.26-proc-processtable",
"p5.26-protocol-http2",
"p5.26-psgi",
"p5-razor-agents",
"p5.26-razor-agents",
"p5.28-razor-agents",
"p5.30-razor-agents",
"p5.26-razor2-client-agent",
"p5.26-rdf-query",
"p5.26-rdf-trine",
"p5.26-readonly",
"p5.26-readonly-xs",
"p5.26-redis",
"p5.26-ref-util",
"p5.26-ref-util-xs",
"p5.26-regexp-assemble",
"p5.26-regexp-common",
"p5.26-regexp-parser",
"p5.26-regexp-shellish",
"p5.26-return-multilevel",
"p5.26-return-value",
"p5.26-role-hasmessage",
"p5.26-role-identifiable",
"p5.26-role-tiny",
"p5.26-roman",
"p5.26-rpc-xml",
"p5.26-rtf-parser",
"p5.26-rtf-tokenizer",
"p5.26-safe-isa",
"p5.26-scalar-list-utils",
"p5.26-scalar-string",
"p5.26-scope-guard",
"p5.26-scope-upper",
"p5.26-sdl",
"p5.26-search-elasticsearch",
"p5.26-search-elasticsearch-client-2_0",
"p5.26-search-elasticsearch-client-5_0",
"p5.26-search-elasticsearch-client-6_0",
"p5.26-semver",
"p5.26-sereal",
"p5.26-sereal-decoder",
"p5.26-sereal-encoder",
"p5.26-session-storage-secure",
"p5.26-set-array",
"p5.26-set-infinite",
"p5.26-set-object",
"p5.26-set-scalar",
"p5.26-sgml-parser-opensp",
"p5.26-sgmlspm",
"p5.26-shell-config-generate",
"p5.26-shell-guess",
"p5.26-shell-parser",
"p5.26-smart-comments",
"p5.26-snmp_session",
"p5.26-snowball-norwegian",
"p5.26-snowball-swedish",
"p5.26-soap-lite",
"p5.26-socket",
"p5.26-socket6",
"p5.26-software-license",
"p5.26-sort-key",
"p5.26-sort-naturally",
"p5.26-sort-versions",
"p5.26-specio",
"p5.26-specio-library-path-tiny",
"p5.26-spiffy",
"p5.26-spreadsheet-parseexcel",
"p5.26-spreadsheet-writeexcel",
"p5.26-sql-abstract",
"p5.26-sql-abstract-classic",
"p5.26-sql-abstract-limit",
"p5.26-sql-statement",
"p5.26-sql-translator",
"p5.26-starman",
"p5.26-statistics-caseresampling",
"p5.26-statistics-chisquare",
"p5.26-statistics-covid",
"p5.26-statistics-descriptive",
"p5.26-storable",
"p5.26-stream-buffered",
"p5.26-strictures",
"p5.26-string-camelcase",
"p5.26-string-compare-constanttime",
"p5.26-string-crc32",
"p5.26-string-ediff",
"p5.26-string-errf",
"p5.26-string-escape",
"p5.26-string-flogger",
"p5.26-string-format",
"p5.26-string-formatter",
"p5.26-string-random",
"p5.26-string-rewriteprefix",
"p5.26-string-shellquote",
"p5.26-string-tagged",
"p5.26-string-tagged-terminal",
"p5.26-string-toidentifier-en",
"p5.26-string-tokenizer",
"p5.26-string-trim",
"p5.26-string-truncate",
"p5.26-string-ttylength",
"p5.26-string-util",
"p5.26-struct-dumb",
"p5.26-sub-delete",
"p5.26-sub-exporter",
"p5.26-sub-exporter-formethods",
"p5.26-sub-exporter-globexporter",
"p5.26-sub-exporter-progressive",
"p5.26-sub-handlesvia",
"p5.26-sub-identify",
"p5.26-sub-info",
"p5.26-sub-install",
"p5.26-sub-name",
"p5.26-sub-override",
"p5.26-sub-quote",
"p5.26-sub-uplevel",
"p5.26-super",
"p5.26-svg",
"p5.26-svg-graph",
"p5.26-svn-dump",
"p5.26-svn-mirror",
"p5.26-svn-notify",
"p5.26-svn-simple",
"p5.26-swf-builder",
"p5.26-swf-file",
"p5.26-switch",
"p5.26-syntax",
"p5.26-syntax-highlight-perl",
"p5.26-syntax-keyword-junction",
"p5.26-syntax-keyword-try",
"p5.26-sys-cpuload",
"p5.26-sys-filesystem",
"p5.26-sys-hostname-long",
"p5.26-sys-info",
"p5.26-sys-info-base",
"p5.26-sys-info-driver-osx",
"p5.26-sys-meminfo",
"p5.26-sys-sigaction",
"p5.26-sys-syscall",
"p5.26-sys-syslog",
"p5.26-sysadm-install",
"p5.26-tap-simpleoutput",
"p5.26-task-weaken",
"p5.26-tcl",
"p5.26-tcl-ptk",
"p5.26-tcl-tk",
"p5.26-template-gd",
"p5.26-template-plugin-class",
"p5.26-template-provider-fromdata",
"p5.26-template-timer",
"p5.26-template-tiny",
"p5.26-template-toolkit",
"p5.26-term-ansicolor",
"p5.26-term-editline",
"p5.26-term-encoding",
"p5.26-term-gnuplot",
"p5.26-term-progressbar",
"p5.26-term-prompt",
"p5.26-term-readkey",
"p5.26-term-readline",
"p5.26-term-readline-gnu",
"p5.26-term-readpassword",
"p5.26-term-shell",
"p5.26-term-size-any",
"p5.26-term-size-perl",
"p5.26-term-sk",
"p5.26-term-table",
"p5.26-term-twiddle",
"p5.26-term-ui",
"p5.26-term-vt102",
"p5.26-termextract",
"p5.26-test-api",
"p5.26-test-base",
"p5.26-test-checkdeps",
"p5.26-test-class",
"p5.26-test-class-most",
"p5.26-test-classapi",
"p5.26-test-cleannamespaces",
"p5.26-test-command",
"p5.26-test-compile",
"p5.26-test-cpan-meta",
"p5.26-test-cpan-meta-json",
"p5.26-test-cpan-meta-yaml",
"p5.26-test-deep",
"p5.26-test-deep-json",
"p5.26-test-deep-type",
"p5.26-test-differences",
"p5.26-test-directory",
"p5.26-test-distmanifest",
"p5.26-test-eol",
"p5.26-test-exception",
"p5.26-test-expect",
"p5.26-test-failwarnings",
"p5.26-test-fatal",
"p5.26-test-file",
"p5.26-test-file-sharedir",
"p5.26-test-filename",
"p5.26-test-fork",
"p5.26-test-harness",
"p5.26-test-http-server-simple",
"p5.26-test-identity",
"p5.26-test-indistdir",
"p5.26-test-inline",
"p5.26-test-inter",
"p5.26-test-json",
"p5.26-test-kit",
"p5.26-test-leaktrace",
"p5.26-test-lectrotest",
"p5.26-test-lib",
"p5.26-test-longstring",
"p5.26-test-lwp-useragent",
"p5.26-test-manifest",
"p5.26-test-memory-cycle",
"p5.26-test-metrics-any",
"p5.26-test-minimumversion",
"p5.26-test-mock-guard",
"p5.26-test-mock-lwp",
"p5.26-test-mockmodule",
"p5.26-test-mockobject",
"p5.26-test-mockrandom",
"p5.26-test-mocktime",
"p5.26-test-mojibake",
"p5.26-test-moose-more",
"p5.26-test-more-utf8",
"p5.26-test-most",
"p5.26-test-needs",
"p5.26-test-nicedump",
"p5.26-test-notabs",
"p5.26-test-nowarnings",
"p5.26-test-number-delta",
"p5.26-test-object",
"p5.26-test-output",
"p5.26-test-perl-critic",
"p5.26-test-perltidy",
"p5.26-test-pod",
"p5.26-test-pod-coverage",
"p5.26-test-portability-files",
"p5.26-test-refcount",
"p5.26-test-regexp",
"p5.26-test-requires",
"p5.26-test-requiresinternet",
"p5.26-test-script",
"p5.26-test-sharedfork",
"p5.26-test-simple",
"p5.26-test-snapshot",
"p5.26-test-spec",
"p5.26-test-spelling",
"p5.26-test-strict",
"p5.26-test-subcalls",
"p5.26-test-sys-info",
"p5.26-test-taint",
"p5.26-test-tcp",
"p5.26-test-tempdir-tiny",
"p5.26-test-time",
"p5.26-test-timer",
"p5.26-test-toolbox",
"p5.26-test-trailingspace",
"p5.26-test-trap",
"p5.26-test-useallmodules",
"p5.26-test-utf8",
"p5.26-test-version",
"p5.26-test-warn",
"p5.26-test-warnings",
"p5.26-test-weaken",
"p5.26-test-without-module",
"p5.26-test-writevariants",
"p5.26-test-www-mechanize",
"p5.26-test-www-mechanize-catalyst",
"p5.26-test-www-mechanize-psgi",
"p5.26-test-www-selenium",
"p5.26-test-xml",
"p5.26-test-yaml",
"p5.26-test-yaml-valid",
"p5.26-test2-harness",
"p5.26-test2-plugin-cover",
"p5.26-test2-plugin-dbiprofile",
"p5.26-test2-plugin-ioevents",
"p5.26-test2-plugin-memusage",
"p5.26-test2-plugin-nowarnings",
"p5.26-test2-plugin-uuid",
"p5.26-test2-suite",
"p5.26-test2-tools-explain",
"p5.26-tex-encode",
"p5.26-text-aligner",
"p5.26-text-aspell",
"p5.26-text-autoformat",
"p5.26-text-balanced",
"p5.26-text-bibtex",
"p5.26-text-chasen",
"p5.26-text-csv",
"p5.26-text-csv_xs",
"p5.26-text-diff",
"p5.26-text-flow",
"p5.26-text-german",
"p5.26-text-glob",
"p5.26-text-iconv",
"p5.26-text-kakasi",
"p5.26-text-levenshteinxs",
"p5.26-text-markdown",
"p5.26-text-multimarkdown",
"p5.26-text-parsewords",
"p5.26-text-patch",
"p5.26-text-pdf",
"p5.26-text-quoted",
"p5.26-text-recordparser",
"p5.26-text-reform",
"p5.26-text-roman",
"p5.26-text-simpletable",
"p5.26-text-simpletable-autowidth",
"p5.26-text-soundex",
"p5.26-text-spellchecker",
"p5.26-text-table",
"p5.26-text-table-manifold",
"p5.26-text-tabsxwrap",
"p5.26-text-tabulardisplay",
"p5.26-text-template",
"p5.26-text-template-simple",
"p5.26-text-trac",
"p5.26-text-trim",
"p5.26-text-unidecode",
"p5.26-text-vfile-asdata",
"p5.26-text-vimcolor",
"p5.26-text-visualwidth",
"p5.26-text-wikiformat",
"p5.26-text-wrapi18n",
"p5.26-text-wrapper",
"p5.26-text-xslate",
"p5.26-thrift",
"p5.26-throwable",
"p5.26-tie-cycle",
"p5.26-tie-dbi",
"p5.26-tie-encryptedhash",
"p5.26-tie-function",
"p5.26-tie-ixhash",
"p5.26-tie-refhash",
"p5.26-tie-refhash-weak",
"p5.26-tie-simple",
"p5.26-tie-toobject",
"p5.26-time-duration",
"p5.26-time-duration-parse",
"p5.26-time-epoch",
"p5.26-time-format",
"p5.26-time-hires",
"p5.26-time-local",
"p5.26-time-mock",
"p5.26-time-out",
"p5.26-time-parsedate",
"p5.26-time-period",
"p5.26-time-piece",
"p5.26-time-progress",
"p5.26-time-warp",
"p5.26-time-y2038",
"p5.26-timedate",
"p5.26-tk",
"p5.26-tk-dynatabframe",
"p5.26-tk-graphviz",
"p5.26-tk-idelayout",
"p5.26-tk-matchentry",
"p5.26-tk-tablematrix",
"p5.26-tkx",
"p5.26-tree-dag_node",
"p5.26-tree-simple",
"p5.26-tree-simple-view",
"p5.26-tree-simple-visitorfactory",
"p5.26-treepath",
"p5.26-treepath-role-graph",
"p5.26-try-tiny",
"p5.26-twitter-api",
"p5.26-type-tie",
"p5.26-type-tiny",
"p5.26-type-tiny-xs",
"p5.26-types-path-tiny",
"p5.26-types-serialiser",
"p5.26-unicode-checkutf8",
"p5.26-unicode-collate",
"p5.26-unicode-eastasianwidth",
"p5.26-unicode-escape",
"p5.26-unicode-linebreak",
"p5.26-unicode-normalize",
"p5.26-unicode-string",
"p5.26-unicode-utf8",
"p5.26-universal-can",
"p5.26-universal-isa",
"p5.26-universal-moniker",
"p5.26-universal-require",
"p5.26-unix-groups",
"p5.26-unix-groups-ffi",
"p5.26-unix-process",
"p5.26-unix-syslog",
"p5.26-uri",
"p5.26-uri-escape-xs",
"p5.26-uri-fetch",
"p5.26-uri-find",
"p5.26-uri-fromhash",
"p5.26-uri-query",
"p5.26-uri-ws",
"p5.26-url-encode",
"p5.26-url-encode-xs",
"p5.26-user",
"p5.26-user-identity",
"p5.26-utf8-all",
"p5.26-uuid",
"p5.26-uuid-ffi",
"p5.26-variable-magic",
"p5.26-version",
"p5.26-version-next",
"p5.26-want",
"p5.26-warnings-unused",
"p5.26-web-scraper",
"p5.26-webservice-musicbrainz",
"p5.26-www-curl",
"p5.26-www-form-urlencoded",
"p5.26-www-form-urlencoded-xs",
"p5.26-www-mechanize",
"p5.26-www-mechanize-cached",
"p5.26-www-mechanize-sleepy",
"p5.26-www-oauth",
"p5.26-www-pastebin-pastebincom-create",
"p5.26-www-robotrules",
"p5.26-www-search",
"p5.26-www-shorten",
"p5.26-www-shorten-googl",
"p5.26-www-shorten-simple",
"p5.26-www-urltoys",
"p5.26-www-wolframalpha",
"p5.26-wx",
"p5.26-wx-demo",
"p5.26-x11-protocol",
"p5.26-x11-protocol-other",
"p5.26-xml-atom",
"p5.26-xml-autowriter",
"p5.26-xml-bare",
"p5.26-xml-commonns",
"p5.26-xml-dom",
"p5.26-xml-dom-xpath",
"p5.26-xml-doubleencodedentities",
"p5.26-xml-entities",
"p5.26-xml-feed",
"p5.26-xml-filter-buffertext",
"p5.26-xml-libxml",
"p5.26-xml-libxml-simple",
"p5.26-xml-libxslt",
"p5.26-xml-namespace",
"p5.26-xml-namespacefactory",
"p5.26-xml-namespacesupport",
"p5.26-xml-parser",
"p5.26-xml-parser-easytree",
"p5.26-xml-parser-lite",
"p5.26-xml-parser-lite-tree",
"p5.26-xml-regexp",
"p5.26-xml-rss",
"p5.26-xml-rss-libxml",
"p5.26-xml-sax",
"p5.26-xml-sax-base",
"p5.26-xml-sax-expat",
"p5.26-xml-sax-writer",
"p5.26-xml-semanticdiff",
"p5.26-xml-simple",
"p5.26-xml-tiny",
"p5.26-xml-treebuilder",
"p5.26-xml-treepp",
"p5.26-xml-twig",
"p5.26-xml-validator-schema",
"p5.26-xml-writer",
"p5.26-xml-writer-string",
"p5.26-xml-xml2json",
"p5.26-xml-xpath",
"p5.26-xml-xpathengine",
"p5.26-xmlrpc-lite",
"p5.26-xs-parse-sublike",
"p5.26-xsloader",
"p5.26-xstring",
"p5.26-xxx",
"p5.26-yaml",
"p5.26-yaml-libyaml",
"p5.26-yaml-libyaml-api",
"p5.26-yaml-pp",
"p5.26-yaml-pp-libyaml",
"p5.26-yaml-syck",
"p5.26-yaml-tiny",
"p5-zeromq",
"p5.26-zeromq",
"p5.28-zeromq",
"p5.30-zeromq",
"p5.26-zmq-ffi",
"php53-Judy",
"php54-Judy",
"php55-Judy",
"php56-Judy",
"php53-code-coverage",
"php54-code-coverage",
"php55-code-coverage",
"php53-file-iterator",
"php54-file-iterator",
"php55-file-iterator",
"php-mysql-xdevapi",
"php71-mysql-xdevapi",
"php72-mysql-xdevapi",
"php73-mysql-xdevapi",
"php74-mysql-xdevapi",
"php53-text-template",
"php54-text-template",
"php55-text-template",
"php53-timer",
"php54-timer",
"php55-timer",
"php53-token-stream",
"php54-token-stream",
"php55-token-stream",
"php53-unit-mock-objects",
"php54-unit-mock-objects",
"php55-unit-mock-objects",
"fonttools",
"black",
"py27-BitArray2D",
"py35-BitArray2D",
"py36-BitArray2D",
"py27-BitVector",
"py35-BitVector",
"py36-BitVector",
"py27-DAWG",
"py35-DAWG",
"py36-DAWG",
"py27-GridDataFormats",
"py36-GridDataFormats",
"py27-LabJackPython",
"py27-MDAnalysis",
"py36-MDAnalysis",
"py-PyQGLViewer",
"py27-PyQGLViewer",
"py34-SDL2",
"py35-SDL2",
"py27-XlsxWriter",
"py36-XlsxWriter",
"py27-absl",
"py36-absl",
"py36-acme",
"py27-acor",
"py27-acora",
"py35-acora",
"py36-acora",
"py27-actdiag",
"py35-actdiag",
"py36-actdiag",
"py27-affine",
"py35-affine",
"py36-affine",
"py27-agate",
"py35-agate",
"py36-agate",
"py27-agate-dbf",
"py35-agate-dbf",
"py36-agate-dbf",
"py27-agate-excel",
"py35-agate-excel",
"py36-agate-excel",
"py27-agate-sql",
"py35-agate-sql",
"py36-agate-sql",
"py36-aiobotocore",
"py27-aiodns",
"py36-aiodns",
"py36-aiohttp",
"py36-aioitertools",
"py36-aiorpcX",
"py27-algopy",
"py36-algopy",
"py27-altair",
"py36-altair",
"py33-altgraph",
"py35-ansible",
"py36-ansible",
"py27-ansible-base",
"py35-ansible-base",
"py36-ansible-base",
"py27-ansicolor",
"py35-ansicolor",
"py36-ansicolor",
"py36-antlr4-python3-runtime",
"py27-anyjson",
"py35-anyjson",
"py36-anyjson",
"py27-anytree",
"py35-anytree",
"py36-anytree",
"py37-apache-beam",
"py38-apache-beam",
"py27-apipkg",
"py35-apipkg",
"py36-apipkg",
"py27-aplpy",
"py35-aplpy",
"py36-aplpy",
"py27-applaunchservices",
"py35-applaunchservices",
"py35-appnope",
"py36-appnope",
"py27-appscript",
"py35-appscript",
"py36-appscript",
"py35-apptools",
"py36-apptools",
"py27-apsw",
"py35-apsw",
"py36-apsw",
"py-apycot",
"py27-apycot",
"py35-argh",
"py36-argh",
"py-args",
"py27-args",
"py35-args",
"py36-args",
"py37-args",
"py27-arpeggio",
"py36-arpeggio",
"py36-arviz",
"py34-asn1",
"py27-asn1crypto",
"py35-asn1crypto",
"py36-asn1crypto",
"py-aspects",
"py27-aspects",
"py27-asteval",
"py36-asteval",
"py27-astlib",
"py35-astlib",
"py36-astlib",
"py37-astlib",
"py27-astor",
"py35-astor",
"py36-astor",
"py27-astroML",
"py35-astroML",
"py36-astroML",
"py27-astroML_addons",
"py35-astroML_addons",
"py36-astroML_addons",
"py-astrolibcoords",
"py27-astrolibcoords",
"py27-astroplan",
"py35-astroplan",
"py36-astroplan",
"py27-astropy",
"py35-astropy",
"py36-astropy",
"py27-astropy-healpix",
"py35-astropy-healpix",
"py36-astropy-healpix",
"py27-astroquery",
"py35-astroquery",
"py36-astroquery",
"py27-astroscrappy",
"py35-astroscrappy",
"py36-astroscrappy",
"py37-astroscrappy",
"py-async-task",
"py27-async-task",
"py35-async-timeout",
"py36-async-timeout",
"py35-async_generator",
"py36-async_generator",
"py38-atomiclong",
"py35-atpy",
"py36-atpy",
"py27-attr",
"py36-attr",
"py27-autopep8",
"py35-autopep8",
"py36-autopep8",
"py27-awscli",
"py27-axolotl",
"py36-axolotl",
"py27-axolotl-curve25519",
"py36-axolotl-curve25519",
"py27-backcall",
"py35-backcall",
"py36-backcall",
"py-backports-lzma",
"py27-backports-lzma",
"py-backports-ssl",
"py27-backports-ssl",
"py-backports.csv",
"py27-backports.csv",
"py-backports.os",
"py27-backports.os",
"py-backports.weakref",
"py27-backports.weakref",
"py-baker",
"py27-baker",
"py35-baker",
"py36-baker",
"py34-barnaba",
"py35-barnaba",
"py27-bcdoc",
"py35-bcdoc",
"py27-bcolz",
"py35-bcolz",
"py36-bcolz",
"py35-beaker",
"py36-beaker",
"py27-behave",
"py36-behave",
"py27-benchexec",
"py36-benchexec",
"py27-biggles",
"py36-binaryornot",
"py27-biopython",
"py35-biopython",
"py27-biplist",
"py35-biplist",
"py36-biplist",
"py27-bitarray",
"py35-bitarray",
"py36-bitarray",
"py27-bitstring",
"py35-bitstring",
"py36-bitstring",
"py27-bitstruct",
"py36-bitstruct",
"py27-blaze",
"py35-blaze",
"py36-blaze",
"py27-bleach",
"py35-bleach",
"py36-bleach",
"py27-blessed",
"py35-blessed",
"py36-blessed",
"py35-blessings",
"py36-blessings",
"py27-blist",
"py35-blist",
"py36-blist",
"py27-blockdiag",
"py35-blockdiag",
"py36-blockdiag",
"py27-blosc",
"py35-blosc",
"py36-blosc",
"py27-bokeh",
"py35-bokeh",
"py36-bokeh",
"py35-boto",
"py36-boto",
"py27-boto3",
"py35-boto3",
"py27-botocore",
"py35-botocore",
"py35-bpython",
"py36-bpython",
"py27-bqplot",
"py35-bqplot",
"py36-bqplot",
"py36-bracex",
"py27-breadability",
"py35-breadability",
"py36-breadability",
"py27-brotli",
"py36-brotli",
"py27-brotlipy",
"py36-brotlipy",
"py-brownie",
"py27-brownie",
"py36-bsddb3",
"py27-bson",
"py35-bson",
"py36-bson",
"py-buzhug",
"py27-buzhug",
"py27-bz2file",
"py27-cached-property",
"py35-cached-property",
"py36-cached-property",
"py27-cachetools",
"py35-cachetools",
"py36-cachetools",
"py27-cairocffi",
"py35-cairocffi",
"py36-cairocffi",
"py27-canmatrix",
"py36-canmatrix",
"py27-cartopy",
"py35-cartopy",
"py36-cartopy",
"py35-catalogue",
"py36-catalogue",
"py27-cchardet",
"py35-cchardet",
"py-cdb",
"py27-cdb",
"py-celementtree",
"py27-celementtree",
"py35-cheetah",
"py36-cheetah",
"py27-cherrypy",
"py35-cherrypy",
"py36-cherrypy",
"py27-chm",
"py-chronic",
"py27-chronic",
"py35-chronic",
"py36-chronic",
"py27-cidrize",
"py36-cinderclient",
"py27-ckanapi",
"py35-ckanapi",
"py36-ckanapi",
"py36-clang",
"py37-clawpack",
"py35-click-plugins",
"py36-click-plugins",
"py36-cliff",
"py27-clint",
"py35-clint",
"py36-clint",
"py35-cloudpickle",
"py36-cloudpickle",
"py36-cmd2",
"py27-codestyle",
"py35-codestyle",
"py36-codestyle",
"py36-codetools",
"py27-cog",
"py35-cog",
"py36-cog",
"py27-colander",
"py35-colander",
"py36-colander",
"py36-coloredlogs",
"py27-colormath",
"py35-colormath",
"py36-colormath",
"py27-colour",
"py36-colour",
"py27-columnize",
"py35-columnize",
"py36-columnize",
"py27-comet",
"py35-comet",
"py36-comet",
"py36-commonmark",
"py27-commpy",
"py35-commpy",
"py36-commpy",
"py27-configargparse",
"py35-configargparse",
"py36-configargparse",
"py27-control",
"py35-control",
"py36-control",
"py36-cookiecutter",
"py27-cookies",
"py35-cookies",
"py36-cookies",
"py27-corner",
"py36-corner",
"py27-cppy",
"py27-crayons",
"py35-crayons",
"py36-crayons",
"py27-crypto",
"py35-crypto",
"py36-crypto",
"py35-cryptography",
"py27-csscompressor",
"py27-cssutils",
"py35-cssutils",
"py36-cssutils",
"py27-csvkit",
"py35-csvkit",
"py36-csvkit",
"py27-ctags",
"py27-ctypeslib2",
"py34-ctypeslib2",
"py35-ctypeslib2",
"py36-ctypeslib2",
"py27-cubes",
"py27-cucumber-tag-expressions",
"py36-cucumber-tag-expressions",
"py35-curtsies",
"py36-curtsies",
"py27-cx_Freeze",
"py36-cx_Freeze",
"py27-cymem",
"py35-cymem",
"py36-cymem",
"py27-cytoolz",
"py35-cytoolz",
"py36-cytoolz",
"py27-dap",
"py27-dask",
"py35-dask",
"py36-dask",
"py27-datacite",
"py35-datacite",
"py36-datacite",
"py-dataclasses",
"py36-dataclasses",
"py27-datashape",
"py35-datashape",
"py36-datashape",
"py27-datrie",
"py35-datrie",
"py36-datrie",
"py27-dbfread",
"py35-dbfread",
"py36-dbfread",
"py27-ddt",
"py35-ddt",
"py36-ddt",
"py27-deap",
"py35-deap",
"py36-deap",
"py36-debtcollector",
"py27-defusedxml",
"py35-defusedxml",
"py36-defusedxml",
"py36-deprecated",
"py27-des",
"py35-des",
"py36-des",
"py27-descartes",
"py35-descartes",
"py36-descartes",
"py27-diff-match-patch",
"py35-diff-match-patch",
"py36-diff-match-patch",
"py27-dill",
"py35-dill",
"py36-dill",
"py27-distributed",
"py35-distributed",
"py36-distributed",
"py27-django-countries",
"py27-django-extensions",
"py34-django-htmlmin",
"py34-django-nose",
"py27-dns-lexicon",
"py36-dns-lexicon",
"py36-dnspython",
"py27-docker",
"py27-dockerpty",
"py27-dockerpy-creds",
"py35-dockerpy-creds",
"py36-dockerpy-creds",
"py27-docopt",
"py35-docopt",
"py36-docopt",
"py27-docstyle",
"py35-docstyle",
"py36-docstyle",
"py27-doctest-ignore-unicode",
"py35-doctest-ignore-unicode",
"py36-doctest-ignore-unicode",
"py27-docx",
"py36-dogpile-cache",
"py36-dolfin",
"py27-dpkt",
"py27-dqsegdb2",
"py36-dqsegdb2",
"py27-dynd",
"py35-dynd",
"py36-dynd",
"py27-ecdsa",
"py35-ecdsa",
"py36-ecdsa",
"py37-editdistance",
"py27-editorconfig",
"py36-editorconfig",
"py-elementtree",
"py27-elementtree",
"py35-eli5",
"py36-eli5",
"py36-emcee3",
"py27-empy",
"py35-empy",
"py36-empy",
"py27-enchant",
"py35-enchant",
"py36-enrich",
"py-enthoughtbase",
"py27-enthoughtbase",
"py35-envisage",
"py36-envisage",
"py27-epsg",
"py35-epsg",
"py36-epsg",
"py-epydoc",
"py27-epydoc",
"py27-erf",
"py35-erf",
"py36-erf",
"py27-eric-ide",
"py27-errorhandler",
"py27-et_xmlfile",
"py35-et_xmlfile",
"py36-et_xmlfile",
"py-etsproxy",
"py27-etsproxy",
"py27-eventlet",
"py36-eventlet",
"py36-excelrd",
"py27-exifread",
"py36-extension-helpers",
"py27-eyed3",
"py27-fabio",
"py35-fabio",
"py36-fabio",
"py27-fancycompleter",
"py38-fann2",
"py37-fastavro",
"py37-fastdtw",
"py27-fasteners",
"py35-fasteners",
"py36-fasteners",
"py36-fastprogress",
"py-faulthandler",
"py27-faulthandler",
"py36-feedparser",
"py36-ffc",
"py37-ffc",
"py35-fido2",
"py27-figleaf",
"py35-figleaf",
"py36-figleaf",
"py27-filechunkio",
"py35-filechunkio",
"py36-filechunkio",
"py27-filterpy",
"py36-filterpy",
"py27-fiona",
"py27-fipy",
"py36-fipy",
"py27-fixtures",
"py27-flake8-pep8-naming",
"py35-flake8-pep8-naming",
"py36-flake8-pep8-naming",
"py27-flake8-polyfill",
"py35-flake8-polyfill",
"py36-flake8-polyfill",
"py34-flask",
"py37-flask-cors",
"py27-flask-frozen",
"py27-flask-login",
"py35-flask-login",
"py36-flask-login",
"py27-flask-sqlalchemy",
"py35-flask-sqlalchemy",
"py36-flask-sqlalchemy",
"py27-flask-uploads",
"py27-flask-wtf",
"py27-fortranformat",
"py35-fortranformat",
"py36-fortranformat",
"py27-fs",
"py36-fs",
"py27-funcparserlib",
"py35-funcparserlib",
"py36-funcparserlib",
"py27-fuzzywuzzy",
"py35-fuzzywuzzy",
"py36-fuzzywuzzy",
"py35-game",
"py27-gammapy",
"py35-gammapy",
"py36-gammapy",
"py27-gast",
"py35-gast",
"py36-gast",
"py27-gcn",
"py35-gcn",
"py36-gcn",
"py27-gdal",
"py35-gdal",
"py36-gdal",
"py27-gensim",
"py35-gensim",
"py36-gensim",
"py27-geocoder",
"py36-geocoder",
"py27-geographiclib",
"py35-geographiclib",
"py36-geographiclib",
"py-geohash",
"py27-geohash",
"py35-geohash",
"py36-geohash",
"py35-geoip",
"py36-geoip",
"py27-geojson",
"py35-geojson",
"py36-geojson",
"py27-geopy",
"py35-geopy",
"py36-geopy",
"py27-getkey",
"py35-getkey",
"py36-getkey",
"py27-gevent",
"py35-gevent",
"py36-gevent",
"py-git-review",
"py-glewpy",
"py27-glewpy",
"py27-gmpy",
"py35-gmpy",
"py36-gmpy",
"py27-gmpy2",
"py35-gmpy2",
"py36-gmpy2",
"py36-gnupg",
"py35-gnureadline",
"py-goocanvas",
"py27-goocanvas",
"py27-google-api",
"py35-google-api",
"py36-google-api",
"py27-google-pasta",
"py35-google-pasta",
"py36-google-pasta",
"py36-gpilab-core",
"py37-gpilab-core",
"py36-gpilab-examples",
"py36-gpilab-framework",
"py35-gpstime",
"py36-gpstime",
"py-grako",
"py27-grako",
"py35-grako",
"py36-grako",
"py27-graph-tool",
"py27-graphviz",
"py35-graphviz",
"py36-graphviz",
"py-grpcio",
"py-grpcio-tools",
"py27-gsd",
"py36-gsd",
"py27-gsl",
"py35-gsl",
"py36-gsl",
"py27-gwdatafind",
"py36-gwdatafind",
"py27-gwosc",
"py36-gwosc",
"py27-gwpy",
"py36-gwpy",
"py27-h11",
"py36-h11",
"py27-h2",
"py35-h2",
"py36-h2",
"py-hat-trie",
"py27-hat-trie",
"py35-hat-trie",
"py36-hat-trie",
"py-hcluster",
"py27-hcluster",
"py27-hdfs",
"py35-hdfs",
"py36-hdfs",
"py27-healpy",
"py35-healpy",
"py36-healpy",
"py27-heapdict",
"py35-heapdict",
"py36-heapdict",
"py-hgevolve",
"py27-hgevolve",
"py-hggit",
"py27-hggit",
"py27-hiredis",
"py35-hiredis",
"py36-hiredis",
"py27-honcho",
"py35-honcho",
"py36-honcho",
"py27-hpack",
"py35-hpack",
"py36-hpack",
"py27-html2text",
"py35-html2text",
"py36-html2text",
"py27-htseq",
"py36-htseq",
"py36-humanfriendly",
"py27-hyperframe",
"py35-hyperframe",
"py36-hyperframe",
"py27-hypy",
"py27-icalendar",
"py35-icalendar",
"py36-icalendar",
"py35-idna-ssl",
"py36-idna-ssl",
"py27-imdb",
"py27-imgur",
"py35-imgur",
"py36-imgur",
"py27-iminuit",
"py35-iminuit",
"py36-iminuit",
"py27-importmagic",
"py35-importmagic",
"py36-importmagic",
"py27-imread",
"py35-imread",
"py36-imread",
"py36-inflection",
"py27-instrumentkit",
"py27-intervaltree",
"py35-intervaltree",
"py36-intervaltree",
"py27-ioflo",
"py35-ioflo",
"py36-ioflo",
"py-ipaddr",
"py27-ipaddr",
"py38-ipaddr",
"py39-ipaddr",
"py36-ipdb",
"py27-ipy",
"py35-ipy",
"py36-ipy",
"py27-ipympl",
"py35-ipympl",
"py27-ipyparallel",
"py35-ipyparallel",
"py36-ipyparallel",
"py27-ipython-sql",
"py35-ipython-sql",
"py36-ipython-sql",
"py27-ipywidgets",
"py35-ipywidgets",
"py36-ipywidgets",
"py27-irodsclient",
"py36-irodsclient",
"py36-isce2",
"py27-isodate",
"py35-isodate",
"py36-isodate",
"py27-isort",
"py35-isort",
"py36-isort",
"py35-itemadapter",
"py36-itemadapter",
"py35-itemloaders",
"py36-itemloaders",
"py27-jaraco.functools",
"py35-jaraco.functools",
"py36-jaraco.functools",
"py27-jdcal",
"py35-jdcal",
"py36-jdcal",
"py35-jedi",
"py36-jedi",
"py-jenkins-job-builder",
"py27-jenkins-job-builder",
"py36-jinja2-time",
"py34-jmespath-terminal",
"py27-josepy",
"py36-josepy",
"py27-jsbeautifier",
"py27-json-rpc",
"py35-json-rpc",
"py36-json-rpc",
"py27-json-tricks",
"py36-json-tricks",
"py36-jsonpatch",
"py36-jsonpointer",
"py27-jug",
"py35-jug",
"py36-jug",
"py27-jupyter",
"py35-jupyter",
"py36-jupyter",
"py27-jupyter_console",
"py35-jupyter_console",
"py36-jupyter_console",
"py27-jupyter_core",
"py35-jupyter_core",
"py36-jupyter_core",
"py27-jupyterlab",
"py35-jupyterlab",
"py-jupyterlab_launcher",
"py27-jupyterlab_launcher",
"py35-jupyterlab_launcher",
"py36-jupyterlab_launcher",
"py37-jupyterlab_launcher",
"py35-jupyterlab_server",
"py36-jupyterlab_widgets",
"py35-jwt",
"py27-kaitaistruct",
"py36-kaitaistruct",
"py27-kaptan",
"py35-kaptan",
"py36-kaptan",
"py27-kapteyn",
"py27-kcs11",
"py27-keras",
"py35-keras",
"py36-keras",
"py27-keras_applications",
"py35-keras_applications",
"py36-keras_applications",
"py27-keras_preprocessing",
"py35-keras_preprocessing",
"py36-keras_preprocessing",
"py27-keyring",
"py35-keyring",
"py36-keyring",
"py36-keystoneauth1",
"py36-keystoneclient",
"py-kid",
"py27-kid",
"py27-kivy",
"py35-kivy",
"py36-kivy",
"py36-klein",
"py27-kombine",
"py36-kombine",
"py-kqueue",
"py27-kqueue",
"py27-langid",
"py35-langid",
"py36-langid",
"py27-lazy_object_proxy",
"py35-lazy_object_proxy",
"py36-lazy_object_proxy",
"py27-ldap3",
"py36-ldap3",
"py27-leather",
"py35-leather",
"py36-leather",
"py27-leveldb",
"py35-leveldb",
"py36-leveldb",
"py27-libarchive-c",
"py35-libarchive-c",
"py36-libarchive-c",
"py35-libcloud",
"py36-libcloud",
"py27-libnacl",
"py35-libnacl",
"py36-libnacl",
"py27-libtmux",
"py35-libtmux",
"py36-libtmux",
"py27-ligo-gracedb",
"py36-ligo-gracedb",
"py36-ligo-segments",
"py37-ligo-segments",
"py38-ligo-segments",
"py27-ligotimegps",
"py36-ligotimegps",
"py27-llvmlite",
"py35-llvmlite",
"py36-llvmlite",
"py37-lmdb",
"py27-lmfit",
"py36-lmfit",
"py27-locket",
"py35-locket",
"py36-locket",
"py35-logbook",
"py36-logbook",
"py27-logilab-constraint",
"py35-logilab-constraint",
"py36-logilab-constraint",
"py36-lscsoft-glue",
"py27-ly",
"py35-ly",
"py36-ly",
"py27-macfsevents",
"py35-macfsevents",
"py36-macfsevents",
"py33-macholib",
"py34-macholib",
"py35-macholib",
"py36-macholib",
"py27-mahotas",
"py35-mahotas",
"py36-mahotas",
"py27-managesieve",
"py27-mando",
"py35-mando",
"py36-mando",
"py27-marisa-trie",
"py35-marisa-trie",
"py36-marisa-trie",
"py36-markdown-it-py",
"py27-matplotlib-basemap",
"py35-matplotlib-basemap",
"py36-matplotlib-basemap",
"py35-mayavi",
"py36-mayavi",
"py-mcrypt",
"py27-mcrypt",
"py36-mdit-py-plugins",
"py34-mdtraj",
"py35-mdtraj",
"py37-mecab",
"py27-meld3",
"py35-meld3",
"py36-meld3",
"py27-memprof",
"py35-memprof",
"py36-memprof",
"py27-mercantile",
"py35-mercantile",
"py36-mercantile",
"py-mercurial_keyring",
"py27-mercurial_keyring",
"py37-mercurial_keyring",
"py38-mercurial_keyring",
"py39-mercurial_keyring",
"py27-meta",
"py36-meta",
"py36-metakernel",
"py34-metakernel",
"py35-metakernel",
"py27-metar",
"py-mhash",
"py27-mhash",
"py27-mimeparse",
"py35-mimeparse",
"py36-mimeparse",
"py35-minidb",
"py36-minidb",
"py27-misaka",
"py35-misaka",
"py36-misaka",
"py35-mistune",
"py36-mistune",
"py36-mitmproxy",
"py-mlpy",
"py27-mlpy",
"py35-mlpy",
"py36-mlpy",
"py27-mmh3",
"py36-mmh3",
"py27-mmtf-python",
"py36-mmtf-python",
"py33-modulegraph",
"py27-molmod",
"py27-montage",
"py35-montage",
"py36-montage",
"py27-mpld3",
"py35-mpld3",
"py36-mpld3",
"py27-mrjob",
"py35-mrjob",
"py36-mrjob",
"py27-mssql",
"py35-mssql",
"py36-mssql",
"py35-multidict",
"py27-multipledispatch",
"py35-multipledispatch",
"py36-multipledispatch",
"py27-murmurhash",
"py35-murmurhash",
"py36-murmurhash",
"py-mustache",
"py27-mustache",
"py35-mustache",
"py36-mustache",
"py27-mygpoclient",
"py36-mygpoclient",
"py36-mypy_extensions",
"py27-natsort",
"py36-natsort",
"py27-nbformat",
"py35-nbformat",
"py36-nbformat",
"py27-nbval",
"py35-nbval",
"py36-nbval",
"py27-nbxmpp",
"py37-nbxmpp",
"py38-nbxmpp",
"py27-nclib",
"py35-nclib",
"py36-nclib",
"py27-ndg_httpsclient",
"py36-ndg_httpsclient",
"py27-neovim",
"py36-neovim",
"py27-netifaces",
"py36-netifaces",
"py27-nibabel",
"py35-nibabel",
"py36-nibabel",
"py27-nltk",
"py35-nltk",
"py36-nltk",
"py27-nose-exclude",
"py35-nose-exclude",
"py36-nose-exclude",
"py27-notebook",
"py35-notebook",
"py36-notebook",
"py36-novaclient",
"py27-Nuitka",
"py35-Nuitka",
"py36-Nuitka",
"py27-numba",
"py35-numba",
"py36-numba",
"py27-numdifftools",
"py36-numdifftools",
"py27-numpydoc",
"py35-numpydoc",
"py36-numpydoc",
"py27-nwdiag",
"py35-nwdiag",
"py36-nwdiag",
"py27-oauth2client",
"py35-oauth2client",
"py36-oauth2client",
"py35-oauthlib",
"py36-oauthlib",
"py27-obspy",
"py35-obspy",
"py36-obspy",
"py27-octave_kernel",
"py36-octave_kernel",
"py34-octave_kernel",
"py35-octave_kernel",
"py27-odo",
"py35-odo",
"py36-odo",
"py27-omniORBpy",
"py36-omniORBpy",
"py27-openbabel",
"py27-openid",
"py27-openopt",
"py36-openopt",
"py34-openslide",
"py35-openssl",
"py36-openssl",
"py36-openstackclient",
"py36-openstacksdk",
"py36-os-service-types",
"py36-osc-lib",
"py27-oset",
"py36-oset",
"py36-oslo-config",
"py36-oslo-i18n",
"py36-oslo-serialization",
"py36-oslo-utils",
"py36-outcome",
"py27-owslib",
"py35-owslib",
"py36-owslib",
"py27-pacal",
"py27-paho-mqtt",
"py36-paho-mqtt",
"py27-pandasql",
"py35-pandasql",
"py36-pandasql",
"py27-pandocfilters",
"py35-pandocfilters",
"py36-pandocfilters",
"py36-param",
"py35-paramiko",
"py27-parse",
"py35-parse",
"py36-parse",
"py27-parse-type",
"py36-parse-type",
"py27-parsedatetime",
"py35-parsedatetime",
"py36-parsedatetime",
"py27-parsel",
"py35-parsel",
"py36-parsel",
"py27-parsimonious",
"py36-parsimonious",
"py27-partd",
"py35-partd",
"py36-partd",
"py27-parver",
"py36-parver",
"py27-passlib",
"py35-passlib",
"py36-passlib",
"py27-path",
"py35-path",
"py36-path",
"py27-pathfinder",
"py35-pathfinder",
"py36-pathfinder",
"py36-pathspec",
"py27-patsy",
"py35-patsy",
"py36-patsy",
"py36-pdfminer",
"py-peak",
"py27-peak",
"py27-petsc4py",
"py35-petsc4py",
"py36-petsc4py",
"py35-pew",
"py36-pew",
"py35-pexpect",
"py36-pexpect",
"py27-pgspecial",
"py36-pgspecial",
"py-pgsql",
"py27-pgsql",
"py36-photutils",
"py37-photutils",
"py35-pickleshare",
"py36-pickleshare",
"py27-pika",
"py35-pika",
"py36-pika",
"py27-pint",
"py35-pint",
"py36-pint",
"py27-pipfile",
"py36-pipfile",
"py27-pivy",
"py35-pivy",
"py36-pivy",
"py27-pkgconfig",
"py35-pkgconfig",
"py36-pkgconfig",
"py27-pkginfo",
"py36-pkginfo",
"py27-plac",
"py35-plac",
"py36-plac",
"py27-plumbum",
"py35-plumbum",
"py36-plumbum",
"py36-plumed",
"py35-plyvel",
"py36-plyvel",
"py37-pmdarima",
"py27-pmw",
"py35-pmw",
"py36-pmw",
"py27-podcastparser",
"py36-podcastparser",
"py27-poppler-qt4",
"py35-poppler-qt4",
"py36-poppler-qt4",
"py27-portend",
"py35-portend",
"py36-portend",
"py-posixtimezone",
"py27-posixtimezone",
"py35-postgresql",
"py36-postgresql",
"py36-powerline",
"py37-powerline",
"py36-poyo",
"py-pp",
"py27-pp",
"py27-pptx",
"py36-pptx",
"py27-preshed",
"py35-preshed",
"py36-preshed",
"py-probstat",
"py27-probstat",
"py27-protego",
"py35-protego",
"py36-protego",
"py27-prov",
"py35-prov",
"py36-prov",
"py27-pss",
"py35-pss",
"py36-pss",
"py27-publicsuffix2",
"py36-publicsuffix2",
"py27-pudb",
"py35-pudb",
"py36-pudb",
"py35-py2app",
"py36-py2app",
"py27-pyFAI",
"py35-pyFAI",
"py36-pyFAI",
"py36-pyaes",
"py36-pyasdf",
"py27-pyaudio",
"py35-pyaudio",
"py36-pyaudio",
"py27-pyavm",
"py35-pyavm",
"py36-pyavm",
"py27-pybonjour",
"py27-pybox2d",
"py36-pybox2d",
"py36-pybtex",
"py27-pybtex-docutils",
"py36-pybtex-docutils",
"py27-pycares",
"py35-pycares",
"py-pycg",
"py27-pycg",
"py-pycluster",
"py27-pycluster",
"py27-pycson",
"py36-pyct",
"py36-pydicom",
"py-pyds9",
"py27-pyds9",
"py36-pyerfa",
"py35-pyface",
"py36-pyface",
"py27-pyfftw",
"py35-pyfftw",
"py36-pyfftw",
"py27-pyficache",
"py35-pyficache",
"py36-pyficache",
"py27-pyflakes",
"py35-pyflakes",
"py27-pygccxml",
"py35-pygccxml",
"py36-pygccxml",
"py36-pygeos",
"py36-pygit2",
"py35-pygithub",
"py36-pygithub",
"py27-pygmsh",
"py36-pygmsh",
"py27-pygpu",
"py35-pygpu",
"py36-pygpu",
"py27-pygraphviz",
"py35-pygraphviz",
"py36-pygraphviz",
"py37-pygraphviz",
"py27-pygresql",
"py27-pyhyphen",
"py36-pyhyphen",
"py27-pyicu",
"py35-pyicu",
"py36-pyicu",
"py27-pyinstaller",
"py36-pyinstaller",
"py27-pyke",
"py35-pyke",
"py36-pyke",
"py27-pykerberos",
"py36-pykerberos",
"py27-pylibmc",
"py35-pylibmc",
"py36-pylibmc",
"py27-pylru",
"py35-pylru",
"py36-pylru",
"py36-pyls-black",
"py36-pymc3",
"py27-pymca",
"py-pyml",
"py27-pyml",
"py27-pympler",
"py35-pympler",
"py36-pympler",
"py27-pymvpa",
"py35-pymvpa",
"py36-pymvpa",
"py36-pymysql",
"py35-pynacl",
"py27-pynamecheap",
"py36-pynamecheap",
"py27-pynetdicom",
"py36-pynetdicom",
"py36-pyobjc",
"py27-pyodbc",
"py35-pyopencl",
"py36-pyopencl",
"py27-pyorick",
"py35-pyorick",
"py36-pyorick",
"py27-pypdf2",
"py35-pypdf2",
"py36-pypdf2",
"py27-pypeg2",
"py35-pypeg2",
"py36-pypeg2",
"py27-pyperclip",
"py35-pyperclip",
"py36-pyperclip",
"py27-pyplusplus",
"py35-pyplusplus",
"py36-pyplusplus",
"py27-pypostal",
"py35-pypostal",
"py36-pypostal",
"py27-pyproj",
"py35-pyproj",
"py36-pyproj",
"py-pyprotocols",
"py27-pyprotocols",
"py39-pyqt4",
"py-pyqt5-common",
"py35-pyqt5-webengine",
"py35-pyqt5-chart",
"py36-pyqt5-webengine",
"py36-pyqt5-chart",
"py35-pyqtgraph",
"py36-pyqtgraph",
"py27-pyregion",
"py35-pyregion",
"py36-pyregion",
"py27-pyrfc3339",
"py35-pyrfc3339",
"py36-pyrfc3339",
"py35-pyro",
"py36-pyro",
"py35-pyrxp",
"py36-pyrxp",
"py37-pyrxp",
"py27-pysam",
"py36-pysam",
"py27-pyshp",
"py35-pyshp",
"py36-pyshp",
"py35-pyside",
"py36-pyside",
"py35-pyside-tools",
"py36-pyside-tools",
"py27-pyside2",
"py-pysparse",
"py27-pysparse",
"py27-pystache",
"py35-pystache",
"py36-pystache",
"py36-pysvn",
"py35-pytest-asyncio",
"py27-pytest-forked",
"py35-pytest-forked",
"py36-pytest-forked",
"py27-pytest-html",
"py36-pytest-html",
"py27-pytest-metadata",
"py36-pytest-metadata",
"py36-pytest-mock",
"py36-pytest-mpl",
"py27-pytest-qt",
"py35-pytest-qt",
"py36-pytest-qt",
"py27-pytest-xdist",
"py35-pytest-xdist",
"py36-pytest-xdist",
"py36-pytesting-utils",
"py27-python-augeas",
"py35-python-augeas",
"py36-python-augeas",
"py27-python-daemon",
"py27-python-dotenv",
"py35-python-dotenv",
"py36-python-dotenv",
"py27-python-jsonrpc-server",
"py35-python-jsonrpc-server",
"py36-python-jsonrpc-server",
"py35-pythonz",
"py36-pythonz",
"py27-pytimeparse",
"py35-pytimeparse",
"py36-pytimeparse",
"py-pytoml",
"py36-pytoml",
"py37-pytoml",
"py38-pytoml",
"py39-pytoml",
"py27-pytzdata",
"py36-pytzdata",
"py38-pyubjson",
"py27-pyusb",
"py35-pyusb",
"py36-pyusb",
"py27-pyvcf",
"py36-pyvcf",
"py27-pyviennacl",
"py35-pyviennacl",
"py36-pyviennacl",
"py36-pyviz_comms",
"py35-pyx",
"py36-pyx",
"py27-pyxb",
"py35-pyxb",
"py36-pyxb",
"py-pyxg",
"py27-pyxg",
"py27-qimage2ndarray",
"py36-qimage2ndarray",
"py36-qpageview",
"py27-qrcode",
"py36-qrcode",
"py36-qstylizer",
"py27-qtawesome",
"py35-qtawesome",
"py36-qtawesome",
"py27-qtconsole",
"py35-qtconsole",
"py36-qtconsole",
"py27-quantities",
"py35-quantities",
"py36-quantities",
"py27-queuelib",
"py35-queuelib",
"py36-queuelib",
"py27-quixote",
"py27-qutip",
"py35-qutip",
"py36-qutip",
"py27-rad",
"py27-radix",
"py36-rasa-nlu",
"py27-rasterio",
"py35-rasterio",
"py36-rasterio",
"py27-ratelim",
"py36-ratelim",
"py27-rbtools",
"py35-rbtools",
"py36-rbtools",
"py27-rdflib",
"py35-rdflib",
"py36-rdflib",
"py27-readme_renderer",
"py36-readme_renderer",
"py27-redis",
"py35-redis",
"py36-redis",
"py27-regex",
"py35-regex",
"py36-regex",
"py27-regions",
"py35-regions",
"py36-regions",
"py27-repl",
"py35-reportlab",
"py36-reproject",
"py27-requests-file",
"py36-requests-file",
"py35-requests-oauthlib",
"py35-requests-unixsocket",
"py36-requests-unixsocket",
"py36-requestsexceptions",
"py35-resumable-urlretrieve",
"py36-resumable-urlretrieve",
"py27-rfc3339",
"py36-rfc3986",
"py27-rfc3987",
"py35-rfc3987",
"py36-rfc3987",
"py27-rfc6555",
"py36-robotframework",
"py36-robotframework-seleniumlibrary",
"py27-robotremoteserver",
"py35-robotremoteserver",
"py36-robotremoteserver",
"py35-routes",
"py36-routes",
"py27-rpy2",
"py35-rpy2",
"py36-rpy2",
"py27-rstcheck",
"py27-rtm",
"py35-rtm",
"py36-rtm",
"py27-ruamel-yaml-clib",
"py36-ruamel-yaml-clib",
"py-ruledispatch",
"py27-ruledispatch",
"py27-s3fs",
"py35-s3fs",
"py36-s3fs",
"py27-s3transfer",
"py35-s3transfer",
"py36-s3transfer",
"py34-scandir",
"py35-scandir",
"py36-scandir",
"py37-scandir",
"py27-scgi",
"py27-scikit-build",
"py36-scikit-hep-hepstats",
"py36-scikit-hep-mplhep",
"py36-scikit-hep-mplhep_data",
"py27-scikit-image",
"py35-scikit-image",
"py36-scikit-image",
"py27-scikit-umfpack",
"py35-scikit-umfpack",
"py36-scikit-umfpack",
"py27-scikits-bootstrap",
"py35-scikits-bootstrap",
"py36-scikits-bootstrap",
"py36-scimath",
"py27-scoop",
"py35-scoop",
"py36-scoop",
"py27-scrapy",
"py36-scrapy",
"py27-scruffington",
"py35-scruffington",
"py36-scruffington",
"py27-seaborn",
"py35-seaborn",
"py36-seaborn",
"py27-selenium",
"py27-send2trash",
"py35-send2trash",
"py36-send2trash",
"py27-seqdiag",
"py35-seqdiag",
"py36-seqdiag",
"py35-service_identity",
"py27-setupmeta",
"py27-setuptools-git",
"py35-setuptools-git",
"py36-setuptools-git",
"py-sfepy",
"py27-sfepy",
"py36-sgmllib3k",
"py27-sh",
"py35-sh",
"py36-sh",
"py27-shapely",
"py35-shapely",
"py27-shove",
"py35-shove",
"py36-shove",
"py27-simplekml",
"py36-simpy",
"py36-simpy-docs",
"py27-sip",
"py36-slackclient",
"py27-slepc4py",
"py35-slepc4py",
"py36-slepc4py",
"py27-slugify",
"py35-slugify",
"py36-slugify",
"py27-smart_open",
"py35-smart_open",
"py36-smart_open",
"py36-sniffio",
"py27-snuggs",
"py35-snuggs",
"py36-snuggs",
"py27-sortedcollections",
"py35-sortedcollections",
"py36-sortedcollections",
"py27-sounddevice",
"py35-sounddevice",
"py36-sounddevice",
"py36-spaCy",
"py37-spaCy-models",
"py27-spacepy",
"py35-spacepy",
"py36-spacepy",
"py27-spark_parser",
"py35-spark_parser",
"py36-spark_parser",
"py27-sparqlwrapper",
"py35-sparqlwrapper",
"py36-sparqlwrapper",
"py27-speg",
"py36-sphinx-bootstrap-theme",
"py27-sphinx-gallery",
"py36-sphinx-gallery",
"py27-sphinx_rtd_theme",
"py35-sphinx_rtd_theme",
"py36-sphinx_rtd_theme",
"py27-sphinxcontrib-bibtex",
"py36-sphinxcontrib-bibtex",
"py35-sphinxcontrib-svg2pdfconverter",
"py36-sphinxcontrib-svg2pdfconverter",
"py37-spiceypy",
"py36-spyder",
"py36-spyder-devel",
"py27-spyder-kernels",
"py35-spyder-kernels",
"py36-spyder-kernels-devel",
"py27-sqlobject",
"py36-srsly",
"py27-stanfordnlp",
"py27-stfio",
"py35-stfio",
"py36-stfio",
"py27-stopit",
"py35-stopit",
"py36-stopit",
"py27-storm",
"py27-structlog",
"py35-subvertpy",
"py36-subvertpy",
"py27-sumy",
"py35-sumy",
"py36-sumy",
"py27-supervisor",
"py27-svipc",
"py35-svipc",
"py36-svipc",
"py-swap",
"py27-swap",
"py27-sybil",
"py35-sybil",
"py36-sybil",
"py27-sympy",
"py35-sympy",
"py36-sympy",
"py27-tabulate",
"py35-tabulate",
"py36-tabulate",
"py-tahchee",
"py27-tahchee",
"py27-tastypie",
"py27-tatsu",
"py35-tatsu",
"py36-tatsu",
"py37-tatsu",
"py27-tblib",
"py35-tblib",
"py36-tblib",
"py-tc",
"py27-tc",
"py35-tc",
"py36-tc",
"py-tclink",
"py27-tclink",
"py27-tempora",
"py35-tempora",
"py36-tempora",
"py27-tensorboard1",
"py36-tensorboard1",
"py27-tensorflow_estimator1",
"py36-tensorflow_estimator1",
"py-tensorflow_macos",
"py38-tensorflow_macos",
"py27-termcolor",
"py35-termcolor",
"py36-termcolor",
"py27-terminado",
"py35-terminado",
"py36-terminado",
"py27-terminaltables",
"py36-terminaltables",
"py36-test-runner",
"py27-testfixtures",
"py36-testfixtures",
"py27-testtools",
"py27-text-unidecode",
"py35-text-unidecode",
"py36-text-unidecode",
"py36-textdistance",
"py27-texttable",
"py35-texttable",
"py36-texttable",
"py37-tfx-bsl",
"py38-tfx-bsl",
"py27-theano",
"py35-theano",
"py36-theano",
"py36-theano-pymc",
"py36-thinc",
"py35-three-merge",
"py36-three-merge",
"py35-thrift",
"py36-thrift",
"py27-tinycss",
"py35-tinycss",
"py36-tinycss",
"py27-tldextract",
"py36-tldextract",
"py27-tmuxp",
"py36-tmuxp",
"py27-toolz",
"py35-toolz",
"py36-toolz",
"py37-torchtext",
"py37-tornado5",
"py27-tox",
"py35-tox",
"py36-tox",
"py27-tpot",
"py35-tpot",
"py36-tpot",
"py27-tracer",
"py35-tracer",
"py36-tracer",
"py35-traits",
"py36-traits",
"py35-traitsui",
"py36-traitsui",
"py27-traittypes",
"py35-traittypes",
"py36-traittypes",
"py35-transaction",
"py36-transaction",
"py27-translationstring",
"py35-translationstring",
"py36-translationstring",
"py-tre",
"py27-tre",
"py-trep",
"py27-trep",
"py-trepan",
"py27-trepan",
"py36-trio",
"py27-trustme",
"py35-trustme",
"py36-trustme",
"py27-ttfquery",
"py-turbogears",
"py27-turbogears",
"py-turbokid",
"py27-turbokid",
"py27-tvdb",
"py35-tvdb",
"py36-tvdb",
"py27-tvnamer",
"py35-tvnamer",
"py36-tvnamer",
"py35-tweepy",
"py36-tweepy",
"py27-twilio",
"py35-twilio",
"py36-twilio",
"py-twine",
"py27-twine",
"py36-twine",
"py37-twine",
"py38-twine",
"py27-twython",
"py36-twython",
"py27-txgithub",
"py36-txgithub",
"py38-typed-ast",
"py39-typed-ast",
"py27-ujson",
"py35-ujson",
"py36-ujson",
"py27-uncertainties",
"py35-uncertainties",
"py36-uncertainties",
"py27-uncompyle6",
"py35-uncompyle6",
"py36-uncompyle6",
"py27-unicodedata2",
"py36-unicodedata2",
"py27-unidecode",
"py35-unidecode",
"py36-unidecode",
"py27-unittest-xml-reporting",
"py36-unittest-xml-reporting",
"py27-unum",
"py27-update_checker",
"py35-update_checker",
"py36-update_checker",
"py27-uritemplate",
"py35-uritemplate",
"py36-uritemplate",
"py27-urlwatch",
"py35-urlwatch",
"py36-urlwatch",
"py27-usadel1",
"py36-userpath",
"py27-utidylib",
"py27-vcversioner",
"py36-vcversioner",
"py27-virtualenv-clone",
"py35-virtualenv-clone",
"py36-virtualenv-clone",
"py27-virtualenvwrapper",
"py35-virtualenvwrapper",
"py36-virtualenvwrapper",
"py27-virtualfish",
"py35-virtualfish",
"py36-virtualfish",
"py36-visa",
"py35-vo",
"py36-vo",
"py27-vobject",
"py35-vobject",
"py36-vobject",
"py27-wand",
"py35-wand",
"py36-wand",
"py35-watchdog",
"py36-watchdog",
"py36-wcmatch",
"py27-webcolors",
"py35-webcolors",
"py36-webcolors",
"py35-whoosh",
"py27-widgetsnbextension",
"py35-widgetsnbextension",
"py36-widgetsnbextension",
"py35-wntr",
"py36-wntr",
"py27-word2vec",
"py35-word2vec",
"py36-word2vec",
"py38-wsaccel",
"py27-wtforms",
"py35-wtforms",
"py36-wtforms",
"py27-wurlitzer",
"py35-wurlitzer",
"py36-wurlitzer",
"py35-wxpython-4.0",
"py36-wxpython-4.0",
"py27-xattr",
"py35-xattr",
"py36-xattr",
"py35-xdg",
"py36-xdg",
"py27-xdis",
"py35-xdis",
"py36-xdis",
"py27-xhtml2pdf",
"py27-xlib",
"py27-xlrd",
"py36-xlrd",
"py27-xlsx2csv",
"py36-xlsx2csv",
"py-xlutils",
"py27-xlutils",
"py-xlwt",
"py27-xlwt",
"py35-xlwt",
"py36-xlwt",
"py27-xmldiff",
"py27-xmlsec",
"py36-xmlsec",
"py27-xmltodict",
"py35-xmltodict",
"py36-xmltodict",
"py27-yapf",
"py35-yapf",
"py36-yapf",
"py27-yappi",
"py36-yappi",
"py27-yapsy",
"py35-yapsy",
"py36-yapsy",
"py35-yarl",
"py27-yt",
"py35-yt",
"py36-yt",
"py35-zc-lockfile",
"py36-zc-lockfile",
"py27-zope-component",
"py35-zope-component",
"py36-zope-component",
"py27-zope-deferredimport",
"py27-zope-deprecation",
"py36-zope-deprecation",
"py27-zope-hookable",
"py36-zope-hookable",
"py27-zope-proxy",
"py36-zope-proxy",
"py27-zopfli",
"py36-zopfli",
"py36-zstd",
"trepan2_select",
"rb-ferret",
"rb-ncurses-ruby",
"rb-rcairo",
"rb-tweetstream",
"rb-twitter-stream",
"rb-zip",
"rb19-em-websocket",
"rb19-eventmachine",
"rb19-guard-livereload",
"rb19-json",
"rb19-racc",
"rb19-rcairo",
"rb19-redcloth",
"rb19-thin",
"clustalx",
"gate",
"gnuradio-devel",
"gr-dvbs",
"gr-dvbs2",
"gr-dvbt",
"hdf5-lz4-plugin",
"py36-lalburst",
"py36-lalframe",
"py27-lalinference",
"py36-lalinference",
"py36-lalinspiral",
"py36-lalmetaio",
"py27-lalpulsar",
"py36-lalpulsar",
"py36-lalsimulation",
"libemos",
"magic-devel",
"mpi-doc-devel",
"mpich-clang50",
"mpich-devel-clang50",
"mpich-gcc5",
"mpich-devel-gcc5",
"mpich-gcc49",
"mpich-devel-gcc49",
"mpich-gcc6",
"mpich-devel-gcc6",
"mpich-devel-gcc7",
"mpich-clang70",
"mpich-devel-clang70",
"mpich-devel-clang",
"mpich-gcc8",
"mpich-devel-gcc8",
"mpich-devel-clang90",
"mpich-devel-gcc9",
"mpich-clang60",
"mpich-devel-clang60",
"mpich-clang80",
"mpich-devel-clang80",
"mpich-gccdevel",
"mpich-devel-gccdevel",
"mpich-devel-clang10",
"mpich-devel-gcc10",
"mpich-devel-clang11",
"mpich-devel",
"mpich-devel-default",
"openmpi-clang50",
"openmpi-devel-clang50",
"openmpi-gcc5",
"openmpi-devel-gcc5",
"openmpi-gcc6",
"openmpi-devel-gcc6",
"openmpi-clang70",
"openmpi-devel-clang70",
"openmpi-devel-gcc7",
"openmpi-devel-clang",
"openmpi-gcc8",
"openmpi-devel-gcc8",
"openmpi-devel-gcc9",
"openmpi-devel-clang90",
"openmpi-clang60",
"openmpi-devel-clang60",
"openmpi-clang80",
"openmpi-devel-clang80",
"openmpi-devel-gcc10",
"openmpi-devel-clang10",
"openmpi-devel-clang11",
"openmpi-clang33",
"openmpi-devel-clang33",
"openmpi-clang34",
"openmpi-devel-clang34",
"openmpi-gcc49",
"openmpi-devel-gcc49",
"openmpi-clang37",
"openmpi-devel-clang37",
"openmpi-devel",
"openmpi-devel-default",
"peekabot",
"peekabot-client",
"peekabot-server",
"stellarium-devel",
"volk-devel",
"aescrypt",
"pgp",
"py27-yara",
"py35-yara",
"py36-yara",
"osh",
"bacula5",
"btrfs-progs",
"createrepo",
"detach",
"hyperic-sigar",
"lxqt-openssh-askpass-devel",
"mcrypt",
"qterminal-devel",
"repoview",
"salt-minion",
"salt-master",
"salt-syndic",
"salt-api",
"simg2img-devel",
"terragrunt-0.27",
"terragrunt-0.26",
"terragrunt-0.24",
"yum",
"yum-createrepo",
"yum-utils",
"detex",
"pgf",
"sword-glossary-eren_el",
"xdxf_makedict",
"chromedriver-78",
"drupal8",
"drush",
"emacs-w3m-devel",
"py27-nghttp2",
"py36-nghttp2",
"wikkawiki",
"squeeze",
"vte-gtk2-xfce",
"py37-tensorflow-probability",
"py38-allennlp",
"py36-ukpostcodeparser",
"py27-hcloud",
"py36-pytest-subtests",
"py36-backports.cached-property",
"openmpi-devel-gcc11",
"py36-pyotp",
"py37-gammapy",
"py39-ligo-segments",
"llvm-12",
"clang-12",
"lldb-12",
"py36-tinycss2",
"py36-alagitpull",
"py36-recommonmark",
"py36-sphinx-issues",
"py36-myst-parser",
"p5.32-b-c",
"p5.325.32-cpan-meta",
"p5.325.32-cpan-meta-requirements",
"p5.325.32-cpan-meta-yaml",
"p5.325.32-crypt-cbc",
"p5.325.32-encode",
"p5.32-gnome2",
"p5.32-gnome2-canvas",
"p5.32-gnome2-gconf",
"p5.32-gnome2-print",
"p5.32-gnome2-vfs",
"p5.32-gnome2-wnck",
"p5.32-gtk2-gladexml",
"p5.32-gtk2-sourceview",
"p5.32-gtk2-sourceview2",
"p5.325.32-inc-latest",
"p5.325.32-module-build",
"p5.325.32-module-metadata",
"p5.325.32-perl-ostype",
"p5.325.32-pod-escapes",
"p5.325.32-pod-simple",
"p5.32-pod-weaver-section-generatesection",
"p5.325.32-podlators",
"p5.32-razor-agents",
"p5.325.32-scalar-list-utils",
"p5.325.32-socket",
"p5.325.32-version",
"p5.32-zeromq",
"py36-python-lsp-jsonrpc",
"py34-platformdirs",
"py27-ipadic",
"py27-mecab-python3",
"scala3",
"py37-gpsoauth",
"py-gmusicapi",
"py37-gmusicapi",
"py38-gmusicapi",
"py39-gmusicapi",
"py66-deprecation",
"py36-pyqt5-scintilla",
"py27-smi",
"py35-smi",
"py36-smi",
"py37-pymatgen",
"py310-typed-ast",
"py37-bootstrap-modules",
"py38-bootstrap-modules",
"py39-bootstrap-modules",
"py310-bootstrap-modules",
"py27-xkcdpass",
"py36-xkcdpass",
"py36-ansible-core",
"py36-resolvelib",
"py36-aiosignal",
"py36-asynctest",
"py39-acefile",
"py310-acefile",
"py27-django-gravatar2",
"p5.28-pod-parser",
"p5.30-pod-parser",
"py27-pytest-benchmark",
"py27-cpuinfo",
"py36-pytest-datadir",
"py36-colorcet",
"py37-kapteyn",
"p5.34-b-c",
"p5.34-pod-weaver-section-generatesection",
"p5.34-razor-agents",
"p5.34-zeromq"
]
}
]
},
{
"name": "lldb-9.0",
"portdir": "lang/llvm-9.0",
"version": "9.0.1",
"license": "NCSA",
"platforms": "{darwin >= 16 < 22}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "Lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"debug",
"assertions",
"emulated_tls"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"swig-python",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libomp",
"llvm-9.0",
"python27",
"libxml2",
"zlib",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"lldb_select-9.0"
]
}
],
"depends_on": []
},
{
"name": "llvm-devel",
"portdir": "lang/llvm-devel",
"version": "20250908-408a2e7c",
"license": "NCSA",
"platforms": "{darwin >= 11}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://llvm.org/",
"description": "llvm is a next generation compiler infrastructure",
"long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-yaml",
"cctools",
"cmake",
"ninja",
"clang-17",
"python313",
"py313-pygments"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"xar",
"zlib",
"zstd",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"llvm_select-devel"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mlir-devel",
"clang-devel",
"lldb-devel",
"flang-devel"
]
}
]
},
{
"name": "clang-devel",
"portdir": "lang/llvm-devel",
"version": "20250908-408a2e7c",
"license": "NCSA",
"platforms": "{darwin >= 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://clang.llvm.org/",
"description": "C, C++, Objective C and Objective C++ compiler",
"long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"debug",
"tests",
"analyzer",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"python313",
"cctools",
"cmake",
"ninja",
"clang-17",
"py313-yaml",
"py313-pygments"
]
},
{
"type": "lib",
"ports": [
"ld64",
"libcxx",
"libomp",
"llvm-devel",
"libxml2"
]
},
{
"type": "run",
"ports": [
"clang_select-devel",
"perl5",
"cctools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lldb-devel",
"flang-devel"
]
},
{
"type": "run",
"ports": [
"emscripten"
]
}
]
},
{
"name": "lldb-devel",
"portdir": "lang/llvm-devel",
"version": "20250908-408a2e7c",
"license": "NCSA",
"platforms": "{darwin >= 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lldb.llvm.org/",
"description": "the LLVM debugger",
"long_description": "lldb is the LLVM native debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
},
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"ninja",
"swig-python",
"doxygen",
"clang-17",
"python313",
"py313-pygments",
"py313-yaml"
]
},
{
"type": "lib",
"ports": [
"xar",
"zlib",
"libedit",
"libffi",
"ncurses",
"libcxx",
"llvm-devel",
"clang-devel",
"python313"
]
},
{
"type": "run",
"ports": [
"lldb_select-devel"
]
}
],
"depends_on": []
},
{
"name": "llvm-gcc42",
"portdir": "lang/llvm-gcc42",
"version": "2336.11",
"license": "(GPL-2+ or Permissive)",
"platforms": "{darwin < 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://opensource.apple.com/",
"description": "llvm-gcc42 is a gcc compiler frontend for llvm",
"long_description": "llvm-gcc42 integrates the LLVM optimizers and code generator with the GCC 4.2 parser. This allows LLVM to compile languages supported by the GCC compiler frontends, and provides high-fidelity drop-in compatibility with version 4.2 of GCC.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"cctools",
"ld64"
]
},
{
"type": "run",
"ports": [
"gcc_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mysql51"
]
},
{
"type": "run",
"ports": [
"gccxml-devel"
]
}
]
},
{
"name": "logtalk",
"portdir": "lang/logtalk",
"version": "3.100.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://logtalk.org/",
"description": "Logtalk - Open source object-oriented logic programming language",
"long_description": "Logtalk is an object-oriented logic programming language that extends and leverages the Prolog language with a feature set suitable for programming in the large. Logtalk supports modern code encapsulation and code reuse mechanisms without compromising the declarative programming features of Prolog. Logtalk is implemented in highly portable code and can use most modern and standards compliant Prolog implementations as a back-end compiler. As a multi-paradigm language, it includes support for modules, prototypes, classes, protocols (interfaces), categories (components and hot patching), event-driven programming, and high-level multi-threading programming. Its distribution uses a commercial friendly license and includes full documentation, portable libraries, a comprehensive set of portable developer tools, and a large number of programming examples to help get you started.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "pmoura",
"github": "pmoura",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"shared-mime-info"
]
}
],
"depends_on": []
},
{
"name": "lua",
"portdir": "lang/lua",
"version": "5.3.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lua.org",
"description": "powerful, lightweight programming language",
"long_description": "Lua is a powerful, lightweight programming language designed for extending applications. Lua is also frequently used as a general-purpose, standalone language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gegl-0.3",
"podofo",
"osm2pgsql",
"osm2pgsql-lua",
"kyua",
"luv",
"monotone",
"monotone-devel",
"swig-lua",
"swig3-lua",
"mle",
"texworks",
"widelands",
"widelands-devel",
"xmoto",
"tilemaker",
"grilo-plugins",
"edje",
"grafx2",
"ipe",
"podofo-0.10",
"hexchat",
"ocaml-lua",
"lua53-fennel",
"lua-luarocks",
"imapfilter",
"rspamd",
"fityk",
"gnuplot",
"VLC2",
"libVLC2",
"pdns-recursor",
"prosody",
"libsc",
"p4est",
"luash",
"highlight",
"lighttpd",
"volta",
"xournalpp"
]
}
]
},
{
"name": "lua52",
"portdir": "lang/lua",
"version": "5.2.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lua.org",
"description": "powerful, lightweight programming language",
"long_description": "Lua is a powerful, lightweight programming language designed for extending applications. Lua is also frequently used as a general-purpose, standalone language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lua52-ansicolors",
"lua52-MessagePack",
"lua52-argparse",
"lua52-binaryheap",
"lua52-bit32",
"lua52-cgilua",
"lua52-checks",
"lua52-cjson",
"lua52-copas",
"lua52-coxpcall",
"lua52-fennel",
"lua52-lgi",
"lua52-lpeg",
"lua52-lsqlite3",
"lua52-luabitop",
"lua52-luacheck",
"lua52-luaexpat",
"lua52-luafilesystem",
"lua52-luahpdf",
"lua52-luajson",
"lua52-luaposix",
"lua52-luarocks",
"lua52-luasec",
"lua52-luasocket",
"lua52-luasql-sqlite3",
"lua52-luazip",
"lua52-lunit",
"lua52-md5",
"lua52-metalua-parser",
"lua52-mpack",
"lua52-numlua",
"lua52-psl",
"lua52-readline",
"lua52-rings",
"lua52-timerwheel",
"lua52-wsapi",
"lua52-wsapi-fcgi",
"lua52-xavante",
"mpv",
"mpv-legacy",
"libquvi",
"libquvi-scripts",
"cardpeek"
]
}
]
},
{
"name": "lua50",
"portdir": "lang/lua50",
"version": "5.0.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.lua.org",
"description": "powerful, light-weight programming language",
"long_description": "Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": []
},
{
"name": "lua51",
"portdir": "lang/lua",
"version": "5.1.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lua.org",
"description": "powerful, lightweight programming language",
"long_description": "Lua is a powerful, lightweight programming language designed for extending applications. Lua is also frequently used as a general-purpose, standalone language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geany-plugins",
"love-0.10",
"love-0.7",
"love-0.8",
"love-0.9",
"love-11",
"sc-im",
"boswars",
"toluapp",
"lua51-ansicolors",
"lua51-MessagePack",
"lua51-argparse",
"lua51-binaryheap",
"lua51-bit32",
"lua51-cgilua",
"lua51-checks",
"lua51-cjson",
"lua51-copas",
"lua51-coxpcall",
"lua51-glut",
"lua51-lgi",
"lua51-lpeg",
"lua51-lsqlite3",
"lua51-lua-gd",
"lua51-luabitop",
"lua51-luacheck",
"lua51-luaexpat",
"lua51-luafilesystem",
"lua51-luahpdf",
"lua51-luajson",
"lua51-luaposix",
"lua51-luarocks",
"lua51-luasec",
"lua51-luasocket",
"lua51-luasql-sqlite3",
"lua51-luazip",
"lua51-lunit",
"lua51-md5",
"lua51-metalua-parser",
"lua51-mpack",
"lua51-numlua",
"lua51-psl",
"lua51-readline",
"lua51-rings",
"lua51-timerwheel",
"lua51-wsapi",
"lua51-wsapi-fcgi",
"lua51-xavante",
"lwan",
"awesome"
]
}
]
},
{
"name": "luajit",
"portdir": "lang/luajit",
"version": "2.1.1774896198",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://luajit.org",
"description": "a Just-In-Time Compiler for Lua",
"long_description": "LuaJIT is a Just-In-Time Compiler for the Lua programming language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lite-xl-luajit",
"gegl-devel",
"gegl",
"sysbench",
"luv-luajit",
"neovim",
"neovim-devel",
"luanti",
"cantor",
"lua51-fennel",
"rspamd",
"knot-resolver",
"snort",
"wrk",
"luaradio",
"sysdig"
]
}
]
},
{
"name": "macports-libcxx",
"portdir": "lang/macports-libcxx",
"version": "11.1.0",
"license": "NCSA",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libcxx.llvm.org",
"description": "provides a newer libc++ from llvm for older systems",
"long_description": "This port installs a recent libc++ from llvm to use on older systems instead of the system libc++.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-11",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mold",
"kicad-docs",
"kicad-symbols",
"kicad-footprints",
"kicad-packages3D",
"kicad-templates"
]
}
]
},
{
"name": "mawk",
"portdir": "lang/mawk",
"version": "1.3.4-20260302",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://invisible-island.net/mawk/",
"description": "mawk is an interpreter for the AWK Programming Language",
"long_description": "mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "toby",
"github": "tobypeterson",
"ports_count": 255
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "mdk",
"portdir": "lang/mdk",
"version": "1.3.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/mdk/mdk.html",
"description": "A set of utilities for developing programs using MIX and MIXAL",
"long_description": "MDK stands for MIX Development Kit, and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. \n \nThe MIX is Donald Knuth's mythical computer, described in the first volume of The Art of Computer Programming, which is programmed using MIXAL, the MIX assembly language. \n \nMDK includes a MIXAL assembler (mixasm) and a MIX virtual machine (mixvm) with a command line interface. In addition, a GTK+ GUI to mixvm, called gmixvm, is provided. \n \nUsing these interfaces, you can debug your MIXAL programs at source code level, and read/modify the contents of all the components of the MIX computer (including block devices, which are simulated using the file system).",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2085
}
],
"variants": [
"gui"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"pkgconfig",
"intltool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"readline",
"gettext",
"guile-3.0",
"libiconv",
"glib2",
"gmp",
"libtool"
]
}
],
"depends_on": []
},
{
"name": "mercury",
"portdir": "lang/mercury",
"version": "22.01.8",
"license": "GPL-2 and LGPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mercurylang.org",
"description": "The Mercury Programming Language",
"long_description": "Mercury is a new logic/functional programming language, which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features. Its highly optimized execution algorithm delivers efficiency far in excess of existing logic programming systems, and close to conventional programming systems. Mercury addresses the problems of large-scale program development, allowing modularity, separate compilation, and numerous optimization/time trade-offs.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mercury-extras"
]
}
]
},
{
"name": "mercury-extras",
"portdir": "lang/mercury-extras",
"version": "0.13.1",
"license": "LGPL-2 and GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mercurylang.org/",
"description": "Extra packages for the Mercury Programming Language",
"long_description": "Mercury is a new logic/functional programming language, which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features. Its highly optimized execution algorithm delivers efficiency far in excess of existing logic programming systems, and close to conventional programming systems. Mercury addresses the problems of large-scale program development, allowing modularity, separate compilation, and numerous optimization/time trade-offs.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"mercury"
]
}
],
"depends_on": []
},
{
"name": "mit-scheme",
"portdir": "lang/mit-scheme",
"version": "12.1",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/mit-scheme/",
"description": "MIT/GNU Scheme",
"long_description": "MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best suited to programming large applications with a rapid development cycle.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "dports",
"github": "drkp",
"ports_count": 77
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"openssl",
"xorg-libX11"
]
}
],
"depends_on": []
},
{
"name": "moca",
"portdir": "lang/moca",
"version": "0.7.0",
"license": "QPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://moca.inria.fr/",
"description": "general construction functions generator for OCaml data types with invariants",
"long_description": "general construction functions generator for OCaml data types with invariants",
"active": true,
"categories": [
"devel",
"lang",
"ocaml"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml",
"clang-18"
]
},
{
"type": "run",
"ports": [
"ocaml"
]
}
],
"depends_on": []
},
{
"name": "mosml",
"portdir": "lang/mosml",
"version": "2.10.1",
"license": "GPL-2+",
"platforms": "{darwin < 24}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mosml.org",
"description": "Moscow ML is an implementation of Standard ML (SML)",
"long_description": "Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. The latest release of Moscow ML implements the full Standard ML language, as revised 1997, including Modules and some extensions, yet is backwards compatible with versions prior to 2.00, and implements large parts of the new SML Basis Library.",
"active": true,
"categories": [
"devel",
"lang",
"ml"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gmp"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mosml-dynlibs"
]
}
]
},
{
"name": "mosml-dynlibs",
"portdir": "lang/mosml",
"version": "2.10.1",
"license": "GPL-2+",
"platforms": "{darwin < 24}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mosml.org",
"description": "Moscow ML is an implementation of Standard ML (SML)",
"long_description": "Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. The latest release of Moscow ML implements the full Standard ML language, as revised 1997, including Modules and some extensions, yet is backwards compatible with versions prior to 2.00, and implements large parts of the new SML Basis Library.",
"active": true,
"categories": [
"devel",
"lang",
"ml"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gmp",
"gd2",
"libpng",
"zlib",
"openssl11",
"postgresql15",
"mosml",
"gdbm"
]
}
],
"depends_on": []
},
{
"name": "mozart",
"portdir": "lang/mozart",
"version": "1.4.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mozart.github.io",
"description": "Mozart-Oz multiparadigms programming language.",
"long_description": "The Mozart system is a development platform focused on open distributed computing and constraint-based inferrence. The system provides excellent support for logic and constraint programming, making it an excellent choice for implementing multi-agent systems. The language has recently been popularized by the book Concepts, Techniques, and Models of Computer Progamming.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"zlib",
"gdbm",
"autoconf",
"automake",
"flex",
"gmp",
"libtool"
]
},
{
"type": "run",
"ports": [
"tk"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mozart-stdlib"
]
}
]
},
{
"name": "mozart-doc",
"portdir": "lang/mozart-doc",
"version": "1.4.0",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mozart.github.io",
"description": "Mozart-Oz documentation",
"long_description": "The Mozart system is a development platform focused on open distributed computing and constraint-based inferrence. The system provides excellent support for logic and constraint programming, making it an excellent choice for implementing multi-agent systems. The language has recently been popularized by the book Concepts, Techniques, and Models of Computer Progamming. This port installs the documentation and help files.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "mozart-stdlib",
"portdir": "lang/mozart-stdlib",
"version": "1.4.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mozart.github.io",
"description": "Mozart-Oz standard libraries",
"long_description": "The Mozart system is a development platform focused on open distributed computing and constraint-based inferrence. The system provides excellent support for logic and constraint programming, making it an excellent choice for implementing multi-agent systems. The language has recently been popularized by the book Concepts, Techniques, and Models of Computer Progamming. This package contains the standard libraries for the language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mozart"
]
}
],
"depends_on": []
},
{
"name": "mozjs52",
"portdir": "lang/mozjs52",
"version": "52.6.0",
"license": "(MPL-2 or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey",
"description": "JavaScript-C Engine",
"long_description": "SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2. This port is now deprecated in favor of mozjs60.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2651
}
],
"variants": [
"readline",
"llvm_hacks",
"profiling",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf213",
"clang-18",
"python27",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"icu",
"xorg-libXt",
"xorg-libX11",
"nspr"
]
}
],
"depends_on": []
},
{
"name": "mozjs60",
"portdir": "lang/mozjs60",
"version": "60.8.0",
"license": "(MPL-2 or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey",
"description": "JavaScript-C Engine",
"long_description": "SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2651
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"pkgconfig",
"python27",
"yasm",
"autoconf213"
]
},
{
"type": "lib",
"ports": [
"xorg-libX11",
"xorg-libXt",
"nspr"
]
}
],
"depends_on": []
},
{
"name": "mruby",
"portdir": "lang/mruby",
"version": "2.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mruby/mruby",
"description": "Lightweight Ruby",
"long_description": "mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard. Its syntax is Ruby 2.x compatible. mruby can be linked and embedded within your application. We provide the interpreter program \"mruby\" and the interactive mruby shell \"mirb\" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler \"mrbc\". \"mrbc\" is also able to generate compiled byte code in a C source file.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"cctools",
"ruby27",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"readline"
]
}
],
"depends_on": []
},
{
"name": "nagelfar",
"portdir": "lang/nagelfar",
"version": "1.3.5",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://nagelfar.sourceforge.net",
"description": "A Tcl Syntax checker",
"long_description": "Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
}
]
}