Skip to content

Commit

Permalink
correct dependencies to get release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Mar 3, 2022
1 parent c853c95 commit 0646b58
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.7 (2022-03-04)

* initial opam release

# v0.0.6 (2022-03-01)

* unix binaries are now all subcommands of the `chamelon` command
Expand Down
3 changes: 1 addition & 2 deletions chamelon-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ build: [
]

depends: [
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0.0"}
"bos"
"chamelon"
"cmdliner" {>= "1.1.0"}
"fmt"
"fpath"
"logs"
"lwt"
"mirage-block" {>= "3.0.0"}
Expand Down
3 changes: 1 addition & 2 deletions chamelon.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: [
]

depends: [
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0.0"}
"alcotest" {with-test}
"mirage-block-unix" {with-test}
Expand All @@ -30,7 +30,6 @@ depends: [
"checkseum"
"digestif"
"fmt"
"fpath"
"logs"
"lwt"
"mirage-block" {>= "3.0.0"}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(lang dune 2.9)
(name chamelon)
3 changes: 1 addition & 2 deletions lib_test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(executable
(package chamelon)
(public_name test_chamelon)
(name test_chamelon)
(libraries alcotest cstruct chamelon)
)
(rule
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(executable
(package chamelon-unix)
(public_name chamelon)
(libraries bos cmdliner fmt fmt.cli fmt.tty fpath chamelon.kv mirage-block-unix mirage-clock-unix mirage-kv logs.cli logs.fmt lwt)
(libraries bos cmdliner fmt fmt.cli fmt.tty chamelon.kv mirage-block-unix mirage-clock-unix mirage-kv logs.cli logs.fmt lwt)
)

(rule
Expand Down

0 comments on commit 0646b58

Please sign in to comment.