[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/29: gnu: Add rust-lopdf-0.25.
From: |
guix-commits |
Subject: |
12/29: gnu: Add rust-lopdf-0.25. |
Date: |
Mon, 5 Oct 2020 06:43:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 920ef7fcc4ce63f0be6ebcf9f561e76c23d02f2e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 4 23:59:24 2020 +0300
gnu: Add rust-lopdf-0.25.
* gnu/packages/crates-io.scm (rust-lopdf-0.25): New variable.
---
gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 545d43c..97ad0df 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13546,6 +13546,41 @@ by inspecting the system for user preference.")
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1))))))
+(define-public rust-lopdf-0.25
+ (package
+ (name "rust-lopdf")
+ (version "0.25.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lopdf" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1yb4yj1a8a88w78hz9msg65xbkyx5n4d9gm1xb2c67zaj1xvyw1i"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-chrono" ,rust-chrono-0.4)
+ ("rust-dtoa" ,rust-dtoa-0.4)
+ ("rust-encoding" ,rust-encoding-0.2)
+ ("rust-flate2" ,rust-flate2-1.0)
+ ("rust-image" ,rust-image-0.20)
+ ("rust-itoa" ,rust-itoa-0.4)
+ ("rust-linked-hash-map" ,rust-linked-hash-map-0.4)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-lzw" ,rust-lzw-0.10)
+ ("rust-nom" ,rust-nom-5)
+ ("rust-pom" ,rust-pom-3)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-time" ,rust-time-0.1))))
+ (home-page "https://github.com/J-F-Liu/lopdf")
+ (synopsis "Rust library for PDF document manipulation")
+ (description
+ "This package provides a Rust library for PDF document manipulation.")
+ (license license:expat)))
+
(define-public rust-lru-cache-0.1
(package
(name "rust-lru-cache")
- 01/29: gnu: Add rust-az-1., (continued)
- 01/29: gnu: Add rust-az-1., guix-commits, 2020/10/05
- 03/29: gnu: rust-num-traits-0.2: Update to 0.2.12., guix-commits, 2020/10/05
- 04/29: gnu: Add rust-pom-3., guix-commits, 2020/10/05
- 05/29: gnu: Add rust-quickcheck-macros-0.9., guix-commits, 2020/10/05
- 06/29: gnu: rust-tinyvec-0.3: Update to 0.3.4., guix-commits, 2020/10/05
- 07/29: gnu: rust-half-1.3: Rename to rust-half-1., guix-commits, 2020/10/05
- 02/29: gnu: Add rust-float-cmp-0.8., guix-commits, 2020/10/05
- 08/29: gnu: Add rust-fixed-1., guix-commits, 2020/10/05
- 10/29: gnu: Add rust-simba-0.1., guix-commits, 2020/10/05
- 09/29: gnu: Add rust-cordic-0.1., guix-commits, 2020/10/05
- 12/29: gnu: Add rust-lopdf-0.25.,
guix-commits <=
- 11/29: gnu: Add rust-wide-0.4., guix-commits, 2020/10/05
- 19/29: gnu: Add rust-num-0.3., guix-commits, 2020/10/05
- 20/29: gnu: rust-num-derive-0.3: Update to 0.3.2., guix-commits, 2020/10/05
- 17/29: gnu: rust-num-iter-0.1: Update to 0.1.41., guix-commits, 2020/10/05
- 21/29: gnu: Move graphics crates to crates-graphics.scm., guix-commits, 2020/10/05
- 24/29: gnu: Add rust-bitflags-0.9., guix-commits, 2020/10/05
- 26/29: gnu: Add rust-toml-0.4., guix-commits, 2020/10/05
- 28/29: gnu: rust-textwrap-0.11: Don't hide package., guix-commits, 2020/10/05
- 16/29: gnu: Move gtk crates to crates-gtk.scm., guix-commits, 2020/10/05
- 15/29: gnu: rust-redox-syscall-0.1: Update to 0.1.57., guix-commits, 2020/10/05