guix-commits
[Top][All Lists]
Advanced

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

39/45: gnu: Add ocaml-mirage-bootvar-unix.


From: guix-commits
Subject: 39/45: gnu: Add ocaml-mirage-bootvar-unix.
Date: Fri, 17 Feb 2023 10:49:41 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 48724a66422e02995e62e2f707dcd9087d43bee5
Author: raingloom <raingloom@riseup.net>
AuthorDate: Wed Feb 15 23:00:28 2023 +0100

    gnu: Add ocaml-mirage-bootvar-unix.
    
    * gnu/packages/ocaml.scm (ocaml-mirage-bootvar-unix): New variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/ocaml.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 79e71ebba1..dae050af50 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3976,6 +3976,26 @@ mobile platforms.  Code can be developed on a normal OS 
and then compiled into
 a fully-standalone, specialised unikernel.")
     (license license:isc)))
 
+(define-public ocaml-mirage-bootvar-unix
+  (package
+    (name "ocaml-mirage-bootvar-unix")
+    (version "0.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mirage/mirage-bootvar-unix";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vi13q0z5ffv5hf4q5lfvkia6j2s5520px0s2x4dbjgd52icizrz"))))
+    (build-system dune-build-system)
+    (propagated-inputs (list ocaml-lwt ocaml-parse-argv))
+    (home-page "https://github.com/mirage/mirage-bootvar-unix";)
+    (synopsis "Unix implementation of MirageOS Bootvar interface")
+    (description "Library for passing boot parameters from Solo5 to MirageOS.")
+    (license license:isc)))
+
 (define-public ocaml-duration
   (package
     (name "ocaml-duration")



reply via email to

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