Skip to content

Commit

Permalink
Add digestif and increase mirage crypto version
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Dec 16, 2024
1 parent b908390 commit 6d3d92d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 71 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check PR
on:
pull_request:
branches:
- master
- master

jobs:
opam:
Expand Down Expand Up @@ -50,10 +50,6 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: anmonteiro

- name: Build
run: nix develop --accept-flake-config -c dune build

Expand Down
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
(eqaf
(>= 0.7))
(mirage-crypto
(>= 0.10.0))
(>= 1.0.0))
(x509
(>= 0.13.0))
(cstruct
Expand All @@ -46,7 +46,8 @@
(mirage-crypto-rng
(and
:with-test
(>= 0.11.0)))
(>= 1.0.0)))
digestif
(containers :with-test)
(bisect_ppx :with-test)
(alcotest :with-test)
Expand Down
84 changes: 22 additions & 62 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions jose.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ depends: [
"base64" {>= "3.3.0"}
"dune" {>= "2.8"}
"eqaf" {>= "0.7"}
"mirage-crypto" {>= "0.10.0"}
"mirage-crypto" {>= "1.0.0"}
"x509" {>= "0.13.0"}
"cstruct" {>= "6.0.0"}
"astring"
"yojson" {>= "1.6.0"}
"zarith"
"ptime"
"mirage-crypto-rng" {with-test & >= "0.11.0"}
"mirage-crypto-rng" {with-test & >= "1.0.0"}
"digestif"
"containers" {with-test}
"bisect_ppx" {with-test}
"alcotest" {with-test}
Expand Down

0 comments on commit 6d3d92d

Please sign in to comment.