GET /api/v1/ports/cutter/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cutter",
"portdir": "devel/cutter",
"version": "1.2.8",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cutter.sourceforge.net/",
"description": "A unit testing framefork for C and C++",
"long_description": "Cutter is a xUnit family Unit Testing Framework for C and C++. It provides easy to write test API, useful output format for debugging and so on.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "kou",
"github": "",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"intltool",
"p5.34-xml-parser",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gtk-doc",
"libsoup-2.4",
"glib2"
]
}
],
"depends_on": []
}