From ea88896fb43c79b9b0ee8b6722adc61ebce247b0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 7 Nov 2022 10:19:59 +0200 Subject: gn: Add missing crate --- gn/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'gn/packages/crates-io.scm') diff --git a/gn/packages/crates-io.scm b/gn/packages/crates-io.scm index 2ffd798..8ea1765 100644 --- a/gn/packages/crates-io.scm +++ b/gn/packages/crates-io.scm @@ -40,6 +40,35 @@ for massive key sets}. It generates an @acronym{MPHF, minimal perfect hash functions} for a collection of hashable objects.") (license license:expat))) +(define-public rust-gfa-0.6 + (package + (name "rust-gfa") + (version "0.6.2") + (source (origin + (method url-fetch) + (uri (crate-uri "gfa" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ghmy4r0324s6vvmj9nmh326346nkwm7nybnpcpswnjvf02b85gw")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-bstr" ,rust-bstr-0.2) + ("rust-bytemuck" ,rust-bytemuck-1) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-nom" ,rust-nom-5) + ("rust-regex" ,rust-regex-1) + ("rust-serde" ,rust-serde-1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.3)))) + (home-page "https://github.com/chfi/rs-gfa") + (synopsis + "Library for working with graphs in the GFA (Graphical Fragment Assembly) format") + (description + "Library for working with graphs in the GFA (Graphical Fragment Assembly) format") + (license license:expat))) + (define-public rust-handlegraph-0.7 (package (name "rust-handlegraph") -- cgit v1.2.3