GET /api/v1/ports/gforth/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "gforth",
"portdir": "lang/gforth",
"version": "0.7.3",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/gforth/",
"description": "fast and portable implementation of the ANS Forth language",
"long_description": "Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ctreleaven",
"github": "ctreleaven",
"ports_count": 43
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libffi",
"libtool"
]
}
],
"depends_on": []
}