GET /api/v1/ports/stklos/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "stklos",
"portdir": "lang/stklos",
"version": "1.70",
"license": "GPL-2+ and GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://stklos.net",
"description": "free Scheme system supporting most R7RS language features",
"long_description": "STklos is a free Scheme system supporting most of the language features defined in R7RS. The aim of this implementation is to be fast as well as light. The implementation is based on an ad-hoc Virtual Machine.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1824
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"boehmgc",
"gmp",
"libffi",
"pcre"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"stklos-gtklos"
]
}
]
}