gnu: ocaml: Fix indentation.

* gnu/packages/ocaml.scm: Fix indentation issues.
This commit is contained in:
Julien Lepiller 2018-12-27 09:46:40 +01:00
parent 2e951707f5
commit 912f44005d
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -5090,10 +5090,13 @@ (define-public ocaml-yojson
(base32
"0nwsfkmqpyfab4rxq76q8ff7giyanghw08094jyrp275v99zdjr9"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))
(inputs
`(("ocaml-biniou" ,ocaml-biniou)
("ocaml-easy-format" ,ocaml-easy-format)
("ocaml-cppo" ,ocaml-cppo)))
("ocaml-easy-format" ,ocaml-easy-format)))
(native-inputs
`(("ocaml-cppo" ,ocaml-cppo)))
(synopsis "Low-level JSON library for OCaml")
(description "Yojson is an optimized parsing and printing library for the
JSON format. It addresses a few shortcomings of json-wheel including 2x