Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / thrift / demo.thrift
Size: Mime:
/* comment */
/** doc comment */

namespace cpp shared // inline comment

struct Foo1 {
    1: i32 key
    2: string value
}

service Foo2 {
  Foo1 bar(1: i32 key)
}