Skip to content

Commit

Permalink
Merge pull request #29 from hannesm/release
Browse files Browse the repository at this point in the history
install ccmblock binary, revert the optional dependencies
  • Loading branch information
hannesm committed Oct 25, 2022
2 parents f65cdaa + ea3802e commit b41631f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.1.0 (2022-10-25)

* install ccmblock as executable

## 1.0.2 (2022-04-06)

* update to the current ecosystem
* update to the current ecosystem
File renamed without changes.
1 change: 1 addition & 0 deletions examples/dune → app/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(executable
(name ccmblock)
(public_name ccmblock)
(libraries mirage-block-ccm astring cmdliner lwt.unix mirage-block-unix
mirage-crypto-rng.unix))
6 changes: 3 additions & 3 deletions mirage-block-ccm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ depends: [
"mirage-crypto-rng"
"ounit2" {with-test}
"bisect_ppx" {dev}
"cmdliner" {with-test & >= "1.1.0"}
"astring" {with-test}
"mirage-block-unix" {with-test}
"cmdliner" {>= "1.1.0"}
"astring"
"mirage-block-unix"
]

0 comments on commit b41631f

Please sign in to comment.