GET /api/v1/ports/pure-sql3/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pure-sql3",
"portdir": "pure/pure-sql3",
"version": "0.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-sql3",
"description": "an SQLite interface for the Pure programming language",
"long_description": "pure-sql3 is a wrapper around SQLite’s C interface that provides Pure programers access to almost all of SQLite’s features, including many that are not available through Pure’s generic ODBC interface.",
"active": true,
"categories": [
"databases",
"pure"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1824
},
{
"name": "aggraef",
"github": "agraef",
"ports_count": 44
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"gmp",
"pure"
]
}
],
"depends_on": []
}