Put in earplugs
This commit is contained in:
parent
169948d534
commit
311ca35c7e
1 changed files with 44 additions and 44 deletions
|
@ -553,50 +553,50 @@ in parallel on an opt-in basis.")
|
|||
|
||||
;; via guix import opam base
|
||||
|
||||
(define-public ocaml-base
|
||||
(package
|
||||
(name "ocaml-base")
|
||||
(version "0.16.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
"https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz")
|
||||
(sha256
|
||||
(base32 "0g7rrwnd3sb4pcpnvq7hc7dd7rg1gh0axxdhqwjh60dxw81ybycv"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-sexplib0 dune-configurator))
|
||||
(home-page "https://github.com/janestreet/base")
|
||||
(synopsis "Full standard library replacement for OCaml")
|
||||
(description
|
||||
"Full standard library replacement for OCaml Base is a complete and portable
|
||||
alternative to the OCaml standard library. It provides all standard
|
||||
functionalities one would expect from a language standard library. It uses
|
||||
consistent conventions across all of its module. Base aims to be usable in any
|
||||
context. As a result system dependent features such as I/O are not offered by
|
||||
Base. They are instead provided by companion libraries such as stdio:
|
||||
https://github.com/janestreet/stdio")
|
||||
(license license:expat)))
|
||||
;; (define-public ocaml-base
|
||||
;; (package
|
||||
;; (name "ocaml-base")
|
||||
;; (version "0.16.3")
|
||||
;; (source
|
||||
;; (origin
|
||||
;; (method url-fetch)
|
||||
;; (uri
|
||||
;; "https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz")
|
||||
;; (sha256
|
||||
;; (base32 "0g7rrwnd3sb4pcpnvq7hc7dd7rg1gh0axxdhqwjh60dxw81ybycv"))))
|
||||
;; (build-system dune-build-system)
|
||||
;; (propagated-inputs (list ocaml-sexplib0 dune-configurator))
|
||||
;; (home-page "https://github.com/janestreet/base")
|
||||
;; (synopsis "Full standard library replacement for OCaml")
|
||||
;; (description
|
||||
;; "Full standard library replacement for OCaml Base is a complete and portable
|
||||
;; alternative to the OCaml standard library. It provides all standard
|
||||
;; functionalities one would expect from a language standard library. It uses
|
||||
;; consistent conventions across all of its module. Base aims to be usable in any
|
||||
;; context. As a result system dependent features such as I/O are not offered by
|
||||
;; Base. They are instead provided by companion libraries such as stdio:
|
||||
;; https://github.com/janestreet/stdio")
|
||||
;; (license license:expat)))
|
||||
|
||||
;; via guix import opam sexplib0
|
||||
|
||||
(define-public ocaml-sexplib0
|
||||
(package
|
||||
(name "ocaml-sexplib0")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
"https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz")
|
||||
(sha256
|
||||
(base32 "07bhj2akd6i33h11qin4wns9qnjicf871yzji7vi4i8rd1ja5nw6"))))
|
||||
(build-system dune-build-system)
|
||||
(home-page "https://github.com/janestreet/sexplib0")
|
||||
(synopsis
|
||||
"Library containing the definition of S-expressions and some base converters")
|
||||
(description
|
||||
"Part of Jane Street's Core library The Core suite of libraries is an industrial
|
||||
strength alternative to OCaml's standard library that was developed by Jane
|
||||
Street, the largest industrial user of OCaml.")
|
||||
(license license:expat)))
|
||||
;; (define-public ocaml-sexplib0
|
||||
;; (package
|
||||
;; (name "ocaml-sexplib0")
|
||||
;; (version "0.16.0")
|
||||
;; (source
|
||||
;; (origin
|
||||
;; (method url-fetch)
|
||||
;; (uri
|
||||
;; "https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz")
|
||||
;; (sha256
|
||||
;; (base32 "07bhj2akd6i33h11qin4wns9qnjicf871yzji7vi4i8rd1ja5nw6"))))
|
||||
;; (build-system dune-build-system)
|
||||
;; (home-page "https://github.com/janestreet/sexplib0")
|
||||
;; (synopsis
|
||||
;; "Library containing the definition of S-expressions and some base converters")
|
||||
;; (description
|
||||
;; "Part of Jane Street's Core library The Core suite of libraries is an industrial
|
||||
;; strength alternative to OCaml's standard library that was developed by Jane
|
||||
;; Street, the largest industrial user of OCaml.")
|
||||
;; (license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue