HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49839,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=90",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=88",
"results": [
{
"name": "ghc-bootstrap",
"portdir": "lang/ghc-bootstrap",
"version": "7.6.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://haskell.org/ghc",
"description": "The Glorious Glasgow Haskell Compilation System",
"long_description": "This is a package that installs a binary bootstrap ghc compiler.",
"active": true,
"categories": [
"lang",
"haskell"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "gleam",
"portdir": "lang/gleam",
"version": "1.13.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gleam.run/",
"description": "A type safe language for the Erlang VM",
"long_description": "Gleam is a type safe functional programming language for building scalable concurrent systems. It compiles to Erlang and has straightforward interop with other BEAM languages such as Erlang, Elixir and LFE.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cargo",
"legacy-support",
"rust"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"libiconv"
]
},
{
"type": "run",
"ports": [
"rebar3",
"erlang"
]
}
],
"depends_on": []
},
{
"name": "gnat-gcc",
"portdir": "lang/gnat-gcc",
"version": "4.4.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://gcc.gnu.org/",
"description": "The GNU compiler collection with GNAT",
"long_description": "The GNU compiler collection, including front ends for C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"macada",
"gnatgpl",
"gnuada",
"ada"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"gmp",
"mpfr",
"libiconv"
]
},
{
"type": "run",
"ports": [
"gcc_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnat-booch95",
"gnat-charles",
"gnat-gprbuild",
"gnat-xmlada",
"gnat-gtkada"
]
}
]
},
{
"name": "gnu-apl",
"portdir": "lang/gnu-apl",
"version": "1.9",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/apl/",
"description": "GNU APL is a free interpreter for the programming language APL.",
"long_description": "GNU APL is a free interpreter for the programming language APL. The APL interpreter is an (almost) complete implementation of ISO standard 13751 aka. Programming Language APL, Extended.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "casouri",
"github": "casouri",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"pcre2",
"readline",
"libpng",
"zlib",
"xorg-libX11",
"xorg-libxcb",
"fftw-3"
]
},
{
"type": "run",
"ports": [
"apl_select"
]
}
],
"depends_on": []
},
{
"name": "gnucobol",
"portdir": "lang/gnucobol",
"version": "3.2",
"license": "(GPL-3+ or LGPL-3+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gnucobol.sourceforge.io/",
"description": "an open-source COBOL compiler",
"long_description": "GnuCOBOL is a free COBOL compiler, formerly known as OpenCOBOL. It implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 standards, as well as many extensions included in other COBOL compilers.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime",
"db48",
"libcjson",
"gmp",
"ncurses",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "go",
"portdir": "lang/go",
"version": "1.25.4",
"license": "BSD",
"platforms": "{darwin >= 10} freebsd linux",
"epoch": 3,
"replaced_by": null,
"homepage": "https://go.dev",
"description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
"long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ciserlohn",
"github": "ci42",
"ports_count": 35
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"azure-kubelogin",
"octosql",
"arduino-cli",
"argocd",
"bit",
"boilr",
"chronos-go",
"codesearch",
"copilot",
"cue",
"delve",
"dep",
"direnv",
"dive",
"docker",
"docker-machine",
"docker-machine-parallels",
"dockerize",
"dolt",
"evans",
"geoipupdate",
"gh",
"git-lfs",
"git-sizer",
"gitlab-runner",
"glab",
"glide",
"go-bindata",
"go-critic",
"go-migrate",
"go-mockgen",
"go-tools",
"golangci-lint",
"golines",
"gopls",
"gore",
"jjui",
"temporal",
"moor",
"kubectl-1.34",
"oq",
"config-file-validator",
"kubetail",
"kitty",
"gox",
"grpcurl",
"hub",
"jenkins-cli",
"jsonnet-bundler",
"kompose",
"kops",
"kustomize",
"lab",
"lazydocker",
"lazygit",
"microplane",
"mongo-tools",
"mos",
"mos-devel",
"newreleases",
"packr",
"packr1",
"pkger",
"please",
"prest",
"promu",
"qri",
"rancher-cli",
"rke",
"scc",
"shfmt",
"skaffold",
"smithy",
"staticcheck",
"statik",
"tektoncd-cli",
"terraform-docs",
"tilt",
"triage",
"turbogit",
"waypoint",
"webify",
"yaegi",
"liteide",
"micro",
"go-ethereum",
"ticker",
"utahfs",
"gomatrix",
"goplus",
"aerc",
"bettercap",
"cloudflared",
"consul",
"croc",
"curlie",
"dnscrypt-proxy",
"doggo",
"ec2-ls-hosts",
"ergo",
"ethr",
"fargate-cli",
"fortio",
"glider",
"gost",
"grafana",
"ipfs",
"k6",
"matterbridge",
"meshbird",
"mole",
"nebula",
"nextdns",
"nomad",
"proxify",
"rclone",
"scw",
"syncthing",
"teleport",
"toxiproxy",
"trojan-go",
"v2ray",
"vegeta",
"webhook",
"wireguard-go",
"yggdrasil-go",
"dstask",
"grit",
"ultralist",
"age",
"aws-vault",
"cfssl",
"comply",
"gopass",
"gosec",
"keybase",
"lego",
"mfa",
"mkcert",
"oauth2-proxy",
"sops",
"step-cli",
"tfsec",
"trivy",
"vault",
"vsh",
"elvish",
"3mux",
"alertmanager",
"antibody",
"assh",
"aws-iam-authenticator",
"awsets",
"bed",
"butane",
"certigo",
"chezmoi",
"cloudmonkey",
"ctop",
"driftctl",
"duf",
"eksctl",
"fsql",
"fx",
"fzf",
"git-chglog",
"go-mmv",
"go2port",
"gotop",
"influxdb",
"infracost",
"istioctl",
"jump",
"k3d",
"k9s",
"kaf",
"kail",
"kapp",
"kind",
"krew",
"kubectl-1.20",
"kubectl-1.19",
"kubergrunt",
"kubeseal",
"kubeswitch",
"leaf",
"minikube",
"node_exporter",
"packer",
"pagerduty-notifier",
"peco",
"podman",
"prometheus",
"psutilsql",
"pulumi",
"qrcp",
"restic",
"sift",
"smug",
"stern",
"tanka",
"telegraf",
"terraformer",
"terragrunt-0.27",
"terragrunt-0.26",
"terragrunt-0.24",
"terrascan",
"tsukae",
"up",
"wormhole-william",
"wtfutil",
"dasel",
"dashing",
"glow",
"gron",
"ijq",
"miller",
"misspell",
"ov",
"trdsql",
"uni",
"vgrep",
"yq",
"ali",
"caddy",
"doctl",
"hey",
"hugo",
"shadowfox-updater",
"wuzz",
"hcloud",
"flyctl",
"go-task",
"saml2aws",
"topfew",
"terragrunt-0.29",
"gojq",
"talisman",
"dblab",
"helmfile",
"awsls",
"termshark",
"tailscale",
"cosign",
"slides",
"gocryptfs",
"s5cmd",
"totp-cli",
"revive",
"expenses",
"kubespy",
"popeye",
"aws-nuke",
"MailHog",
"autorestic",
"kubeval",
"gopass-jsonapi",
"terragrunt-0.31",
"gdu",
"goweight",
"gitea-tea",
"filebrowser",
"kube-linter",
"act",
"goreleaser",
"evernote2md",
"air",
"cointop",
"gemget",
"kiln",
"kubectl-1.22",
"amfora",
"hermit",
"bombadillo",
"havener",
"usql",
"goss",
"gmailctl",
"gomodctl",
"tfupdate",
"gokart",
"multi-gitter",
"rare",
"zget",
"lf",
"kubescape",
"brook",
"git-credential-gopass",
"go-md2man",
"gvisor-tap-vsock",
"oh-my-posh",
"docker-credential-helper-osxkeychain",
"sttr",
"imgcat",
"murex",
"gitty",
"chaakoo",
"git-cc",
"skopeo",
"didder",
"checkssl",
"gh-grep",
"go-jsonnet",
"ndiag",
"evry",
"driftwood",
"fork-cleaner",
"pomo",
"gopass-hibp",
"cheat",
"cert-manager-cli",
"colima",
"geek-life",
"tbls",
"horcrux",
"mergestat",
"stripe-cli",
"jp",
"tfmigrate",
"helmwave",
"kubectl-1.23",
"certstrap",
"dyff",
"lsx",
"grype",
"lima",
"websocketd",
"mbtileserver",
"fq",
"ssh-manager",
"dalfox",
"cw",
"lporg",
"mop",
"zk",
"git-town",
"hysteria",
"dsq",
"hatchet",
"ivy",
"miniflux",
"atlas-toolkit",
"k3sup",
"oui",
"jj",
"vale",
"go-licenses",
"step-ca",
"berty",
"ssh-tools",
"reposurgeon",
"ffuf",
"ytcast",
"gomuks",
"gomplate",
"tfk8s",
"timer",
"hof",
"ain",
"gomajor",
"influx-cli",
"goful",
"gitleaks",
"actionlint",
"smimesign",
"termshot",
"bazelisk",
"clash",
"gdrive",
"redo-history",
"mage",
"comet-git",
"terraform-ls",
"jid",
"sampler",
"zq",
"kubectl-1.24",
"gocovsh",
"tfrefactor",
"timeleft",
"k2tf",
"restish",
"goawk",
"ratchet",
"minesweeper-go",
"depu",
"bud",
"mani",
"trufflehog",
"maddy",
"docker-machine-driver-qemu",
"comcast",
"editorconfig-checker",
"hakrawler",
"gau",
"flecli",
"gum",
"dnscontrol",
"flux",
"terragrunt-0.38",
"terragrunt-0.37",
"terragrunt-0.36",
"terragrunt-0.35",
"terragrunt-0.34",
"terragrunt-0.33",
"terragrunt-0.32",
"devdash",
"jira-cli",
"gokey",
"lensm",
"zed",
"kubectl-1.25",
"asdf",
"dud",
"govulncheck",
"datree",
"jqp",
"tablecat",
"plumber",
"wander",
"steampipe",
"terragrunt-0.39",
"gitsign",
"scientiaCLI",
"sake",
"markscribe",
"quill",
"harp",
"vhs",
"xq",
"exercism",
"katana",
"neo-cowsay",
"gopass-summon-provider",
"jsonnet-language-server",
"summon",
"xray",
"d2",
"macpine",
"cdebug",
"pup",
"terragrunt-0.42",
"terragrunt-0.41",
"terragrunt-0.40",
"weatherme",
"go-reflex",
"kubectl-1.26",
"oauth2c",
"todoist-cli",
"dmarc-report-converter",
"kubeconform",
"tfstate",
"neonmodem",
"vals",
"acorn",
"mp4ff",
"terragrunt-0.43",
"wails",
"torrent",
"kluctl",
"mox",
"xc",
"fyne",
"goat",
"svu",
"goimapnotify",
"confluent-cli",
"gpython",
"gat",
"nfpm",
"kubectl-1.27",
"tflint",
"clone-org",
"timoni",
"hut",
"mmark",
"symfony-cli",
"k0sctl",
"nali",
"payload-dumper-go",
"taxonkit",
"asmfmt",
"amass",
"ytt",
"certgraph",
"dbt",
"lux",
"netclient",
"git-credential-oauth",
"tfvar",
"gig",
"gtree",
"simplotask",
"hcl2json",
"git-credential-azure",
"md2vim",
"kubectl-1.28",
"docker-compose-plugin",
"ghq",
"natscli",
"jacobin",
"efm-langserver",
"pgroll",
"stree",
"is",
"terragrunt-0.52",
"expreduce",
"gon",
"paclear",
"ko",
"checkmake",
"k8sviz",
"goose",
"kubectl-1.29",
"zeit",
"tcpterm",
"speedbump",
"container-diff",
"nmap-formatter",
"cvemap",
"g",
"litestream",
"g-ls",
"vacuum",
"ssh3",
"ssh3-server",
"treefmt",
"operator-sdk",
"oasdiff",
"docker-base-plugin",
"docker-buildx-plugin",
"docker-index-plugin",
"vfkit",
"ipsw",
"rush",
"cidr-go",
"pdfcpu",
"freeze",
"gargs",
"gobuster",
"ipatool",
"zlint",
"zdns",
"kubectl-1.30",
"httpie-go",
"imposm",
"mqttcli",
"superfile",
"enumer",
"mactop",
"sqlpkg-cli",
"mihomo",
"gh-dash",
"pg_back",
"wp2hugo",
"sqlc",
"ghz",
"resticprofile",
"minify",
"faq",
"kubectl-1.31",
"packwiz",
"cleed",
"infisical",
"mdtree",
"qq",
"glasskube",
"ksctl",
"jd",
"nuclei",
"bombardier",
"amazon-ecr-credential-helper",
"sidekick",
"daytona",
"sq",
"mdx",
"orbiton",
"redka",
"ddev",
"kubectl-1.32",
"docx2md",
"qt6-qtcreator",
"qt6-qtcreator-docs",
"tfmv",
"oc",
"gsh",
"lefthook",
"zns",
"diffnav",
"jlv",
"shef",
"csvtk",
"git-who",
"pinact",
"buf",
"kubecolor",
"tenv",
"clef",
"nerdlog",
"kubectl-1.33",
"ollama",
"regclient",
"nsc",
"mockery",
"fabric",
"carapace",
"ggc"
]
},
{
"type": "lib",
"ports": [
"minio",
"minio-mc",
"teleport",
"swig3-go",
"govendor",
"swig-go"
]
},
{
"type": "run",
"ports": [
"fyne",
"ko"
]
}
]
},
{
"name": "go-1.4",
"portdir": "lang/go-1.4",
"version": "1.4.3",
"license": "BSD",
"platforms": "{darwin < 21}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://golang.org/",
"description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
"long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ciserlohn",
"github": "ci42",
"ports_count": 35
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "goplus",
"portdir": "lang/goplus",
"version": "1.3.9",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://goplus.org",
"description": "Go+: designed for data science",
"long_description": "Go+ is a statically-typed language designed for data science. It is fully compatible with the Go language, but has a more script-like style, being more readable code for data science than Go.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "gpp",
"portdir": "lang/gpp",
"version": "2.24",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.nothingisreal.com/gpp/",
"description": "general-purpose preprocessor with customizable syntax",
"long_description": "GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4. The syntax is fully customizable, which makes it possible to process text files, HTML, or source code equally efficiently in a variety of languages.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "gprolog",
"portdir": "lang/gprolog",
"version": "1.5.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gprolog.inria.fr/",
"description": "GNU Prolog compiler",
"long_description": "GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid linking the code of most unused built-in predicates. The performance of GNU Prolog is very encouraging (comparable to commercial systems). Beside native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "pmoura",
"github": "pmoura",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "gravity",
"portdir": "lang/gravity",
"version": "0.8.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://marcobambini.github.io/gravity/",
"description": "Gravity Programming Language",
"long_description": "Gravity is a powerful, dynamically typed, lightweight, embeddable programming language written in C without any external dependencies.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "groovy",
"portdir": "lang/groovy",
"version": "5.0.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://groovy.apache.org",
"description": "Groovy -- a Java-based scripting language",
"long_description": "Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 95
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"openjdk21"
]
}
],
"depends_on": []
},
{
"name": "gst",
"portdir": "lang/gst",
"version": "3.2.5",
"license": "GPL-2+ and LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://smalltalk.gnu.org/",
"description": "Free implementation of Smalltalk-80",
"long_description": "GNU Smalltalk is a free implementation of the Smalltalk-80 language which runs on most versions on Unix and, in general, everywhere you can find a POSIX-compliance library. An uncommon feature of it is that it is well-versed to scripting tasks and headless processing.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"gtk",
"tcltk",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"zip",
"pkgconfig",
"gawk",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"gnutls",
"libffi",
"libsdl",
"libsigsegv",
"libtool",
"ncurses",
"zlib",
"gtk2",
"cairo",
"tcl",
"expat",
"libiconv",
"tk",
"readline",
"gdbm",
"sqlite3",
"gmp"
]
}
],
"depends_on": []
},
{
"name": "guile",
"portdir": "lang/guile",
"version": "2.2.7",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "guile-2.2",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by guile-2.2",
"long_description": "This port has been replaced by guile-2.2.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"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": "guile18",
"portdir": "lang/guile18",
"version": "1.8.8",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "guile-1.8",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by guile-1.8",
"long_description": "This port has been replaced by guile-1.8.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"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": "gwydion-dylan",
"portdir": "lang/gwydion-dylan",
"version": "2.3.11",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gwydiondylan.org/",
"description": "The Gwydion Dylan Compiler",
"long_description": "Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs. When needed, the programmer can later optimize (his or her) programs for more efficient execution by supplying type information to the compiler. Nearly all entities in Dylan (including functions, classes, and basic data types such as integers) are first class objects. Additionally Dylan supports multiple inheritance, polymorphism, multiple dispatch, keyword arguments, object introspection, and many other advanced features",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"gtk",
"mindy_bootstrap",
"mindy_only",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"boehmgc"
]
}
],
"depends_on": []
},
{
"name": "haskell-mode.el",
"portdir": "lang/haskell-mode.el",
"version": "2.4",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.iro.umontreal.ca/~monnier/elisp/",
"description": "An emacs major mode for editing haskell programs.",
"long_description": "Haskell-mode is a major Emacs mode for editing Haskell source code. It provides syntax highlighting and automatic indentation and comes with inf-haskell which allows interaction with an inferior Haskell interactive loop such as the one of Hugs or GHCi.",
"active": true,
"categories": [
"lang",
"editors"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"emacs"
]
},
{
"type": "run",
"ports": [
"ghc"
]
}
],
"depends_on": []
},
{
"name": "hugs98",
"portdir": "lang/hugs98",
"version": "plus-Sep2006",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.haskell.org/hugs",
"description": "The HUGS Haskell Interpreter",
"long_description": "Hugs 98 is a functional programming system based on Haskell 98, the de facto standard for non-strict functional programming languages. Hugs 98 provides an almost complete implementation of Haskell 98.",
"active": true,
"categories": [
"lang",
"haskell"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"libtool",
"pkgconfig",
"autoconf",
"automake",
"bison",
"gmake"
]
},
{
"type": "lib",
"ports": [
"xorg-libX11",
"libedit"
]
}
],
"depends_on": []
},
{
"name": "ici",
"portdir": "lang/ici",
"version": "4.1.1",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeta.org.au/~atrn/ici/",
"description": "C-like, high level language",
"long_description": "ICI is a C-like, high level language originally developed by Tim Long and placed into the public domain. ICI marries C's expression syntax, control structures and overall feel, with a dynamic, garbage collected, object-based, data model.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "icon",
"portdir": "lang/icon",
"version": "9.5.1",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.cs.arizona.edu/icon/",
"description": "The Icon Programming Language",
"long_description": "Icon is a high-level, general-purpose programming language with a large repertoire of features for processing data structures and character strings. Icon is an imperative, procedural language with a syntax reminiscent of C and Pascal, but with semantics at a much higher level.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "michael.grunewald",
"github": "",
"ports_count": 2
}
],
"variants": [
"x11"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"xorg-libXt"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"noweb"
]
},
{
"type": "run",
"ports": [
"noweb"
]
}
]
},
{
"name": "ikarus-scheme-devel",
"portdir": "lang/ikarus-scheme-devel",
"version": "r1870",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ikarus-scheme.org/",
"description": "ikarus-scheme is a R6RS Scheme implementation",
"long_description": "Ikarus Scheme is a free optimizing incremental native-code compiler for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gmp",
"libffi"
]
}
],
"depends_on": []
},
{
"name": "ispc",
"portdir": "lang/ispc",
"version": "1.19.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ispc/ispc",
"description": "Intel SPMD program compiler",
"long_description": "ispc is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming.",
"active": true,
"categories": [
"lang",
"parallel"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"ispc-clang",
"python311",
"clang-17",
"bison",
"cctools",
"cmake",
"flex"
]
},
{
"type": "lib",
"ports": [
"zlib",
"zstd",
"ncurses"
]
},
{
"type": "test",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"oidn",
"embree"
]
}
]
},
{
"name": "ispc-clang",
"portdir": "lang/ispc",
"version": "14.0.6",
"license": "NCSA",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/llvm/llvm-project",
"description": "Clang build specifically for ispc compiler.",
"long_description": "Clang build specifically for ispc compiler. NOT TO BE USED IN GENERAL. This build is specifically tuned to satisfy the requirements of ispc which uses it as a build dependency only. Has assertions and dump enabled by default, which is not the case in the primary MacPorts LLVM/Clang builds.",
"active": true,
"categories": [
"lang",
"parallel"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"pkgconfig",
"clang-13",
"python311"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"libomp",
"xar",
"z3",
"libxml2",
"perl5",
"zlib",
"zstd",
"ld64",
"libedit"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"ispc"
]
}
]
},
{
"name": "itcl",
"portdir": "lang/itcl",
"version": "3.4b1",
"license": "Tcl/Tk",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "tcl",
"homepage": "http://incrtcl.sourceforge.net/",
"description": "Obsolete port, replaced by tcl",
"long_description": "This port has been replaced by tcl.",
"active": false,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"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": "javascript-lint",
"portdir": "lang/javascript-lint",
"version": "0.3.0",
"license": "(MPL-1.1 or LGPL-2.1)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.javascriptlint.com",
"description": "Lint program for JavaScript",
"long_description": "JavaScript Lint lets you check all your JavaScript source code for common mistakes without actually running the script or opening the web page.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "jikes",
"portdir": "lang/jikes",
"version": "1.22",
"license": "IBMPL-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://jikes.sourceforge.net/",
"description": "High performance Java compiler",
"long_description": "Jikes is a compiler that translates Java source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification.",
"active": true,
"categories": [
"devel",
"lang",
"java"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"kaffe"
]
}
]
},
{
"name": "jikesrvm",
"portdir": "lang/jikesrvm",
"version": "2.3.3",
"license": "CPL-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.jikesrvm.org/",
"description": "the Jikes (Java) Research Virtual Machine",
"long_description": "Jikes RVM (Research Virtual Machine) provides the research community with a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. The virtual machine infrastructure in Jikes RVM was independently developed as part of the Jalapeno research project at the IBM T.J. Watson Research Center.",
"active": true,
"categories": [
"devel",
"lang",
"java"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "jlint",
"portdir": "lang/jlint",
"version": "1.23",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.garret.ru/lang.html",
"description": "Java code verifier",
"long_description": "Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building lock graph.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "jruby",
"portdir": "lang/jruby",
"version": "9.4.9.0",
"license": "(EPL-2 or GPL-2 or LGPL-2.1)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.jruby.org",
"description": "JRuby is an implementation of the Ruby language using the JVM.",
"long_description": "JRuby is an implementation of the Ruby language using the JVM. It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global-interpreter-lock, true parallelism, and tight integration to the Java language to allow you to use Java classes in your Ruby program and to allow JRuby to be embedded into a Java application.",
"active": true,
"categories": [
"lang",
"java",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 616
}
],
"variants": [
"default_ruby",
"nailgun"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openjdk21"
]
}
],
"depends_on": []
},
{
"name": "jslint",
"portdir": "lang/jslint",
"version": "2011-05-10",
"license": "JSON",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.jslint.com/",
"description": "The JavaScript Code Quality Tool",
"long_description": "JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"spidermonkey"
]
}
],
"depends_on": []
},
{
"name": "jsmin",
"portdir": "lang/jsmin",
"version": "20191031",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.crockford.com/javascript/jsmin.html",
"description": "JavaScript minifier tool",
"long_description": "Douglas Crockford's original JavaScript minifier tool",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "dev",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "julia",
"portdir": "lang/julia",
"version": "1.12.2",
"license": "MIT",
"platforms": "{darwin >= 14}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://julialang.org",
"description": "The Julia Language: A fresh approach to technical computing.",
"long_description": "Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments.",
"active": true,
"categories": [
"science",
"lang",
"math"
],
"maintainers": [
{
"name": "s.t.smith",
"github": "essandess",
"ports_count": 37
},
{
"name": "olivier.benz",
"github": "benz0li",
"ports_count": 1
}
],
"variants": [
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"app"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"gcc15"
]
},
{
"type": "fetch",
"ports": [
"gnupg2"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
},
{
"type": "run",
"ports": [
"p7zip"
]
}
],
"depends_on": []
},
{
"name": "jython",
"portdir": "lang/jython",
"version": "2.7.4",
"license": "PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.jython.org/",
"description": "Python implementation in pure Java",
"long_description": "Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.",
"active": true,
"categories": [
"lang",
"java",
"python"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 153
}
],
"variants": [
"installer"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openjdk8",
"python27"
]
}
],
"depends_on": []
},
{
"name": "kaffe",
"portdir": "lang/kaffe",
"version": "1.1.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.kaffe.org",
"description": "A complete java VM and class library.",
"long_description": "This is Kaffe, a complete virtual machine and class library set which allows the execution of Java code. It comes with a virtual machine and a set of class libraries including beans, and an AWT graphics system.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"jikes",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libart_lgpl",
"freetype",
"esound",
"xorg-libsm",
"xorg-libXtst",
"gmp",
"gtk2"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"fantom"
]
},
{
"type": "lib",
"ports": [
"checkstyle",
"cobertura",
"commons-codec",
"commons-io",
"commons-lang",
"commons-pool",
"derby",
"derby-server",
"dom4j",
"jfreechart",
"jgoodies-common",
"jgoodies-forms",
"jgoodies-looks",
"jmock2",
"jna",
"msv",
"mysql-connector-java",
"objenesis",
"pulse",
"saxpath",
"scala-migrations",
"slf4j",
"spring-framework25",
"spring-framework30",
"spring-framework31",
"unicodeconverter-java",
"xalanj",
"xml-commons-resolver",
"google-guava",
"jmock1",
"plovr",
"spymemcached",
"proguard",
"sphinx4",
"java_memcached",
"servlet23-api",
"servlet24-api",
"castor",
"rhino",
"log4jdbc",
"cglib",
"commons-cli",
"itext",
"jdom",
"jtidy",
"mars",
"xercesj",
"xmlenc",
"xmlpull",
"xom",
"saxon",
"pdfbox"
]
},
{
"type": "run",
"ports": [
"daisydiff",
"libsvm",
"relames"
]
}
]
},
{
"name": "kelbt",
"portdir": "lang/kelbt",
"version": "0.15",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.complang.org/kelbt/",
"description": "Backtracking LALR(1) parser generator",
"long_description": "Kelbt generates backtracking LALR(1) parsers. Where traditional LALR(1) parser generators require static resolution of shift/reduce conflicts, Kelbt generates parsers that handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free grammar that is free of hidden left recursion.",
"active": true,
"categories": [
"devel",
"textproc",
"lang"
],
"maintainers": [
{
"name": "wiml",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "kotlin",
"portdir": "lang/kotlin",
"version": "2.2.21",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kotlinlang.org/",
"description": "Statically typed programming language for the JVM, Android and the browser",
"long_description": "Kotlin is a modern but already mature programming language aimed to make developers happier. It's concise, safe, interoperable with Java and other languages, and provides many ways to reuse code between multiple platforms for productive programming.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 95
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"openjdk21"
]
}
],
"depends_on": []
},
{
"name": "lemon",
"portdir": "lang/lemon",
"version": "1.39",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.hwaci.com/sw/lemon/",
"description": "An LALR(1) parser generator like yacc or bison.",
"long_description": "An LALR(1) parser generator like yacc or bison.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "libcxx",
"portdir": "lang/libcxx",
"version": "5.0.1",
"license": "MIT and NCSA",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://libcxx.llvm.org/",
"description": "libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14.",
"long_description": "libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14. Because objects cannot be passed between different versions of the C++ runtime, this port must replace the host version in order to be used. On Snow Leopard and earlier, this is done automatically because there is no existing host version of this library. On Lion and later, users must build the port with +replacemnt_libcxx and install the root manually if they wish to replace the existing host implementation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 281
}
],
"variants": [
"replacemnt_libcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
null
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"llvm-19",
"mlir-19",
"clang-19",
"lldb-19",
"flang-19",
"nodejs10",
"nodejs8",
"llvm-14",
"mlir-14",
"clang-14",
"lldb-14",
"flang-14",
"llvm-15",
"mlir-15",
"clang-15",
"lldb-15",
"flang-15",
"llvm-11",
"clang-11",
"flang-11",
"lldb-11",
"llvm-devel",
"llvm-20",
"mlir-devel",
"clang-devel",
"lldb-devel",
"flang-devel",
"mlir-20",
"clang-20",
"lldb-20",
"flang-20",
"ld64-274",
"ld64-latest",
"llvm-10",
"clang-10",
"lldb-10",
"llvm-3.7",
"llvm-5.0",
"llvm-6.0",
"clang-5.0",
"lldb-5.0",
"lldb-6.0",
"clang-6.0",
"llvm-7.0",
"llvm-8.0",
"lldb-7.0",
"clang-7.0",
"lldb-8.0",
"clang-8.0",
"llvm-9.0",
"clang-9.0",
"lldb-9.0",
"cmake",
"cmake-docs",
"cmake-gui",
"cmake-devel",
"cmake-devel-gui",
"cmake-devel-docs",
"libtapi",
"retdec",
"retdec-devel",
"llvm-13",
"mlir-13",
"clang-13",
"lldb-13",
"flang-13",
"llvm-16",
"mlir-16",
"clang-16",
"lldb-16",
"flang-16",
"nodejs12",
"llvm-12",
"clang-12",
"lldb-12",
"llvm-18",
"mlir-18",
"clang-18",
"lldb-18",
"flang-18",
"llvm-21",
"mlir-21",
"clang-21",
"lldb-21",
"flang-21",
"llvm-17",
"mlir-17",
"clang-17",
"lldb-17",
"flang-17"
]
}
]
},
{
"name": "libf2c",
"portdir": "lang/libf2c",
"version": "20240131",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://netlib.org/f2c/",
"description": "library to which you must link code you have converted from Fortran to C using f2c",
"long_description": "libf2c is the library to which you must link code you have converted from Fortran to C using f2c.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"taucs",
"fort77"
]
},
{
"type": "run",
"ports": [
"f2c"
]
}
]
},
{
"name": "libgcc",
"portdir": "lang/libgcc",
"version": "15",
"license": "BSD",
"platforms": "any",
"epoch": 3,
"replaced_by": null,
"homepage": "https://www.macports.org/",
"description": "Provides the gcc runtime based on major version 15",
"long_description": "Provides the gcc runtime based on major version 15",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libgcc15"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"freecad",
"msp430-gcc-devel",
"gigabase",
"floppy",
"flow",
"fortrancl",
"icu-docs",
"icu-doxygen-docs",
"oski",
"to-f90",
"snoopy",
"pgplot",
"launch4j",
"ftidy",
"g-wrap",
"g95",
"julia",
"nhc98",
"omnicompiler",
"perl5",
"upc",
"OpenBLAS",
"OpenBLAS-devel",
"R",
"arpack",
"atlas",
"deal.ii",
"feast",
"fftw",
"fftw-single",
"fftw-3",
"fftw-3-single",
"fftw-3-long",
"fgsl",
"hpddm",
"itsol",
"lapack",
"lis",
"minpack",
"ml",
"mumps",
"octave",
"octave-control",
"octave-ltfat",
"octave-optim",
"octave-optiminterp",
"octave-tisean",
"pfft",
"qrupdate",
"scalapack",
"shogun",
"sundials2",
"curl-ca-bundle",
"libpsl-docs",
"p5.26-extutils-f77",
"p5.28-extutils-f77",
"p5.30-extutils-f77",
"p5.26-ifeffit",
"p5.28-ifeffit",
"p5.30-ifeffit",
"p5-locale-gettext",
"py-clawpack",
"py37-clawpack",
"py38-clawpack",
"py39-clawpack",
"py-gacode",
"py37-gacode",
"py38-gacode",
"py-isce2",
"py36-isce2",
"py37-isce2",
"py-logilab-hmm",
"py27-logilab-hmm",
"py27-ngl",
"py27-nio",
"py27-numpy",
"py35-numpy",
"py36-numpy",
"py37-numpy",
"py38-numpy",
"py39-numpy",
"py27-pynifti",
"py27-qutip",
"py35-qutip",
"py36-qutip",
"py27-scikits-bvp_solver",
"py27-scipy",
"py35-scipy",
"py36-scipy",
"py37-scipy",
"py38-scipy",
"py39-scipy",
"py27-usadel1",
"LORENE",
"OpenCoarrays",
"abinit",
"ape",
"ast",
"atompaw",
"berkeleygw",
"ccpnmr",
"cfitsio",
"ecCodes",
"esmf",
"etsf_io",
"gamess",
"gerris",
"getdp",
"gildas",
"giza",
"gr-specest",
"gr37-specest",
"harminv",
"hdf5",
"ifeffit",
"jags",
"lanHEP",
"libctl",
"libmed",
"libsc",
"libxc",
"libxc4",
"magicspp",
"metview",
"miriad",
"molden",
"mpich-gcc7",
"mpich-clang",
"mpich-clang90",
"mpich-gcc9",
"mpich-clang10",
"mpich-gcc10",
"mpich-clang11",
"mpich-default",
"ncarg",
"netcdf-fortran",
"octopus",
"openmpi-gcc7",
"openmpi-clang",
"openmpi-gcc9",
"openmpi-clang90",
"openmpi-gcc10",
"openmpi-clang10",
"openmpi-clang11",
"openmpi-default",
"ortep3",
"p4est",
"plplot",
"plplot-single",
"quantum-espresso",
"relax3d",
"root5",
"root6",
"seqan3",
"shtools",
"slatec",
"solid",
"sparskit",
"splash",
"wannier90",
"wgrib2",
"whatcheck",
"whizard",
"xcrysden",
"mpich-gcc11",
"mpich-devel-gcc11",
"openmpi-gcc11",
"p5.32-extutils-f77",
"p5.32-ifeffit",
"py310-numpy",
"py310-scipy",
"p5.34-extutils-f77",
"p5.34-ifeffit",
"mpich-clang12",
"mpich-clang13",
"openmpi-clang12",
"openmpi-clang13",
"py310-qutip",
"cmake-bootstrap",
"mpich-clang14",
"openmpi-clang14",
"mpich-gcc12",
"openmpi-gcc12",
"sundials5",
"sundials6",
"mpich-clang15",
"openmpi-clang15",
"icu-devel-docs",
"soplex",
"papilo",
"scip",
"py311-numpy",
"py311-scipy",
"NTPoly",
"dbcsr",
"fpm",
"adept2",
"primme",
"linalg",
"fson",
"zofu",
"ginkgo",
"LSQR",
"fmin",
"fortran-bspline",
"fortran-nlesolver",
"fortran-numdiff",
"quadpack",
"slsqp",
"ForEx",
"dop853",
"fastmath",
"finterp",
"fitpack",
"fortran-datetime",
"fortran-regex",
"fortran-roots",
"R-RcppArmadillo",
"R-RcppDist",
"R-RcppEigen",
"R-RcppEnsmallen",
"R-RcppNumerical",
"R-Rfast",
"R-Rfast2",
"R-minqa",
"R-mnormt",
"R-splines2",
"conmax",
"daglib",
"ddeabm",
"feq-parse",
"pikaia",
"regridpack",
"splpak",
"eiscor",
"hptt",
"scifor",
"FACE",
"starpu",
"R-Amelia",
"R-ape",
"R-arrApply",
"R-bayesQR",
"R-bayescopulareg",
"R-bayesm",
"R-bspline",
"R-mvtnorm",
"R-nnls",
"carlson-elliptic-integrals",
"fortran-mach",
"powellopt",
"eigen3-devel",
"R-biglm",
"R-irlba",
"R-mixsqp",
"R-mvnfast",
"R-pbivnorm",
"R-signal",
"R-statmod",
"R-tmvnsim",
"R-ucminf",
"psblas3",
"R-SparseM",
"R-igraph",
"R-nleqslv",
"R-nloptr",
"R-quadprog",
"R-forecast",
"R-fracdiff",
"R-lmtest",
"R-projpred",
"R-tseries",
"R-urca",
"R-BGVAR",
"R-Hmisc",
"R-deSolve",
"R-deldir",
"R-expm",
"R-glasso",
"R-interp",
"R-randomForest",
"R-sm",
"R-stochvol",
"hiop",
"dspl",
"madness",
"R-conquer",
"R-dcov",
"R-dlm",
"R-quantreg",
"R-robustbase",
"R-bsvars",
"R-gmm",
"R-gnm",
"R-qgraph",
"R-rootSolve",
"R-tmvtnorm",
"AlphaSparse",
"R-VGAM",
"R-sitmo",
"R-sem",
"R-subplex",
"R-slam",
"R-classInt",
"R-FKF",
"R-GA",
"R-acepack",
"R-gam",
"R-hts",
"R-leaps",
"R-strucchange",
"R-fBasics",
"R-gss",
"R-hexbin",
"R-lbfgsb3c",
"R-logspline",
"R-lokern",
"R-pcaPP",
"R-pspline",
"R-rmutil",
"tenfourfox",
"tenfourfox-devel",
"R-Iso",
"R-cmprsk",
"R-fastGHQuad",
"R-lavacreg",
"R-lqmm",
"PENF",
"R-FME",
"R-RSpectra",
"R-apollo",
"R-kernlab",
"R-minpack.lm",
"R-qap",
"R-MLEcens",
"R-eha",
"R-mets",
"R-muhaz",
"R-readstata13",
"R-survPen",
"R-timereg",
"fortran-stdlib",
"R-glmm",
"R-legion",
"R-polspline",
"R-riskRegression",
"R-rms",
"R-robustlmm",
"R-smooth",
"R-sommer",
"R-glmnet",
"R-gmeta",
"R-lars",
"R-bisque",
"R-dotCall64",
"R-fGarch",
"R-fastICA",
"R-fields",
"R-lavaSearch2",
"R-spam",
"R-spam64",
"R-targeted",
"fortran-curl",
"fortran-pcre2",
"fortran-zlib",
"geodesic-fortran",
"sph",
"R-msm",
"R-ramcmc",
"R-rstpm2",
"R-sparsevb",
"R-GenSA",
"R-mirtjml",
"R-pomp",
"libocca",
"R-bpgmm",
"R-bvpSolve",
"R-ddalpha",
"R-fabMix",
"R-mclust",
"R-mcmcse",
"R-mix",
"R-nimble",
"R-pgmm",
"R-tweedie",
"R-TMB",
"R-actuar",
"R-alpaca",
"R-bife",
"R-geigen",
"R-impute",
"R-lfe",
"R-roptim",
"R-bnlearn",
"R-seriation",
"R-DPQ",
"R-waveslim",
"R-dcurver",
"R-gee",
"R-mirt",
"R-phangorn",
"R-phyr",
"R-vegan",
"raja",
"R-brnn",
"R-Rcsdp",
"R-clinfun",
"R-repeated",
"R-scs",
"R-MatrixExtra",
"R-float",
"R-milr",
"R-penalized",
"R-psd",
"R-rsparse",
"R-estimatr",
"R-hbal",
"R-lotri",
"R-BayesRGMM",
"R-RcppML",
"R-DistributionUtils",
"R-PRIMME",
"R-RcppSMC",
"R-arfima",
"R-flintyR",
"R-svd",
"R-twang",
"R-limSolve",
"R-mlegp",
"R-norm2",
"R-sparseDFM",
"R-r2sundials",
"R-rmarchingcubes",
"R-rmumps",
"R-Rtsne",
"R-dualtrees",
"R-esreg",
"R-rotasym",
"R-sphunif",
"R-BMA",
"R-GSE",
"R-cellWise",
"R-robust",
"R-robustvarComp",
"R-rrcov",
"R-fable",
"R-BSSprep",
"R-ICtest",
"R-ebdbNet",
"R-fICA",
"R-norm",
"R-preprocessCore",
"R-singR",
"R-publipha",
"R-qtl",
"R-RiemBase",
"R-cccp",
"R-glmmML",
"R-labdsv",
"R-maotai",
"R-mlpack",
"R-optpart",
"R-fso",
"R-lpSolveAPI",
"R-matrixdist",
"R-MatrixCorrelation",
"R-fourierin",
"R-mcemGLM",
"R-mixgb",
"R-strucchangeRcpp",
"R-CDM",
"R-GDINA",
"R-Kendall",
"R-TAM",
"R-dfms",
"R-flashClust",
"R-miceadds",
"R-pbv",
"R-sirt",
"R-JMbayes",
"R-MSCMT",
"R-compositions",
"R-volesti",
"R-bigalgebra",
"R-glmmPen",
"R-quanteda",
"R-sentopics",
"R-BayesPPD",
"R-bgw",
"R-glassoFast",
"R-lpirfs",
"R-pcalg",
"R-quanteda.textmodels",
"R-rpf",
"R-yuima",
"R-BVSNLP",
"R-rminqa",
"R-vennLasso",
"R-bigsnpr",
"R-bigstatsr",
"R-coop",
"R-didimputation",
"R-rEDM",
"R-brmsmargins",
"R-ppmSuite",
"R-BFpack",
"R-bain",
"R-gamselBayes",
"R-betaBayes",
"R-scam",
"R-blockcluster",
"R-fortranfctpassing",
"R-gRain",
"R-gRbase",
"R-rtkore",
"mpich-clang16",
"openmpi-clang16",
"R-bpnreg",
"R-ccaPP",
"R-cord",
"R-echoice2",
"R-simts",
"R-tsBSS",
"R-BGGM",
"R-TSSS",
"R-pan",
"R-prefmod",
"R-robeth",
"R-ACDm",
"R-BDgraph",
"R-BayesQVGEL",
"R-copre",
"R-hawkes",
"R-l0ara",
"R-marqLevAlg",
"R-n1qn1",
"R-ssgraph",
"R-fastmatrix",
"R-pbdSLAP",
"R-changepoint",
"R-cplm",
"R-earth",
"R-mda",
"R-bark",
"R-bvarsv",
"R-gMWT",
"R-ptf",
"R-splancs",
"toml-f",
"fortran-rpn-calc",
"fortran-xml",
"functional-fortran",
"R-KODAMA",
"R-mev",
"fortran-json",
"fortran-csv-module",
"fortran-popen",
"runge-kutta-fortran",
"R-ClusVis",
"R-SparseChol",
"R-VarSelLCM",
"R-glmmrBase",
"R-glmmrOptim",
"R-rBDAT",
"R-ADMM",
"R-RcppClock",
"R-RcppDE",
"R-Rdimtools",
"R-mclustcomp",
"R-rpm",
"R-sparseSEM",
"R-wdnet",
"R-RcppHMM",
"R-TreeBUGS",
"R-acebayes",
"R-bliss",
"R-exdex",
"R-leidenAlg",
"R-revdbayes",
"R-rust",
"R-sccore",
"R-KFAS",
"R-fUnitRoots",
"R-pimeta",
"R-rcccd",
"R-sarima",
"R-BCSub",
"R-ROptSpace",
"R-anMC",
"R-graphicalVAR",
"R-manifold",
"R-parallelDist",
"R-RoBMA",
"R-magi",
"R-paropt",
"R-spNNGP",
"fortran-sqlite3",
"R-bigGP",
"R-cglasso",
"R-covglasso",
"R-unmarked",
"R-eBsc",
"R-lddmm",
"R-ClusPred",
"R-DESeq2",
"R-RLT",
"R-gRc",
"R-gps",
"R-mDAG",
"R-spBFA",
"R-womblR",
"R-CovTools",
"R-KernelKnn",
"R-MomTrunc",
"R-NetMix",
"R-SHT",
"R-StempCens",
"R-elmNNRcpp",
"R-lefko3",
"R-mastif",
"R-proxyC",
"R-spMC",
"R-tlrmvnmvt",
"yajl-fort",
"R-circular",
"R-mdgc",
"R-mmcif",
"R-psqn",
"R-NPflow",
"R-ash",
"R-hdrcde",
"R-parglm",
"R-sparcl",
"R-tmvtnsim",
"R-bootUR",
"R-crctStepdown",
"R-fastglm",
"R-gena",
"R-hpa",
"R-islasso",
"R-levmaR",
"R-mnorm",
"R-switchSelection",
"R-ManlyMix",
"R-hdbm",
"R-hitandrun",
"fortran-git",
"maptran3d",
"R-LongMemoryTS",
"bpack",
"R-ClusterR",
"R-FD",
"R-OpenImageR",
"R-ade4",
"R-lmom",
"R-pamr",
"R-rrum",
"R-rugarch",
"R-simcdm",
"R-CircSpaceTime",
"R-DescTools",
"R-RcppCensSpatial",
"R-relliptical",
"R-BranchGLM",
"R-UComp",
"R-crch",
"R-scoringRules",
"R-coin",
"R-coneproj",
"R-libcoin",
"R-qpcR",
"HiGHS",
"R-GofKmt",
"R-fractalRegression",
"R-lolog",
"R-qfa",
"R-ctmcd",
"R-markovchain",
"R-spdep",
"R-sundialr",
"R-DepthProc",
"R-EBglmnet",
"R-L1pack",
"R-Morpho",
"R-Rdsdp",
"R-Riemann",
"R-T4cluster",
"R-emBayes",
"R-fdacluster",
"R-fdasrvf",
"R-TDAkit",
"R-abn",
"R-free",
"R-gofar",
"R-gstat",
"R-rrpack",
"paramonte",
"elmerfem",
"R-edgeR",
"R-sentometrics",
"R-spatialreg",
"R-spfa",
"fortran-cairo",
"fortran-lua53",
"fortran-xlib",
"strumpack",
"flexiblas",
"mfem",
"R-EMCluster",
"R-TAG",
"R-catdap",
"R-fHMM",
"R-ncpen",
"R-watson",
"R-Lmoments",
"R-evgam",
"R-EBEN",
"R-zic",
"R-Rlinsolve",
"R-SpatialBSS",
"R-ZVCV",
"R-leidenbase",
"R-BayesMallows",
"R-fastshap",
"R-momentfit",
"R-party",
"R-FaultTree",
"R-blockmodels",
"R-imbalance",
"R-tensorBSS",
"bart",
"R-conTree",
"R-jointDiag",
"R-RMSS",
"R-bvartools",
"R-pense",
"R-robStepSplitReg",
"R-seqHMM",
"R-tdata",
"R-MatchIt",
"R-bamlss",
"R-dynmix",
"R-ergmito",
"R-idefix",
"R-ebTobit",
"R-bda",
"R-binGroup2",
"R-mlmmm",
"R-STAREG",
"R-mboost",
"R-tram",
"R-QUIC",
"R-bvls",
"R-leptokurticMixture",
"R-lorec",
"R-robsurvey",
"R-scio",
"R-wbacon",
"R-wsbackfit",
"R-Delaporte",
"R-KERE",
"R-RobustAFT",
"R-MixSim",
"R-SAGMM",
"R-ezglm",
"R-lowmemtkmeans",
"R-rexpokit",
"R-FuzzySimRes",
"R-aws",
"R-eimpute",
"R-fastAFT",
"R-JMbayes2",
"R-RobStatTM",
"R-adjclust",
"R-cequre",
"R-dtwclust",
"R-gap",
"R-latentnet",
"R-pyinit",
"R-rrcovNA",
"R-sensitivity",
"R-softImpute",
"R-densEstBayes",
"R-fastadi",
"R-mpath",
"R-secure",
"R-coxerr",
"R-mokken",
"R-BayesReversePLLH",
"R-BayesSUR",
"R-factorstochvol",
"R-lessSEM",
"R-sdwd",
"R-DstarM",
"R-bigsplines",
"R-lassoshooting",
"R-quantregForest",
"R-dplR",
"R-mombf",
"R-sgd",
"R-treeclim",
"R-comat",
"R-desla",
"R-robustHD",
"R-TruncatedNormal",
"R-spikeSlabGAM",
"R-GPM",
"R-GpGp",
"R-WSGeometry",
"R-MendelianRandomization",
"R-ldt",
"fortran-polyroots",
"R-ROI.plugin.qpoases",
"R-BsMD",
"R-FLORAL",
"R-OBsMD",
"R-bootstrap",
"R-mpmi",
"gFTL",
"libKriging",
"R-baygel",
"R-deTestSet",
"R-ggdmc",
"R-kdecopula",
"R-sleev",
"twopnt",
"R-timsac",
"finufft",
"R-CholWishart",
"R-RealVAMS",
"R-grpnet",
"R-robustBLME",
"chai",
"R-SAMM",
"R-bigtime",
"libxc5",
"libxc6",
"R-MCMCprecision",
"R-fDMA",
"R-kazaam",
"R-localgauss",
"R-multinomialLogitMix",
"R-puniform",
"R-tsPI",
"R-dsfa",
"R-PLordprob",
"R-RaschSampler",
"R-cobs",
"R-coxphf",
"R-dgumbel",
"R-gigg",
"R-psgp",
"R-sbmSDP",
"R-Nmix",
"R-SpaceTimeBSS",
"R-aihuman",
"R-hdpGLM",
"R-lpridge",
"R-lvmcomp",
"R-msBP",
"R-mixedClust",
"R-ordinalClust",
"R-pcLasso",
"R-Bayesrel",
"R-LogicReg",
"R-OpenMx",
"DMFTtools",
"R-quanteda.textstats",
"R-rego",
"R-roll",
"R-RFCCA",
"R-RTMB",
"R-invgamstochvol",
"R-nbfar",
"R-psp",
"R-tgp",
"R-GMCM",
"R-gglasso",
"R-glmmEP",
"R-lmm",
"R-netrankr",
"R-propagate",
"R-wCorr",
"R-BAS",
"R-ginormal",
"R-bartBMA",
"R-gb",
"R-rrMixture",
"R-vMF",
"starpu13",
"R-fda.usc",
"R-slasso",
"pnetcdf",
"R-minimaxApprox",
"R-PPMiss",
"R-bqtl",
"R-carat",
"R-cat",
"R-hibayes",
"R-lpcde",
"R-mvgb",
"R-scModels",
"R-QZ",
"R-crqa",
"R-rdist",
"R-defm",
"R-Rfit",
"R-bcROCsurface",
"R-bootCT",
"R-rqPen",
"R-GPFDA",
"R-bssm",
"R-diagis",
"R-eulerr",
"R-smoots",
"R-walker",
"R-waspr",
"R-PMCMRplus",
"R-ibr",
"R-cubicBsplines",
"R-fastcpd",
"R-fdaMixed",
"R-pqrBayes",
"R-mixture",
"R-fdaSP",
"R-ivx",
"imager",
"R-Vdgraph",
"R-ICSClust",
"R-tclust",
"R-evinf",
"R-BTSR",
"R-CovRegRF",
"R-RandomFields",
"R-RandomFieldsUtils",
"R-dann",
"R-etm",
"R-geoCount",
"R-geostatsp",
"R-kmndirs",
"R-laGP",
"R-dccpp",
"R-eRm",
"R-kalmanfilter",
"R-kimfilter",
"R-mixAK",
"R-MGMM",
"R-RGN",
"R-sparsegl",
"R-monomvn",
"R-sparsenet",
"R-KernSmooth",
"R-Matrix",
"R-cluster",
"R-mgcv",
"R-nlme",
"R-BCEE",
"R-gausscov",
"R-cglm",
"R-ktweedie",
"R-NormPsy",
"R-lcmm",
"h5fortran",
"gFTL-shared",
"stock-prices",
"R-aRtsy",
"R-deepgp",
"R-eglhmm",
"R-mashr",
"R-Sieve",
"R-esemifar",
"R-telefit",
"py312-numpy",
"R-cPCG",
"R-gRim",
"R-hmm.discnp",
"R-moveHMM",
"R-amap",
"R-mrfDepth",
"R-subselect",
"R-genefilter",
"R-MMVBVS",
"R-RRI",
"R-gasper",
"R-sbm",
"spral",
"R-DMQ",
"R-RCDT",
"R-Rnanoflann",
"R-missSBM",
"R-xrnet",
"R-RSSL",
"R-SSLR",
"R-crawl",
"R-oeli",
"R-samr",
"R-LatticeKrig",
"R-autoFRK",
"R-mhurdle",
"R-HARModel",
"R-bvhar",
"mpich-gcc13",
"mpich-clang17",
"openmpi-gcc13",
"openmpi-clang17",
"R-kyotil",
"R-ltsk",
"mcmcf90",
"R-aorsf",
"R-BayesLN",
"R-regmhmm",
"prima",
"R-tgstat",
"libpapilo",
"R-BGLR",
"R-blatent",
"R-nlmm",
"R-BTtest",
"R-gslnls",
"R-rmgarch",
"R-semidist",
"R-sglasso",
"R-spBayes",
"R-bcp",
"R-lowpassFilter",
"R-stepR",
"py312-scipy",
"R-bayesianVARs",
"R-dfsaneacc",
"R-robustmatrix",
"R-BayesPPDSurv",
"R-bpr",
"R-frontiles",
"R-mvord",
"R-qbld",
"fortran-lapack",
"R-bnmr",
"R-HHG",
"R-bayesWatch",
"R-gammSlice",
"forlab",
"simulated-annealing",
"R-probout",
"legacy-support",
"legacy-support-devel",
"econ-toolchain",
"fxt",
"R-rcpptimer",
"R-LMest",
"R-MultiLCIRT",
"libflame",
"R-LowRankQP",
"R-RprobitB",
"R-BigQuic",
"R-CARMS",
"R-mvrsquared",
"R-orthoDr",
"R-tidylda",
"R-DNAcopy",
"R-VARDetect",
"R-tripack",
"R-seededlda",
"R-stm",
"R-GLCMTextures",
"R-MNP",
"R-glmGamPoi",
"R-harmony",
"R-sctransform",
"R-optmatch",
"R-RcppBlaze",
"R-fastkqr",
"gtk-fortran",
"R-multitaper",
"R-slp",
"R-multimode",
"nghttp2",
"R-rsae",
"fortran-stdlib-devel",
"R-joineRML",
"R-multgee",
"libgcc14",
"R-mirtCAT",
"mpich-gcc14",
"mpich-clang18",
"R-HDTSA",
"R-LaMa",
"R-PHSMM",
"R-PAGFL",
"R-fntl",
"R-RcppBessel",
"R-bigergm",
"R-starma",
"R-fNonlinear",
"R-sox",
"R-netdiffuseR",
"R-PRTree",
"R-HMMEsolver",
"R-gsynth",
"R-sts",
"R-dlmtree",
"R-pcadapt",
"R-mcr",
"R-robslopes",
"aquafox",
"py313-numpy",
"py313-scipy",
"forgex",
"forgex-cli",
"openmpi-gcc14",
"openmpi-clang18",
"openmpi-clang19",
"mpich-clang19",
"R-bayesSurv",
"R-qfratio",
"R-sgeostat",
"mpich-clang20",
"openmpi-clang20",
"dftd3",
"py313-usadel1",
"openspecfun",
"gcc15",
"py314-numpy",
"py314-scipy",
"mpich-gcc15",
"openmpi-gcc15"
]
},
{
"type": "run",
"ports": [
"libgcc14"
]
}
]
},
{
"name": "libomp",
"portdir": "lang/libomp",
"version": "21.1.5",
"license": "(MIT or NCSA)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://openmp.llvm.org",
"description": "The OpenMP subproject of LLVM",
"long_description": "The OpenMP subproject of LLVM is intended to contain all of the components required to build an executing OpenMP program that are outside the compiler itself. This port works with MacPorts' clang-3.7+ (optionally with +openmp variant for clang-3.7.)",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "eborisch",
"github": "eborisch",
"ports_count": 221
}
],
"variants": [
"debug",
"top_level"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18",
"python313"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"iqtree2",
"iqtree"
]
},
{
"type": "lib",
"ports": [
"py36-lalframe",
"py36-lalmetaio",
"py27-rpy2",
"py36-rpy2",
"py37-scikit-image",
"py27-healpy",
"py35-healpy",
"py36-healpy",
"py27-lalinference",
"py36-lalinference",
"py27-lalpulsar",
"py36-lalpulsar",
"py27-graph-tool",
"rawproc",
"toxcore",
"py36-lalburst",
"py36-lalinspiral",
"py36-lalsimulation",
"py27-scikit-image",
"py35-scikit-image",
"py36-scikit-image",
"py37-lal",
"py37-lalburst",
"py37-lalframe",
"py37-lalinference",
"py37-gmic",
"py37-lalinspiral",
"py37-lalmetaio",
"py39-hdbscan",
"py37-lalpulsar",
"py37-lalsimulation",
"psblas3",
"tapkee",
"clang-19",
"flang-19",
"py36-lal",
"py38-networkit",
"py35-scikit-learn",
"py36-scikit-learn",
"py37-scikit-learn",
"py27-lalburst",
"py38-lalburst",
"py27-lalframe",
"py38-lalframe",
"py38-lalinference",
"py27-lalinspiral",
"py38-lalinspiral",
"py27-lalmetaio",
"py38-lalmetaio",
"py38-lalpulsar",
"py27-lalsimulation",
"py38-lalsimulation",
"plfit",
"py37-healpy",
"spral",
"py37-hdbscan",
"KeePassXC",
"KeePassXC-devel",
"luma",
"xrmc",
"py37-numba",
"py37-rpy2",
"R-genieclust",
"py39-numba",
"LightGBM",
"dbcsr",
"jpeg-quantsmooth",
"py37-torchaudio",
"paramonte",
"healpix-cxx",
"libsharp",
"seqan2-apps",
"py38-mkl",
"py27-mkl",
"py35-mkl",
"py36-mkl",
"py37-mkl",
"R-defm",
"R-data.table",
"cyan",
"clang-14",
"flang-14",
"py37-graph-tool",
"py37-networkit",
"py38-numba",
"py38-torchaudio",
"py38-hdbscan",
"py38-faiss",
"finufft",
"py37-faiss",
"blender",
"llama.cpp",
"normaliz",
"py37-pytorch",
"bwbench",
"librtprocess",
"py38-scikit-image",
"py38-pytorch",
"wxHexEditor",
"R-Rlibeemd",
"R-fRLR",
"py38-graph-tool",
"strumpack",
"mfem",
"thrust",
"clang-15",
"flang-15",
"py27-lal",
"py38-lal",
"py38-scikit-learn",
"pooler",
"py38-gmic",
"py38-rpy2",
"py38-healpy",
"R-lavacreg",
"R",
"libocca",
"kokkos",
"kokkos-devel",
"lalinspiral",
"octave-lalinspiral",
"py312-lalinspiral",
"py39-pytorch",
"blaspp",
"clang-11",
"lldb-11",
"py310-networkit",
"py311-networkit",
"py312-networkit",
"py313-networkit",
"R-kit",
"msdfgen",
"flexiblas",
"clang-devel",
"flang-devel",
"clang-20",
"flang-20",
"veryfasttree",
"py310-torchaudio",
"muscle",
"clang-10",
"lldb-10",
"clang-5.0",
"lldb-5.0",
"lldb-6.0",
"clang-6.0",
"lldb-7.0",
"clang-7.0",
"lldb-8.0",
"clang-8.0",
"clang-9.0",
"lldb-9.0",
"cryfs",
"py39-rpy2",
"py39-mkl",
"py310-pytorch",
"py311-pytorch",
"py312-pytorch",
"py313-pytorch",
"py39-healpy",
"lalapps",
"lalburst",
"lalframe",
"py312-lalburst",
"octave-lalburst",
"py312-lalframe",
"octave-lalframe",
"lalinference",
"py312-lalinference",
"octave-lalinference",
"lalmetaio",
"py312-lalmetaio",
"lalpulsar",
"octave-lalmetaio",
"py312-lalpulsar",
"lalsimulation",
"octave-lalpulsar",
"py312-lalsimulation",
"octave-lalsimulation",
"wxMaxima",
"libatomicbitvector",
"py39-gmic",
"raja",
"py39-networkit",
"asl",
"libfaiss",
"py310-faiss",
"lal",
"py312-lal",
"octave-lal",
"hypre",
"SuiteSparse_GraphBLAS",
"SuiteSparse_LAGraph",
"SuiteSparse_ParU",
"arborx",
"libpcl",
"rawtherapee",
"bsc",
"bpack",
"chai",
"clang-13",
"flang-13",
"pdf2djvu",
"tthresh",
"deal.ii",
"polysolve",
"clang-16",
"flang-16",
"libopenshot",
"ispc-clang",
"octave-nurbs",
"clang-12",
"py39-faiss",
"py39-torchaudio",
"john-jumbo",
"john-jumbo-devel",
"clang-18",
"flang-18",
"py39-scikit-learn",
"py310-scikit-learn",
"py311-scikit-learn",
"py312-scikit-learn",
"py313-scikit-learn",
"py39-scikit-image",
"py310-scikit-image",
"py311-scikit-image",
"py312-scikit-image",
"py313-scikit-image",
"py314-scikit-image",
"clang-21",
"flang-21",
"clang-17",
"flang-17",
"py39-graph-tool",
"py310-graph-tool",
"py311-graph-tool",
"py312-graph-tool",
"py313-graph-tool",
"py310-hdbscan",
"py311-hdbscan",
"py310-healpy",
"py312-healpy",
"py310-mkl",
"py311-mkl",
"py312-mkl",
"py313-mkl"
]
},
{
"type": "test",
"ports": [
"feast"
]
}
]
},
{
"name": "libomp-devel",
"portdir": "lang/libomp",
"version": "19.1.7",
"license": "(MIT or NCSA)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": "libomp",
"homepage": "https://openmp.llvm.org",
"description": "Obsolete port, replaced by libomp",
"long_description": "This port has been replaced by libomp.",
"active": false,
"categories": [
"lang"
],
"maintainers": [
{
"name": "eborisch",
"github": "eborisch",
"ports_count": 221
}
],
"variants": [
"debug",
"top_level"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"python313"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "librep",
"portdir": "lang/librep",
"version": "0.92.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sawfish.wikia.com/wiki/Librep",
"description": "A shared library implementing a Lisp dialect",
"long_description": "librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "me",
"github": "lloyd",
"ports_count": 4
}
],
"variants": [
"readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gdbm",
"gmp",
"libffi"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sawfish"
]
},
{
"type": "lib",
"ports": [
"rep-gtk"
]
}
]
},
{
"name": "lisp-hyperspec",
"portdir": "lang/lisp-hyperspec",
"version": "7.0",
"license": "Restrictive/Distributable and Noncommercial",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.lispworks.com/reference/HyperSpec/index.html",
"description": "The Common Lisp HyperSpec",
"long_description": "This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. In hardcopy, the ANSI Common Lisp standard is nearly 1100 printed pages describing nearly a thousand functions and variables in sufficient detail to accommodate hosting of the language on a wide variety of hardware and operating system platforms. While the paper version remains the official standard, we think that in practice you'll find the Common Lisp HyperSpec much easier to navigate and use than its paper alternative. In addition to the Common Lisp standard itself, the Common Lisp HyperSpec also incorporates interesting and useful cross references to other materials of the Common Lisp committee, J13 (formerly X3J13).",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "llvm-10",
"portdir": "lang/llvm-10",
"version": "10.0.1",
"license": "NCSA",
"platforms": "{darwin < 23}",
"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": 281
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"clang-9.0",
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"xar",
"libedit",
"libcxx",
"ncurses",
"libffi"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-llvmlite",
"cctools",
"clang-10",
"lldb-10"
]
}
]
},
{
"name": "clang-10",
"portdir": "lang/llvm-10",
"version": "10.0.1",
"license": "NCSA",
"platforms": "{darwin < 23}",
"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": 281
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"analyzer",
"libstdcxx"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"pkgconfig",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libcxx",
"libomp",
"llvm-10",
"libxml2"
]
},
{
"type": "run",
"ports": [
"clang_select",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py36-llvmlite",
"ccls-clang-10"
]
},
{
"type": "lib",
"ports": [
"ccls-clang-10",
"mpich-clang10",
"openmpi-clang10"
]
}
]
},
{
"name": "lldb-10",
"portdir": "lang/llvm-10",
"version": "10.0.1",
"license": "NCSA",
"platforms": "{darwin >= 15} {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": 281
}
],
"variants": [
"debug",
"assertions",
"emulated_tls"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"pkgconfig",
"swig-python",
"cmake",
"doxygen",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"libcxx",
"libomp",
"llvm-10",
"libxml2"
]
},
{
"type": "run",
"ports": [
"lldb_select"
]
}
],
"depends_on": []
},
{
"name": "llvm-11",
"portdir": "lang/llvm-11",
"version": "11.1.0",
"license": "NCSA",
"platforms": "{darwin < 23}",
"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": 281
}
],
"variants": [
"universal",
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"python310",
"clang-9.0",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"xar",
"libedit",
"libcxx",
"ncurses",
"libffi"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select-11"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-llvmlite",
"clang-11",
"flang-11",
"lldb-11"
]
}
]
},
{
"name": "clang-11",
"portdir": "lang/llvm-11",
"version": "11.1.0",
"license": "NCSA",
"platforms": "{darwin < 23}",
"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": 281
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"analyzer",
"libstdcxx",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"cmake",
"cctools"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"python310",
"libcxx",
"libomp",
"llvm-11",
"libxml2"
]
},
{
"type": "run",
"ports": [
"clang_select-11",
"perl5",
"ld64",
"cctools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libgcc9",
"rust-compiler-wrap",
"mlir-13",
"clang-13",
"lldb-13",
"flang-13",
"gcc9",
"ccls-clang-11",
"py37-llvmlite",
"llvm-14",
"mlir-14",
"clang-14",
"lldb-14",
"flang-14",
"mpich-clang11",
"openmpi-clang11",
"macports-libcxx",
"llvm-13"
]
},
{
"type": "lib",
"ports": [
"ccls-clang-11",
"rust-compiler-wrap",
"openmpi-clang11",
"flang-11",
"mpich-clang11"
]
}
]
},
{
"name": "flang-11",
"portdir": "lang/llvm-11",
"version": "11.1.0",
"license": "NCSA",
"platforms": "{darwin < 23}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://flang.llvm.org/",
"description": "LLVM Fortran compiler",
"long_description": "LLVM Fortran compiler",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 281
}
],
"variants": [
"debug",
"assertions",
"emulated_tls"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"clang-9.0",
"python310"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libcxx",
"llvm-11",
"clang-11"
]
},
{
"type": "run",
"ports": [
"gcc11"
]
}
],
"depends_on": []
}
]
}