this repo has no description
1opam-version: "2.0"
2synopsis: "Async connection and utility functions for Reddit's API"
3maintainer: ["levimroth@gmail.com"]
4authors: ["Levi Roth"]
5license: "MIT"
6homepage: "https://github.com/leviroth/ocaml-reddit-api"
7bug-reports: "https://github.com/leviroth/ocaml-reddit-api/issues"
8depends: [
9 "odoc" {with-doc}
10 "dune" {>= "2.5"}
11 "async" {>= "v0.14.0" & < "v0.15"}
12 "async_ssl" {>= "v0.14.0" & < "v0.15"}
13 "cohttp-async" {>= "2.5.4" & < "5.0.0"}
14 "core" {>= "v0.14.0" & < "v0.15"}
15 "ezjsonm" {>= "1.0"}
16 "reddit_api_kernel" {= version}
17 "sequencer_table" {>= "v0.14.0" & < "v0.15"}
18]
19build: [
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28# "@runtest" {with-test} # Incompatible with the sandbox (requires network access)
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/leviroth/ocaml-reddit-api.git"
33url {
34 src: "https://github.com/leviroth/ocaml-reddit-api/archive/0.1.1.tar.gz"
35 checksum: [
36 "md5=a1d58d3db30d748673393d5b97f11d44"
37 "sha512=32d1977dbbb9ecb8da3eb5e264927a82cc2efa02f2f6838d54321475c2d76171feeff70d95f99b37fbaf7c13c6158abe08422f85da2cf332c50cb413f9154fa0"
38 ]
39}