-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use dune variants, preserve timestamp function in type t (#6)
* defunctorise, use mirage-ptime * provide set_last_modified, to set the last_modified to a specific date. This takes priority, and is useful for e.g. crunch - where the timestamp of the mirage-kv-mem creation should be recorded. * preserve timestamp function in t * update dependencies
- Loading branch information
Showing
4 changed files
with
63 additions
and
81 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
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,4 +1,4 @@ | ||
(library | ||
(name mirage_kv_mem) | ||
(public_name mirage-kv-mem) | ||
(libraries mirage-kv fmt ptime mirage-clock optint)) | ||
(libraries mirage-kv fmt ptime mirage-ptime optint)) |
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
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