-
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.
- Loading branch information
1 parent
9c1e38e
commit 35e1092
Showing
19 changed files
with
2,532 additions
and
2,469 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
version=0.26.1 | ||
profile=conventional |
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 @@ | ||
(executable | ||
(name slack_notify) | ||
(public_name slack-notify) | ||
(libraries slacko cmdliner)) | ||
(name slack_notify) | ||
(public_name slack-notify) | ||
(libraries slacko cmdliner)) |
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,7 +1,8 @@ | ||
(library | ||
(name slacko) | ||
(public_name slacko) | ||
(synopsis "A neat interface for Slack") | ||
(private_modules Timestamp) | ||
(libraries lwt cohttp-lwt-unix yojson ppx_deriving_yojson.runtime ptime) | ||
(preprocess (pps ppx_deriving_yojson))) | ||
(name slacko) | ||
(public_name slacko) | ||
(synopsis "A neat interface for Slack") | ||
(private_modules Timestamp) | ||
(libraries lwt cohttp-lwt-unix yojson ppx_deriving_yojson.runtime ptime) | ||
(preprocess | ||
(pps ppx_deriving_yojson))) |
Oops, something went wrong.