Skip to content

Commit

Permalink
2 packages from leviroth/ocaml-reddit-api at 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leviroth committed Dec 13, 2020
1 parent f6cb186 commit 8a51158
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/reddit_api_async/reddit_api_async.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "Async connection and utility functions for Reddit's API"
maintainer: ["levimroth@gmail.com"]
authors: ["Levi Roth"]
license: "MIT"
homepage: "https://github.com/leviroth/ocaml-reddit-api"
bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
depends: [
"odoc" {with-doc}
"dune" {>= "2.0" & build}
"async" {= "v0.14.0"}
"async_ssl" {= "v0.14.0"}
"cohttp-async" {>= "2.5.4"}
"core" {= "v0.14.0"}
"ezjsonm" {>= "1.0"}
"reddit_api_kernel" {= version}
"sequencer_table" {= "v0.14.0"}
]
build: [
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
url {
src: "https://github.com/leviroth/ocaml-reddit-api/archive/0.1.tar.gz"
checksum: [
"md5=dd5205f33dc82235d06fb374bd111949"
"sha512=d7b724e3b5440cd61347721ee378d1475ce9060335b8f37beecf65d484c6b528f108a7d568038b51b81f4a0402abcae835672c02c959d2a5d5e6a31b3f953f93"
]
}
35 changes: 35 additions & 0 deletions packages/reddit_api_kernel/reddit_api_kernel.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
synopsis: "OCaml types for Reddit's API"
maintainer: ["levimroth@gmail.com"]
authors: ["Levi Roth"]
license: "MIT"
homepage: "https://github.com/leviroth/ocaml-reddit-api"
bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
depends: [
"odoc" {with-doc}
"dune" {>= "2.0" & build}
"cohttp" {>= "2.5.4"}
"core_kernel" {= "v0.14.0"}
"ezjsonm" {>= "1.0"}
]
build: [
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
url {
src: "https://github.com/leviroth/ocaml-reddit-api/archive/0.1.tar.gz"
checksum: [
"md5=dd5205f33dc82235d06fb374bd111949"
"sha512=d7b724e3b5440cd61347721ee378d1475ce9060335b8f37beecf65d484c6b528f108a7d568038b51b81f4a0402abcae835672c02c959d2a5d5e6a31b3f953f93"
]
}

0 comments on commit 8a51158

Please sign in to comment.