Skip to content
Snippets Groups Projects
MANIFEST.md 499 B
Newer Older
# Top-level Items by language

Stanley Cheung's avatar
Stanley Cheung committed
## Bazel
* [grpc.bzl](grpc.bzl)

## Node
* [binding.gyp](binding.gyp)
Stanley Cheung's avatar
Stanley Cheung committed
* [package.json](package.json)

## Objective-C
* [gRPC.podspec](gRPC.podspec)

Stanley Cheung's avatar
Stanley Cheung committed
## PHP
* [composer.json](composer.json)
* [config.m4](config.m4)
* [package.xml](package.xml)

## Python
* [requirements.txt](requirements.txt)
* [setup.cfg](setup.cfg)
* [setup.py](setup.py)
* [PYTHON-MANIFEST.in](PYTHON-MANIFEST.in)
Stanley Cheung's avatar
Stanley Cheung committed

## Ruby
* [Gemfile](Gemfile)
* [grpc.gemspec](grpc.gemspec)
* [Rakefile](Rakefile)