GET /api/v1/ports/rb-sqlite3/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rb-sqlite3",
"portdir": "ruby/rb-sqlite3",
"version": "1.2.5",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sparklemotion/sqlite3-ruby",
"description": "Interface to the SQLite3 DB engine from Ruby",
"long_description": "This module allows Ruby programs to interface with the SQLite3 database engine (https://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is NOT compatible with SQLite 2.x.",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"ruby"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb-rails"
]
}
]
}