me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-pori-0.0.0.

* gnu/packages/crates-io.scm (rust-pori-0.0.0): New variable.

Change-Id: I57526d3fceafd6e8c0fd904b3e9028789ba5d5bf
master
Efraim Flashner 2024-03-31 14:57:58 +03:00
parent 5678be9a3c
commit 8258ee155d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -53830,6 +53830,25 @@ convert SQL to Polars logical plans.")
overloading without macros in Rust.")
(license license:expat)))
(define-public rust-pori-0.0.0
(package
(name "rust-pori")
(version "0.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "pori" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01p9g4fn3kasnmwj8i4plzk6nnnk7ak2qsfcv9b9y4zcilrkv9m4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-nom" ,rust-nom-7))))
(home-page "https://github.com/olson-sean-k/pori")
(synopsis "Parser state and error extensions for nom")
(description "Parser state and error extensions for nom.")
(license license:expat)))
(define-public rust-portable-atomic-1
(package
(name "rust-portable-atomic")