GET /api/v1/ports/sqlitecpp/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "sqlitecpp",
"portdir": "databases/sqlitecpp",
"version": "3.3.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/SRombauts/SQLiteCpp",
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"long_description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1053
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"warzone2100",
"xeus-sqlite"
]
}
]
}