[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add rust-pinot-0.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add rust-pinot-0.1. |
Date: |
Tue, 01 Mar 2022 04:25:26 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a859302302 gnu: Add rust-pinot-0.1.
a859302302 is described below
commit a85930230233106658a4ffe53e71fe79cc1e8634
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 1 10:23:55 2022 +0100
gnu: Add rust-pinot-0.1.
* gnu/packages/crates-io.scm (rust-pinot-0.1): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index da2e9cacef..e5a48be473 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42432,6 +42432,28 @@ written with declarative macros.")
(description "This crate provides utilities for pinning values on the
stack.")
(license (list license:expat license:asl2.0))))
+(define-public rust-pinot-0.1
+ (package
+ (name "rust-pinot")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pinot" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "153di76kx7xb4mp2i14zg1wkz3mclivv4c77mbhh7af553yqnsnh"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://github.com/dfrg/pinot")
+ (synopsis "High-fidelity OpenType parser in Rust")
+ (description "This crate aims to parse OpenType fonts with a level
+of detail that is amenable to modeling, analysis and transformation.
+The current focus is specifically on OpenType layout and the crate
+provides comprehensive coverage of that portion of the specification
+along with strong support for variations and the core header tables.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-pkcs1-0.2
(package
(name "rust-pkcs1")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add rust-pinot-0.1.,
guix-commits <=