GET /api/v1/ports/pike/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pike",
"portdir": "lang/pike",
"version": "7.6.112",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pike.lysator.liu.se/",
"description": "dynamic programming language",
"long_description": "Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"image",
"ttf",
"pcre",
"gdbm",
"mysql",
"odbc",
"gtk",
"opengl",
"sane",
"sdl",
"svg",
"doc"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"zlib",
"gmp",
"nettle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"swig-pike",
"swig3-pike"
]
}
]
}