mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ocaml: Fix indentation.
* gnu/packages/ocaml.scm: Fix indentation issues.
This commit is contained in:
parent
2e951707f5
commit
912f44005d
1 changed files with 52 additions and 49 deletions
|
@ -336,7 +336,7 @@ (define-public ocamlbuild
|
||||||
(home-page "https://github.com/ocaml/ocamlbuild")
|
(home-page "https://github.com/ocaml/ocamlbuild")
|
||||||
(synopsis "OCaml build tool")
|
(synopsis "OCaml build tool")
|
||||||
(description "OCamlbuild is a generic build tool, that has built-in rules
|
(description "OCamlbuild is a generic build tool, that has built-in rules
|
||||||
for building OCaml library and programs.")
|
for building OCaml library and programs.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public opam
|
(define-public opam
|
||||||
|
@ -5090,10 +5090,13 @@ (define-public ocaml-yojson
|
||||||
(base32
|
(base32
|
||||||
"0nwsfkmqpyfab4rxq76q8ff7giyanghw08094jyrp275v99zdjr9"))))
|
"0nwsfkmqpyfab4rxq76q8ff7giyanghw08094jyrp275v99zdjr9"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:test-target "."))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml-biniou" ,ocaml-biniou)
|
`(("ocaml-biniou" ,ocaml-biniou)
|
||||||
("ocaml-easy-format" ,ocaml-easy-format)
|
("ocaml-easy-format" ,ocaml-easy-format)))
|
||||||
("ocaml-cppo" ,ocaml-cppo)))
|
(native-inputs
|
||||||
|
`(("ocaml-cppo" ,ocaml-cppo)))
|
||||||
(synopsis "Low-level JSON library for OCaml")
|
(synopsis "Low-level JSON library for OCaml")
|
||||||
(description "Yojson is an optimized parsing and printing library for the
|
(description "Yojson is an optimized parsing and printing library for the
|
||||||
JSON format. It addresses a few shortcomings of json-wheel including 2x
|
JSON format. It addresses a few shortcomings of json-wheel including 2x
|
||||||
|
|
Loading…
Reference in a new issue