-
Notifications
You must be signed in to change notification settings - Fork 51
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
Showing
11 changed files
with
149 additions
and
19 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 |
---|---|---|
|
@@ -10,3 +10,5 @@ setup.bin | |
lib_test/config.ml | ||
lib_test/test_javascript.js | ||
*~ | ||
.merlin | ||
*.install |
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,7 @@ | ||
(jbuild_version 1) | ||
|
||
(executables | ||
((libraries (cohttp.lwt github.unix cmdliner lambda-term)) | ||
(public_names (git-gist)) | ||
(package github-unix) | ||
(names (gist)))) |
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,33 @@ | ||
opam-version: "1.2" | ||
name: "github" | ||
version: "2.2.0" | ||
maintainer: "sheets@alum.mit.edu" | ||
authors: [ | ||
"Anil Madhavapeddy" | ||
"David Sheets" | ||
"Andy Ray" | ||
"Jeff Hammerbacher" | ||
"Thomas Gazagnaire" | ||
"Rudi Grinberg" | ||
"Qi Li" | ||
"Jeremy Yallop" | ||
"Dave Tucker" | ||
] | ||
homepage: "https://github.com/mirage/ocaml-github" | ||
bug-reports: "https://github.com/mirage/ocaml-github/issues" | ||
dev-repo: "https://github.com/mirage/ocaml-github.git" | ||
tags: [ | ||
"org:mirage" | ||
"org:xapi-project" | ||
"git" | ||
] | ||
build: [ | ||
["jbuilder" "build" "--only-packages" "github-js" "--root" "." | ||
"-j" jobs "@install"] | ||
] | ||
depends: [ | ||
"jbuilder" {build} | ||
"cohttp" | ||
"js_of_ocaml" | ||
] | ||
available: [ ocaml-version >= "4.02.3" ] |
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,36 @@ | ||
opam-version: "1.2" | ||
name: "github" | ||
version: "2.2.0" | ||
maintainer: "sheets@alum.mit.edu" | ||
authors: [ | ||
"Anil Madhavapeddy" | ||
"David Sheets" | ||
"Andy Ray" | ||
"Jeff Hammerbacher" | ||
"Thomas Gazagnaire" | ||
"Rudi Grinberg" | ||
"Qi Li" | ||
"Jeremy Yallop" | ||
"Dave Tucker" | ||
] | ||
homepage: "https://github.com/mirage/ocaml-github" | ||
bug-reports: "https://github.com/mirage/ocaml-github/issues" | ||
dev-repo: "https://github.com/mirage/ocaml-github.git" | ||
tags: [ | ||
"org:mirage" | ||
"org:xapi-project" | ||
"git" | ||
] | ||
build: [ | ||
["jbuilder" "build" "--only-packages" "github-unix" "--root" "." | ||
"-j" jobs "@install"] | ||
] | ||
depends: [ | ||
"jbuilder" {build} | ||
"github" | ||
"stringext" | ||
"lambda-term" | ||
"cmdliner" {>= "0.9.8"} | ||
"base-unix" | ||
] | ||
available: [ ocaml-version >= "4.02.3" ] |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
(jbuild_version 1) | ||
|
||
(executables | ||
((libraries (cohttp.lwt github.unix cmdliner lambda-term)) | ||
(package github-unix) | ||
(public_names | ||
(git-create-release | ||
git-sync-releases | ||
git-upload-release | ||
git-list-releases | ||
git-list-events | ||
git-list-issues | ||
git-jar | ||
git-search | ||
git-listen-events)) | ||
(names | ||
(create_release | ||
sync_releases | ||
upload_release | ||
list_releases | ||
list_events | ||
list_issues | ||
jar | ||
search | ||
listen_events)))) |
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,7 @@ | ||
(jbuild_version 1) | ||
|
||
(library | ||
((name github_js) | ||
(public_name github.js) | ||
(wrapped false) | ||
(libraries (github lwt js_of_ocaml cohttp.lwt-core cohttp.js)))) |
File renamed without changes.
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,18 @@ | ||
(jbuild_version 1) | ||
|
||
(rule | ||
((targets (github_t.ml github_t.mli)) | ||
(deps (github.atd)) | ||
(action (run atdgen -t ${<})))) | ||
|
||
(rule | ||
((targets (github_j.ml github_j.mli)) | ||
(deps (github.atd)) | ||
(action (run atdgen -j ${<})))) | ||
|
||
(library | ||
((name github) | ||
(public_name github) | ||
(wrapped false) | ||
(modules (github_s github_core github_j github_t)) | ||
(libraries (cohttp uri cohttp.lwt-core yojson atdgen)))) |
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,10 @@ | ||
(jbuild_version 1) | ||
|
||
(executables | ||
((libraries (cohttp.lwt github.unix atdgen stringext)) | ||
(package github-unix) | ||
(names | ||
(current_user | ||
rwo | ||
get_token | ||
repo_info)))) |
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,8 @@ | ||
(jbuild_version 1) | ||
|
||
(library | ||
((name github_unix) | ||
(public_name github.unix) | ||
(wrapped false) | ||
(modules (github github_cookie_jar)) | ||
(libraries (lwt.unix cohttp.lwt github bytes)))) |