Archived
1
0
Fork 0

gnu: gRPC: Update description.

* gnu/packages/machine-learning.scm (grpc)[description]: Remove "open source".
This commit is contained in:
Marius Bakke 2019-10-12 14:56:30 +02:00
parent bd2bd80df8
commit 0effc65cc9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1306,12 +1306,12 @@ Python.")
("python" ,python-wrapper))) ("python" ,python-wrapper)))
(home-page "https://grpc.io") (home-page "https://grpc.io")
(synopsis "High performance universal RPC framework") (synopsis "High performance universal RPC framework")
(description "gRPC is a modern open source high performance @dfn{Remote (description "gRPC is a modern high performance @dfn{Remote Procedure Call}
Procedure Call} (RPC) framework that can run in any environment. It can (RPC) framework that can run in any environment. It can efficiently connect
efficiently connect services in and across data centers with pluggable support services in and across data centers with pluggable support for load balancing,
for load balancing, tracing, health checking and authentication. It is also tracing, health checking and authentication. It is also applicable in last
applicable in last mile of distributed computing to connect devices, mobile mile of distributed computing to connect devices, mobile applications and
applications and browsers to backend services.") browsers to backend services.")
(license license:asl2.0))) (license license:asl2.0)))
;; Note that Tensorflow includes a "third_party" directory, which seems to not ;; Note that Tensorflow includes a "third_party" directory, which seems to not