-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Romain Slootmaekers
committed
Apr 24, 2018
1 parent
4cc8078
commit 490a16a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# -*- conf -*- | ||
|
||
description = "Kinetic client" | ||
version = "0.0.8" | ||
version = "0.0.9" | ||
exists_if = "kinetic.cmx,kinetic.cmi,kinetic.mli" | ||
requires = "threads lwt lwt.unix cryptokit lwt_ssl ppx_deriving.show" | ||
requires = "threads lwt lwt.unix cryptokit lwt_ssl ppx_deriving.show lwt_log" | ||
archive(byte) = "kinetic.client.cma" | ||
archive(native) = "kinetic.client.cmxa" |