Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions packages/gapi-ocaml/gapi-ocaml.0.4.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "Alessandro Strada <[email protected]>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "https://github.com/astrada/gapi-ocaml"
dev-repo: "git+https://github.com/astrada/gapi-ocaml.git"
bug-reports: "https://github.com/astrada/gapi-ocaml/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"cryptokit"
"dune" {>= "2.0.0"}
"ocurl"
"ounit2" {with-test}
"yojson" {>= "1.6.0"}
"camlp-streams"
"cppo" {>= "1.1.0"}
]
available: [ os != "macos" ]
synopsis: "A simple OCaml client for Google Services"
description: """
gapi-ocaml is a simple, unofficial, OCaml client for Google Services.
The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0
authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API
v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1,
OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page
Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense
Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3,
Gmail API v1."""
url {
src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.5-opam.tar.gz"
checksum: "md5=67fa053d31be79cb7009a858825909bc"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.3.19"}
"gapi-ocaml" {>= "0.3.19" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.3.19"}
"gapi-ocaml" {>= "0.3.19" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.4.2"}
"gapi-ocaml" {>= "0.4.2" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.04.0" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.4.2"}
"gapi-ocaml" {>= "0.4.2" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.04.0" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.4.2"}
"gapi-ocaml" {>= "0.4.2" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.4.2"}
"gapi-ocaml" {>= "0.4.2" & < "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
Expand Down
33 changes: 33 additions & 0 deletions packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.31/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
maintainer: "Alessandro Strada <[email protected]>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "http://gdfuse.forge.ocamlcore.org/"
dev-repo: "git+https://github.com/astrada/google-drive-ocamlfuse.git"
bug-reports: "https://github.com/astrada/google-drive-ocamlfuse/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.4.5"}
"dune"
"ocamlfuse" {>= "2.7.1-cvs6"}
"cryptokit"
"extlib"
"ounit2" {with-test}
"sqlite3"
"tiny_httpd" {>= "0.6"}
]
synopsis: "A FUSE filesystem over Google Drive"
description: """
google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written
in OCaml."""
url {
src:
"https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.31-opam.tar.gz"
checksum: "md5=120cb4c351844426e633e1ff6ac24b14"
}