[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65131] [PATCH 15/32] gnu: Add ruby-google-protobuf.
From: |
Hartmut Goebel |
Subject: |
[bug#65131] [PATCH 15/32] gnu: Add ruby-google-protobuf. |
Date: |
Mon, 7 Aug 2023 20:26:19 +0200 |
* gnu/packages/ruby.scm (ruby-google-protobuf): New variable.
---
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c4ebaa2aaa..80cc35b45d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -17696,6 +17696,32 @@ has not yet been packaged for Guix.")
(license license:bsd-2)
(properties `((upstream-name . "anystyle-cli")))))
+(define-public ruby-google-protobuf
+ (package
+ (name "ruby-google-protobuf")
+ (version "3.23.4")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "google-protobuf" version))
+ (sha256
+ (base32
+ "1dq5lgkxhagqr8zjrwr10zi8rldbg2vhis2m5q86v5q9415ylfgj"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f)) ;; has no tests
+ (synopsis "Protocol Buffers are Google's data interchange format")
+ (description "This library contains the Ruby extension that implements
+Protocol Buffers functionality in Ruby.
+
+The Ruby extension makes use of generated Ruby code that defines message and
+enum types in a Ruby DSL. You may write definitions in this DSL directly, but
+we recommend using protoc's Ruby generation support with @code{.proto} files.
+The build process in this directory only installs the extension; you need to
+install @code{protoc} (in package ruby-grpc-tools) as well to have Ruby code
+generation functionality.")
+ (home-page "https://protobuf.dev")
+ (license license:bsd-3)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.30.9
- [bug#65131] [PATCH 03/32] gnu: Add ruby-net-ftp., (continued)
- [bug#65131] [PATCH 03/32] gnu: Add ruby-net-ftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 05/32] gnu: Add ruby-net-sftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 09/32] gnu: Add ruby-stream., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 08/32] gnu: Add ruby-stringio., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 10/32] gnu: Add ruby-rgl., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 11/32] gnu: Add ruby-sfl., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 12/32] gnu: Add ruby-specinfra., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 16/32] gnu: Add ruby-googleapis-common-protos-types., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 18/32] gnu: Add ruby-vagrant-cloud., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 13/32] gnu: Add ruby-serverspec., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 15/32] gnu: Add ruby-google-protobuf.,
Hartmut Goebel <=
- [bug#65131] [PATCH 19/32] gnu: Add ruby-vagrant-spec., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 21/32] gnu: Add ruby-hashicorp-checkpoint., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 14/32] gnu: Add ruby-time., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 17/32] gnu: Add ruby-grpc., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 20/32] gnu: Add ruby-vagrant-spec-helper-basic., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 22/32] gnu: ruby-childprocess: Update to 4.1.0., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 23/32] gnu: Add vagrant., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 25/32] gnu: Add vagrant-cachier., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 26/32] gnu: Add vagrant-reload., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 28/32] gnu: Add ruby-fog-core., Hartmut Goebel, 2023/08/07