Put in earplugs
This commit is contained in:
parent
a98eaa7f6b
commit
5fbe6c54d4
1 changed files with 20 additions and 0 deletions
|
@ -487,3 +487,23 @@ type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings,
|
|||
collation and locale-sensitive case mappings, and more. The library is
|
||||
currently designed for Unicode Standard 3.2.")
|
||||
(license #f)))
|
||||
|
||||
;; via guix import opam dune-site
|
||||
|
||||
(define-public ocaml-dune-site
|
||||
(package
|
||||
(name "ocaml-dune-site")
|
||||
(version "3.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
"https://github.com/ocaml/dune/releases/download/3.12.2/dune-3.12.2.tbz")
|
||||
(sha256
|
||||
(base32 "1csz543wq66dcn08piabaascvbiswb1vxw1xfg4glgp8zq0mzap8"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-dune-private-libs ocaml-odoc))
|
||||
(home-page "https://github.com/ocaml/dune")
|
||||
(synopsis "Embed locations information inside executable and libraries")
|
||||
(description #f)
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue