GET /api/v1/ports/rb-twitter-stream/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "rb-twitter-stream",
    "portdir": "ruby/rb-twitter-stream",
    "version": "0.1.14",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/voloko/twitter-stream",
    "description": "Simple Ruby client library for twitter streaming API.",
    "long_description": "Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only.",
    "active": false,
    "categories": [
        "ruby"
    ],
    "maintainers": [
        {
            "name": "kimuraw",
            "github": "kimuraw",
            "ports_count": 109
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "rb-rake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "rb-http_parser",
                "ruby",
                "rb-simple_oauth",
                "rb-rubygems",
                "rb-eventmachine"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb-tweetstream"
            ]
        }
    ]
}