guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/45: gnu: Add rust-cloudabi-0.0.


From: guix-commits
Subject: 07/45: gnu: Add rust-cloudabi-0.0.
Date: Wed, 23 Oct 2019 03:49:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 71d111f5410f1b558c34491013fbb4378d87828a
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 23 09:45:50 2019 +0300

    gnu: Add rust-cloudabi-0.0.
    
    * gnu/packages/rust-cbindgen.scm (rust-cloudabi-0.0): New hidden
    variable.
---
 gnu/packages/rust-cbindgen.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index c7d3133..36d4b5e 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -149,3 +149,23 @@ depending on a large number of #[cfg] parameters.  
Structured like an
 Command Line Argument Parser.")
     (properties '((hidden? . #t)))
     (license license:expat)))
+
+(define rust-cloudabi-0.0
+  (package
+    (name "rust-cloudabi")
+    (version "0.0.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "cloudabi" version))
+        (file-name (string-append name "-" version ".crate"))
+        (sha256
+         (base32
+          "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
+    (build-system cargo-build-system)
+    (home-page "https://nuxi.nl/cloudabi/";)
+    (synopsis "Low level interface to CloudABI")
+    (description
+     "Low level interface to CloudABI.  Contains all syscalls and related 
types.")
+    (properties '((hidden? . #t)))
+    (license license:bsd-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]