From da11fd31df1b8fc7b032c662a9ef9f2af8056db5 Mon Sep 17 00:00:00 2001 From: Chris Nevers Date: Fri, 14 Jun 2019 19:22:55 -0400 Subject: [PATCH] update opam --- bitlib.opam | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bitlib.opam b/bitlib.opam index 369efe1..59b6aed 100644 --- a/bitlib.opam +++ b/bitlib.opam @@ -7,11 +7,12 @@ bug-reports: "https://github.com/chrisnevers/bitlib/issues" dev-repo: "git://github.com/chrisnevers/bitlib.git" synopsis: "A library for writing binary files" build: [ - ["jbuilder" "build" "-p" name "-j" jobs] - ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "subst"] {pinned} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest"] {with-test} ] depends: [ "dune" {build} - "alcotest" {test} + "alcotest" {with-test} ]