Skip to content

Commit

Permalink
Removed version constraints, installed autoconf for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Enoumy committed Jan 5, 2025
1 parent 64f2929 commit e4cc5bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout tree
uses: actions/checkout@v4

- run: brew install autoconf
if: ${{ matrix.os == "macos-latest" }}

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
Expand Down
17 changes: 8 additions & 9 deletions capy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ depends: [
"notty"
"yojson" {= "2.2.2"}
"ppx_yojson_conv"
"bonsai" {= "v0.18~preview.130.04+450"}
"bonsai_test" {= "v0.18~preview.130.04+450"}
"async_ssl" {= "v0.18~preview.130.04+450"}
"cohttp-async"
"async" {= "v0.18~preview.130.04+450"}
"expectable" {= "v0.18~preview.130.04+450"}
"core_unix" {= "v0.18~preview.130.04+450"}
"core" {= "v0.18~preview.130.04+450"}
"expect_test_helpers_core" {= "v0.18~preview.130.04+450"}
"bonsai"
"bonsai_test"
"async_ssl"
"async"
"expectable"
"core_unix"
"core"
"expect_test_helpers_core"
"odoc" {with-doc}
]
build: [
Expand Down
25 changes: 8 additions & 17 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,14 @@
(yojson
(= "2.2.2"))
ppx_yojson_conv
(bonsai
(= "v0.18~preview.130.04+450"))
(bonsai_test
(= "v0.18~preview.130.04+450"))
(async_ssl
(= "v0.18~preview.130.04+450"))
cohttp-async
(async
(= "v0.18~preview.130.04+450"))
(expectable
(= "v0.18~preview.130.04+450"))
(core_unix
(= "v0.18~preview.130.04+450"))
(core
(= "v0.18~preview.130.04+450"))
(expect_test_helpers_core
(= "v0.18~preview.130.04+450"))
bonsai
bonsai_test
async_ssl
async
expectable
core_unix
core
expect_test_helpers_core
;;
)
(tags
Expand Down

0 comments on commit e4cc5bc

Please sign in to comment.