GET /api/v1/ports/rust-bootstrap-transition/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rust-bootstrap-transition",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1413
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"python312",
"cmake",
"ninja",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"curl",
"libiconv",
"openssl3",
"zlib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rust-bootstrap-10.6",
"rust-bootstrap-10.5"
]
},
{
"type": "extract",
"ports": [
"rust-bootstrap-10.6",
"rust-bootstrap-10.5"
]
}
]
}