@@ -536,6 +536,27 @@ (define-public ocaml-4.07
(define-public ocaml ocaml-4.14)
+(define-public ocaml-ppx-yojson-conv-lib
+ (package
+ (name "ocaml-ppx-yojson-conv-lib")
+ (version "0.17.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/janestreet/ppx_yojson_conv_lib")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0nd9vghqbgpam17n4lrcwp88n67q98x0dr86d921760y05q2js2w"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-yojson))
+ (properties `((upstream-name . "ppx_yojson_conv_lib")))
+ (home-page "https://github.com/janestreet/ppx_yojson_conv_lib")
+ (synopsis "Runtime lib for ppx_yojson_conv")
+ (description "Part of the Jane Street's PPX rewriters collection.")
+ (license license:expat)))
+
(define-public ocamlbuild
(package
(name "ocamlbuild")