GET /api/v1/ports/rb19-bundler/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rb19-bundler",
"portdir": "ruby/rb-bundler",
"version": "1.17.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/bundler",
"description": "Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.",
"long_description": "Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. \nBundler is an exit from dependency hell, and ensures that the gems you need are present in development, staging, and production. Starting work on a project is as simple as bundle install.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-rails"
]
}
]
}