Add proto-lens packages.

Also adds the `protobuf-compiler` to `debian-bootstrap.sh` to get the
`/usr/bin/protoc` which is used to generate code.
This commit is contained in:
Judah Jacobson 2017-03-19 11:44:29 -07:00
parent 26133500df
commit b511c5dc32
2 changed files with 10 additions and 0 deletions

View File

@ -2868,6 +2868,15 @@ packages:
- ziptastic-client
- ziptastic-core
"Judah Jacobson <judah.jacobson@gmail.com> @judah":
- lens-labels
- proto-lens
- proto-lens-descriptors
- proto-lens-protoc
- proto-lens-combinators
- proto-lens-arbitrary
- proto-lens-optparse
# If you stop maintaining a package you can move it here.
# It will then be disabled if it starts causing problems.
# See https://github.com/fpco/stackage/issues/1056

View File

@ -117,6 +117,7 @@ apt-get install -y \
nodejs \
npm \
openjdk-8-jdk \
protobuf-compiler \
python-mpltoolkits.basemap \
python3-matplotlib \
python3-numpy \