From b9dd0d26418cdcc39b5a70cd7417a1b7da4023d7 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 1 Oct 2017 15:36:40 +0100 Subject: [PATCH] add ocplib-endian to dependencies of git (already in opam, missing in jbuild) --- src/git/jbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git/jbuild b/src/git/jbuild index 07a10bb6d..f330e8186 100644 --- a/src/git/jbuild +++ b/src/git/jbuild @@ -4,4 +4,4 @@ ((name git) (public_name git) (libraries (cstruct fmt lwt mstruct uri ocamlgraph logs astring hex - decompress)))) + decompress ocplib-endian ocplib-endian.bigstring))))