From 42c34166c3213b05e6e0251a52632595d0db8f6c Mon Sep 17 00:00:00 2001 From: Andreas Garnaes Date: Wed, 13 Feb 2019 15:22:25 +0100 Subject: [PATCH 1/2] Use dune, not jbuilder, in graphql-cohttp --- graphql-cohttp.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-cohttp.opam b/graphql-cohttp.opam index cb8a99a..9c966de 100644 --- a/graphql-cohttp.opam +++ b/graphql-cohttp.opam @@ -13,7 +13,7 @@ build: [ depends: [ "ocaml" {>= "4.03.0"} - "jbuilder" {build} + "dune" {build} "graphql" {>= "0.9.0"} "cohttp" {>= "2.0.0"} "crunch" From b24153651bd027fc8ef8264e6fbcb07583c7b6c1 Mon Sep 17 00:00:00 2001 From: Andreas Garnaes Date: Wed, 13 Feb 2019 15:22:55 +0100 Subject: [PATCH 2/2] Use digestif as dune dependency --- graphql-cohttp/src/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-cohttp/src/dune b/graphql-cohttp/src/dune index b0f1cd5..3fe41b2 100644 --- a/graphql-cohttp/src/dune +++ b/graphql-cohttp/src/dune @@ -7,4 +7,4 @@ (name graphql_cohttp) (public_name graphql-cohttp) (wrapped false) - (libraries str graphql cohttp astring base64 ocplib-endian digestif.ocaml)) + (libraries str graphql cohttp astring base64 ocplib-endian digestif))