mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-esaxx-rs-0.1.
* gnu/packages/machine-learning.scm (rust-esaxx-rs-0.1): New variable. Change-Id: I38a666dd5b9f20dc721e0a28ad718ff5f227b708
This commit is contained in:
parent
85272bac56
commit
8df7a03b10
1 changed files with 20 additions and 0 deletions
|
@ -5862,6 +5862,26 @@ definite approximations of Optimal Transport (Wasserstein) distances.
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-esaxx-rs-0.1
|
||||
(package
|
||||
(name "rust-esaxx-rs")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "esaxx-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rm6vm5yr7s3n5ly7k9x9j6ra5p2l2ld151gnaya8x03qcwf05yq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/Narsil/esaxx-rs")
|
||||
(synopsis "Wrapper for sentencepiece's esaxxx library")
|
||||
(description
|
||||
"This package provides a wrapper around sentencepiece's esaxxx library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-hmmlearn
|
||||
(package
|
||||
(name "python-hmmlearn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue