~ruther/guix-local

fae7b633dd02d863b3e7447ccb90a7ffc7ba87a8 — Jason Conroy 5 months ago f9b7630
gnu: Add ocaml-5.3.

* gnu/packages/ocaml.scm (ocaml-5.3): New variable.

Change-Id: I76c5d18b586d0258bda741ac43c12868a96c88ac
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
1 files changed, 13 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +13 -0
@@ 253,6 253,19 @@ functional, imperative and object-oriented styles of programming.")
    ;; distributed under lgpl2.0.
    (license (list license:qpl license:lgpl2.0))))

(define-public ocaml-5.3
  (package
    (inherit ocaml-5.0)
    (version "5.3.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/ocaml/ocaml")
                    (commit version)))
              (file-name (git-file-name "ocaml" version))
              (sha256
               (base32
                "05jhy9zn53v12rn3sg3vllqf5blv1gp7f06803npimc58crxy6rv"))))))

(define-public ocaml-4.14
  (package