~ruther/guix-local

422b440dc56feffb0680d893f1f9d3942702abb4 — Efraim Flashner 1 year, 1 month ago 2f00ed2
gnu: Add rust-newline-converter-0.3.

* gnu/packages/crates-io.scm (rust-newline-converter-0.3): New variable.

Change-Id: Ic1e60baf298b307c710160824e468df8a88513c4
1 files changed, 27 insertions(+), 0 deletions(-)

M gnu/packages/crates-io.scm
M gnu/packages/crates-io.scm => gnu/packages/crates-io.scm +27 -0
@@ 45664,6 45664,33 @@ feed reader.")
    ;; No copyright headers in the source code.  LICENSE indicates gpl3.
    (license license:gpl3)))

(define-public rust-newline-converter-0.3
  (package
    (name "rust-newline-converter")
    (version "0.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (crate-uri "newline-converter" version))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32 "0zyw2hyjl89rj1zmp9n8fq69pbfp9zl1cbal73agxjxixjbv1dj7"))))
    (build-system cargo-build-system)
    (arguments
     (list #:cargo-inputs
           (list rust-unicode-segmentation-1)
           #:cargo-development-inputs
           (list rust-criterion-0.4
                 rust-fancy-regex-0.10
                 rust-lazy-regex-2
                 rust-once-cell-1
                 rust-quickcheck-1)))
    (home-page
     "https://github.com/spitfire05/rnc/tree/master/crates/newline-converter")
    (synopsis "Newline byte converter library")
    (description "This package provides a newline byte converter library.")
    (license license:expat)))

(define-public rust-newsblur-api-0.1
  (package
    (name "rust-newsblur-api")