Skip to content

Commit

Permalink
Delete the useless dependency with pkg-config (MirageOS 3 compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Feb 17, 2023
1 parent 3566773 commit 1eff5c5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions digestif.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ install: [
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.6.0"}
"conf-pkg-config" {build}
"eqaf"
"fmt" {with-test}
"alcotest" {with-test}
"bos" {with-test}
"astring" {with-test}
"fpath" {with-test}
"rresult" {with-test}
"ocamlfind" {with-test}
"fmt" {with-test}
"alcotest" {with-test}
"bos" {with-test}
"astring" {with-test}
"fpath" {with-test}
"rresult" {with-test}
"ocamlfind" {with-test}
]

conflicts: [
Expand Down

0 comments on commit 1eff5c5

Please # to comment.