-
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.
- Loading branch information
1 parent
8a6fab5
commit 35c73f4
Showing
6 changed files
with
3,659 additions
and
205 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,2 +1,21 @@ | ||
OCaml bindings to the Google Cloud Platform APIs | ||
================================================ | ||
|
||
## Development | ||
|
||
The default nix devShell will have the packages needed to develop `ocaml-gcloud`: | ||
``` | ||
nix develop '.#' # (or use nix-direnv) | ||
dune build ... | ||
``` | ||
|
||
### Updating opam package set | ||
|
||
If you've updated the `.opam` files in the project and need to recalculate the `opam` deps, run `make onix-lock` and refresh the devShell: | ||
|
||
``` | ||
# From inside the nix devShell | ||
$ make onix-lock | ||
$ exit # (or nix-direnv-reload if using nix-direnv) | ||
$ nix develop '.#' | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.