ocamlPackages.jsonaf: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:03 +02:00
parent 3421799d7c
commit 9db7b70800
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -451,6 +451,7 @@ with self;
jsonaf = janePackage {
pname = "jsonaf";
duneVersion = "3";
hash = "1j9rn8vsvfpgmdpmdqb5qhvss5171j8n3ii1bcgnavqinchbvqa6";
meta.description = "A library for parsing, manipulating, and serializing data structured as JSON";
propagatedBuildInputs = [ base ppx_jane angstrom faraday ];
@ -690,6 +691,7 @@ with self;
ppx_jsonaf_conv = janePackage {
pname = "ppx_jsonaf_conv";
duneVersion = "3";
version = "0.15.1";
hash = "0wprs7qmscklyskj4famhaqqisi6jypy414aqba14qdyi43w0cv3";
minimumOCamlVersion = "4.08";