HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51989,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=390",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=388",
"results": [
{
"name": "xctool",
"portdir": "devel/xctool",
"version": "0.3.7",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/xctool",
"description": "An extension for Apple's xcodebuild that makes it easier to test iOS and macOS apps.",
"long_description": "An extension for Apple's xcodebuild that makes it easier to test iOS and macOS apps.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "xdispatch2",
"portdir": "devel/xdispatch2",
"version": "2.1.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://emzeat.de/xdispatch2",
"description": "Grand Central Dispatch-like C++ threading library",
"long_description": "Grand Central Dispatch-like C++ threading library, built around queues, thread pools and flexible backends.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"libdispatch",
"framework",
"libdispatch_legacy",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"ninja",
"mz-cmaketools",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "xeus",
"portdir": "devel/xeus",
"version": "6.0.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xeus",
"description": "xeus is a library meant to facilitate the implementation of kernels for Jupyter.",
"long_description": "xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the kernel.",
"active": true,
"categories": [
"devel",
"science"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"nlohmann-json"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-zmq"
]
}
]
},
{
"name": "xeus-zmq",
"portdir": "devel/xeus-zmq",
"version": "4.0.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xeus-zmq",
"description": "xeus-zmq provides various implementations of the xserver API from xeus, based on the ZeroMQ library.",
"long_description": "xeus-zmq provides various implementations of the xserver API from xeus, based on the ZeroMQ library. These implementations all conform to the Jupyter Kernel Protocol specification.",
"active": true,
"categories": [
"devel",
"science"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zmq",
"cppzmq",
"openssl3",
"xeus",
"xproperty"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-sqlite"
]
}
]
},
{
"name": "xmake",
"portdir": "devel/xmake",
"version": "3.0.8",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xmake.io/",
"description": "A cross-platform build utility based on Lua",
"long_description": "Xmake is a cross-platform build utility based on the Lua scripting language. Xmake is very lightweight and has no dependencies outside of the standard library. Uses the xmake.lua file to maintain project builds with a simple and readable syntax.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "xmlrpc-c",
"portdir": "devel/xmlrpc-c",
"version": "1.60.05",
"license": "BSD and MIT and Apache-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://xmlrpc-c.sourceforge.net/",
"description": "Lightweight RPC library based on XML and HTTP",
"long_description": "XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [],
"variants": [
"libxml2",
"libwww",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"curl",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "xmlrpcxx",
"portdir": "devel/xmlrpcxx",
"version": "0.7",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://xmlrpcpp.sourceforge.net/",
"description": "XmlRpc++ is a C++ implementation of the XML-RPC protocol.",
"long_description": "XmlRpc++ was based upon Shilad Sen's excellent py-xmlrpc. The XmlRpc protocol was designed to make remote procedure calls easy: it encodes data in a simple XML format and uses HTTP for communication. XmlRpc++ is designed to make it easy to incorporate XML-RPC client and server support into C++ applications.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "xmlwrapp",
"portdir": "devel/xmlwrapp",
"version": "0.10.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://vslavik.github.io/xmlwrapp/",
"description": "a modern style C++ library for working with XML data",
"long_description": "xmlwrapp is a modern style C++ library for working with XML data. It provides a simple and easy to use interface for the very powerful libxml2 XML parser and the libxslt XSLT engine. This Portfile also installs libxsltwrapp which is part of the xmlwrapp package.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-18",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"libxslt",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "xplc",
"portdir": "devel/xplc",
"version": "0.3.13",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://xplc.sf.net",
"description": "Cross-Platform Lightweight Components.",
"long_description": "XPLC (\"Cross-Platform Lightweight Components\") is a component system that will provide extensibility and reusability both inside and between applications.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "xproperty",
"portdir": "devel/xproperty",
"version": "0.12.1",
"license": "Boost",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xproperty",
"description": "xproperty is a C++ library providing traitlets-style properties.",
"long_description": "xproperty provides an implementation of the observer patterns relying on C++ template and preprocessor metaprogramming techniques.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"nlohmann-json"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-zmq",
"xvega"
]
}
]
},
{
"name": "xsp",
"portdir": "devel/xsp",
"version": "4.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mono-project.com/docs/web/aspnet/",
"description": "a small web server that hosts the Mono System.Web classes",
"long_description": "The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET.",
"active": true,
"categories": [
"devel",
"www",
"mono"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mono"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mod_mono"
]
}
]
},
{
"name": "xtl",
"portdir": "devel/xtl",
"version": "0.8.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xtensor-stack/xtl",
"description": "Basic tools (containers, algorithms) used by other quantstack packages.",
"long_description": "Basic tools (containers, algorithms) used by other quantstack packages.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "xvega-bindings",
"portdir": "devel/xvega-bindings",
"version": "0.1.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xvega-bindings",
"description": "Bindings from xvega to xeus.",
"long_description": "Bindings from xvega to xeus.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"xvega"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-sqlite"
]
}
]
},
{
"name": "xxhash",
"portdir": "devel/xxhash",
"version": "0.8.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Cyan4973/xxhash",
"description": "xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.",
"long_description": "xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"xxhashlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rizin",
"hashcat",
"borgbackup"
]
}
]
},
{
"name": "xxdiff",
"portdir": "devel/xxdiff",
"version": "4.0.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://furius.ca/xxdiff/",
"description": "xxdiff is a graphical merging tool",
"long_description": "xxdiff is a graphical browser for viewing the differences between two or three files, or between two directories, and can be used to produce a merged version.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"qt4",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"flex",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase"
]
}
],
"depends_on": []
},
{
"name": "xxhashlib",
"portdir": "devel/xxhash",
"version": "0.8.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Cyan4973/xxhash",
"description": "xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.",
"long_description": "xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"openvpn3"
]
},
{
"type": "lib",
"ports": [
"py38-xxhash",
"py39-scikit-hep-uproot",
"py37-scikit-hep-uproot",
"py37-scikit-hep-uproot4",
"py38-scikit-hep-uproot4",
"py39-scikit-hep-uproot4",
"py310-scikit-hep-uproot4",
"py311-scikit-hep-uproot4",
"py38-scikit-hep-uproot",
"py37-xxhash",
"py39-xxhash",
"kitty",
"ccache",
"libplacebo",
"dvisvgm",
"dvisvgm-devel",
"rspamd",
"py36-scikit-hep-uproot4",
"lighttpd",
"rsync",
"py310-scikit-hep-uproot",
"py311-scikit-hep-uproot",
"py310-xxhash",
"py311-xxhash",
"py312-xxhash",
"py313-xxhash",
"py314-xxhash",
"root6"
]
},
{
"type": "run",
"ports": [
"xxhash"
]
}
]
},
{
"name": "xxl",
"portdir": "devel/xxl",
"version": "1.0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20120106082715/http://www.zork.org/xxl/",
"description": "C/C++ library for exception handling and asset management",
"long_description": "XXL is a library for C and C++ that provides exception handling and asset management. Asset management is integrated with the exception handling mechanism such that assets may be automatically cleaned up if an exception is thrown, which allows for much simplified program structure with respect to error handling.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"safestr"
]
}
]
},
{
"name": "yajl",
"portdir": "devel/yajl",
"version": "2.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lloyd.github.io/yajl/",
"description": "Yet Another JSON Library.",
"long_description": "YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "benjaminlyu",
"github": "",
"ports_count": 1
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"yajl-fort",
"Io",
"kcat",
"raptor2",
"i3"
]
}
]
},
{
"name": "yaegi",
"portdir": "devel/yaegi",
"version": "0.16.1",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/traefik/yaegi",
"description": "Yaegi is Another Elegant Go Interpreter",
"long_description": "Yaegi is Another Elegant Go Interpreter. It powers executable Go scripts and plugins, in embedded interpreters or interactive shells, on top of the Go runtime. It has complete support for the Go specification, is written in Pure Go, and works everywhere Go works. All Go & runtime resources accessible from script (with control), and for security, unsafe and syscall packages are neither used nor exported by default.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "yaml-cpp",
"portdir": "devel/yaml-cpp",
"version": "0.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jbeder/yaml-cpp",
"description": "yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec",
"long_description": "yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [
"debug",
"tools",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libmamba",
"squirrel-ime",
"ashuffle",
"mongodb",
"mongodb-devel",
"clang-uml",
"librime",
"librime-devel",
"opencolorio",
"kitlist",
"cantera",
"dcm2niix",
"esmf",
"qdmr",
"aff4"
]
}
]
},
{
"name": "yamllint",
"portdir": "devel/yamllint",
"version": "1.38.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/adrienverge/yamllint",
"description": "A linter for YAML files.",
"long_description": "yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"py314-build",
"py314-installer",
"py314-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-pathspec",
"py314-yaml"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"ansible-lint"
]
}
]
},
{
"name": "yarn",
"portdir": "devel/yarn",
"version": "1.22.22",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yarnpkg.com/",
"description": "JavaScript dependency manager",
"long_description": "Created by Facebook to replace NPM, yarn boasts about its speed, security, and reliability. Most notably, yarn dependencies are installed deterministically, whereas NPM's dependencies are not.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "code",
"github": "jambonrose",
"ports_count": 1
},
{
"name": "isomarcte",
"github": "isomarcte",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"nodejs22"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"edencommon",
"py38-ipympl",
"py39-ipympl",
"hyper",
"beekeeper-studio",
"tilt",
"omniawrite",
"zettlr",
"alan",
"grafana",
"jitsi-meet-electron",
"teleport",
"edex-ui",
"influxdb",
"lens",
"prometheus",
"vmd"
]
}
]
},
{
"name": "yyjson",
"portdir": "devel/yyjson",
"version": "0.12.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ibireme.github.io/yyjson/doc/doxygen/html/",
"description": "The fastest JSON library in C.",
"long_description": "The fastest JSON library in C. It is fast, portable, strict, extendable, accurate, flexible and developer-friendly.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"fastfetch"
]
}
]
},
{
"name": "zanata-cli",
"portdir": "devel/zanata-cli",
"version": "4.6.2",
"license": "LGPL-2.1+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zanata/zanata-platform",
"description": "Zanata Java command-line client",
"long_description": "Zanata Java command-line client. Zanata is a web-based system for translators to translate documentation and software online using a web browser.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu"
]
}
],
"depends_on": []
},
{
"name": "zeitgeist",
"portdir": "devel/zeitgeist",
"version": "1.0.4",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zeitgeist.freedesktop.org",
"description": "Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications.",
"long_description": "Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"gettext",
"libtool",
"pkgconfig",
"gobject-introspection",
"vala",
"clang-18",
"py314-rdflib"
]
},
{
"type": "lib",
"ports": [
"pango",
"gettext-runtime",
"python314",
"telepathy-glib",
"sqlite3",
"atk",
"glib2",
"json-glib",
"gtk3",
"cairo",
"gdk-pixbuf2",
"harfbuzz"
]
},
{
"type": "run",
"ports": [
"dbus"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"folks"
]
},
{
"type": "test",
"ports": [
"gr-lte",
"gr37-lte"
]
}
]
},
{
"name": "zenlib",
"portdir": "devel/zenlib",
"version": "0.4.41",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mediaarea.net",
"description": "Shared library for mediainfolib and mediainfo",
"long_description": "Shared library for mediainfolib and mediainfo",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"MediaInfo-gui",
"mediainfolib",
"mediainfo"
]
}
]
},
{
"name": "zeroc-ice33",
"portdir": "devel/zeroc-ice33",
"version": "3.3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the C++ runtime libraries, the core Slice files and slice2cpp. It also includes the slice compilers for all the other languages: slice2cs, slice2java, slice2py, slice2rb and slice2vb.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mcpp",
"openssl",
"db46",
"expat",
"libiconv",
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zeroc-ice33-java",
"py27-zeroc-ice33"
]
}
]
},
{
"name": "zeroc-ice34",
"portdir": "devel/zeroc-ice34",
"version": "3.4.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the C++ runtime libraries, the core Slice files and slice2cpp. It also includes the slice compilers for all the other languages: slice2cs, slice2java, slice2py, slice2rb and slice2vb.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mcpp",
"openssl",
"db46",
"expat",
"libiconv",
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zeroc-ice34-java",
"py27-zeroc-ice34"
]
}
]
},
{
"name": "zeroc-ice35",
"portdir": "devel/zeroc-ice35",
"version": "3.5.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the C++ runtime libraries, the core Slice files and slice2cpp. It also includes the slice compilers for all the other languages: slice2cs, slice2java, slice2py, slice2rb and slice2vb.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mcpp",
"openssl",
"db46",
"expat",
"libiconv",
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zeroc-ice35-java",
"py27-zeroc-ice35"
]
}
]
},
{
"name": "zinc",
"portdir": "devel/zinc",
"version": "0.3.15",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/typesafehub/zinc",
"description": "A stand-alone version of sbt's incremental scala compiler",
"long_description": "Zinc is a stand-alone version of sbt's incremental scala compiler.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "zix",
"portdir": "devel/zix",
"version": "0.4.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/drobilla/zix",
"description": "A lightweight C99 portability and data structure library",
"long_description": "A lightweight C99 portability and data structure library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"clang-20"
]
}
],
"depends_on": []
},
{
"name": "zlog",
"portdir": "devel/zlog",
"version": "1.2.18",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/HardySimpson/zlog",
"description": "Reliable, high-performance, thread safe, flexible, clear-model, pure C logging library",
"long_description": "Reliable, high-performance, thread safe, flexible, clear-model, pure C logging library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 47
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "zmq",
"portdir": "devel/zmq",
"version": "4.3.5",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zeromq.org/",
"description": "0MQ (ZeroMQ) lightweight messaging kernel",
"long_description": "The 0MQ (ZeroMQ) lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.",
"active": true,
"categories": [
"devel",
"sysutils",
"net"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 458
}
],
"variants": [
"debug",
"gnutls",
"nss",
"sodium",
"curve",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libsodium"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-zmq",
"p5.26-zmq-ffi",
"py38-torchvision",
"py39-zmq",
"py39-torchtext",
"py39-torchvision",
"zeek",
"zeek-devel",
"py38-torchtext",
"py37-torchaudio",
"py37-torchvision",
"fbzmq",
"py38-torchaudio",
"py38-zmq",
"py38-pytorch",
"py35-zmq",
"py36-zmq",
"py37-zmq",
"py39-pytorch",
"libopenshot",
"py39-torchaudio",
"R-clustermq",
"R-pbdZMQ",
"R-rzmq",
"groonga",
"azmq",
"cppzmq",
"czmq",
"ihaskell",
"oxenmq",
"xeus-zmq",
"zmqpp",
"bitcoin",
"litecoin",
"nanomq",
"octave-zeromq",
"p5.28-zmq-ffi",
"p5.30-zmq-ffi",
"p5.32-zmq-ffi",
"p5.34-zmq-ffi",
"py310-torchtext",
"py37-pytorch",
"py310-zmq",
"py311-zmq",
"py312-zmq",
"py313-zmq",
"py314-zmq",
"gr-ofdm",
"gr37-ofdm",
"mongrel2"
]
},
{
"type": "run",
"ports": [
"rb33-ffi-rzmq-core",
"rb32-ffi-rzmq-core",
"rb31-ffi-rzmq-core",
"rb33-ffi-rzmq",
"rb32-ffi-rzmq",
"rb31-ffi-rzmq"
]
}
]
},
{
"name": "zmqpp",
"portdir": "devel/zmqpp",
"version": "4.2.0",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zeromq/zmqpp",
"description": "0mq 'highlevel' C++ bindings",
"long_description": "This C++ binding for 0mq/zmq is a 'high-level' library that hides most of the c-style interface core 0mq provides. It consists of a number of header and source files all residing in the zmq directory, these files are provided under the MPLv2 license (see LICENSE for details).",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zmq"
]
}
],
"depends_on": []
},
{
"name": "zmq3",
"portdir": "devel/zmq",
"version": "3.2.5",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zeromq.org/",
"description": "0MQ (ZeroMQ) lightweight messaging kernel",
"long_description": "The 0MQ (ZeroMQ) lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.",
"active": true,
"categories": [
"devel",
"sysutils",
"net"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 458
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "zmq22",
"portdir": "devel/zmq",
"version": "2.2.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zeromq.org/",
"description": "0MQ (ZeroMQ) lightweight messaging kernel",
"long_description": "The 0MQ (ZeroMQ) lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.",
"active": true,
"categories": [
"devel",
"sysutils",
"net"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 458
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-zeromq",
"p5.28-zeromq",
"p5.30-zeromq",
"p5.32-zeromq",
"p5.34-zeromq"
]
}
]
},
{
"name": "zmq-devel",
"portdir": "devel/zmq",
"version": "20240906-64db7d28",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zeromq.org/",
"description": "0MQ (ZeroMQ) lightweight messaging kernel",
"long_description": "The 0MQ (ZeroMQ) lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.",
"active": true,
"categories": [
"devel",
"sysutils",
"net"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 458
}
],
"variants": [
"debug",
"gnutls",
"nss",
"sodium",
"curve",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libsodium"
]
}
],
"depends_on": []
},
{
"name": "zofu",
"portdir": "devel/zofu",
"version": "1.1.1",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/acroucher/zofu",
"description": "Object-oriented Fortran Unit-testing",
"long_description": "Zofu is a framework for carrying out unit testing of Fortran code modules. As the name suggests, it makes use of the object-oriented features of Fortran 2003.",
"active": true,
"categories": [
"devel",
"fortran"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"meson",
"ninja",
"clang-18",
"gcc15"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
},
{
"type": "test",
"ports": [
"ninja"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"fson"
]
},
{
"type": "test",
"ports": [
"fson"
]
}
]
},
{
"name": "zshdb",
"portdir": "devel/zshdb",
"version": "1.1.4",
"license": "GPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/zshdb",
"description": "GDB-like debugger for zsh scripts.",
"long_description": "GDB-like debugger for zsh scripts. Zshdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.",
"active": true,
"categories": [
"devel",
"shells"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zsh"
]
}
],
"depends_on": []
},
{
"name": "zthread",
"portdir": "devel/zthread",
"version": "2.3.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://zthread.sourceforge.net",
"description": "object-oriented threading and synchronization library",
"long_description": "ZThread is an advanced object-oriented threading and synchronization library, implemented in C++. It provides an excellent and powerful abstraction from native threads. It includes interruptible thread objects and several other synchronization control objects and lets you safely terminate threads without the complications of using cancellation handlers or other similar constructs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"doxygen",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "aspnetcore-runtime-2.1",
"portdir": "dotnet/aspnetcore-runtime-2.1",
"version": "2.1.30",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli",
"dotnet-runtime-2.1"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-2.1"
]
}
]
},
{
"name": "aspnetcore-runtime-3.1",
"portdir": "dotnet/aspnetcore-runtime-3.1",
"version": "3.1.32",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli",
"dotnet-runtime-3.1"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-3.1"
]
}
]
},
{
"name": "aspnetcore-runtime-6",
"portdir": "dotnet/aspnetcore-runtime-6",
"version": "6.0.36",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli",
"dotnet-runtime-6"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-6"
]
}
]
},
{
"name": "aspnetcore-runtime-7",
"portdir": "dotnet/aspnetcore-runtime-7",
"version": "7.0.20",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli",
"dotnet-runtime-7"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-7"
]
}
]
},
{
"name": "aspnetcore-runtime-devel",
"portdir": "dotnet/aspnetcore-runtime-devel",
"version": "10.0.0-rc.2.25502.107",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 21}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "",
"github": "BjarneDMat",
"ports_count": 13
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli",
"dotnet-runtime-devel"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-devel"
]
}
]
},
{
"name": "dotnet-runtime-2.1",
"portdir": "dotnet/dotnet-runtime-2.1",
"version": "2.1.30",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aspnetcore-runtime-2.1",
"dotnet-sdk-2.1"
]
}
]
},
{
"name": "dotnet-runtime-3.1",
"portdir": "dotnet/dotnet-runtime-3.1",
"version": "3.1.32",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aspnetcore-runtime-3.1",
"dotnet-sdk-3.1"
]
}
]
},
{
"name": "dotnet-runtime-6",
"portdir": "dotnet/dotnet-runtime-6",
"version": "6.0.36",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aspnetcore-runtime-6",
"dotnet-sdk-6"
]
}
]
},
{
"name": "dotnet-runtime-7",
"portdir": "dotnet/dotnet-runtime-7",
"version": "7.0.20",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aspnetcore-runtime-7",
"dotnet-sdk-7"
]
}
]
},
{
"name": "dotnet-runtime-devel",
"portdir": "dotnet/dotnet-runtime-devel",
"version": "10.0.0-rc.2.25502.107",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 21}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "",
"github": "BjarneDMat",
"ports_count": 13
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aspnetcore-runtime-devel",
"dotnet-sdk-devel"
]
}
]
}
]
}