-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from samoht/fmt
Use the same ocamlformat paramaters as in Irmin
- Loading branch information
Showing
46 changed files
with
1,169 additions
and
805 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,2 +1,5 @@ | ||
version=0.15.0 | ||
margin=100 | ||
version = 0.19.0 | ||
profile = conventional | ||
break-infix = fit-or-vertical | ||
parse-docstrings = true | ||
module-item-spacing = compact |
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
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
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,11 +1,10 @@ | ||
type resolution = { name : string; version : string } | ||
|
||
type t = { resolutions : resolution list; repos : Repository.t list } | ||
|
||
val v : | ||
system:Platform.system -> | ||
repos:Repository.fetched list Current.t -> | ||
packages:string list -> | ||
t Current.t | ||
(** [v ~system ~repos ~packages] resolves the requested [packages] using the | ||
given [repos] on the platform [system]. The arch is hardcoded to x86_64. *) | ||
(** [v ~system ~repos ~packages] resolves the requested [packages] using the | ||
given [repos] on the platform [system]. The arch is hardcoded to x86_64. *) |
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
Oops, something went wrong.