diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-28 10:31:51 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-28 10:31:51 -0700 |
| commit | 8662e92987c437f59d09896a247ec2b5d82c4528 (patch) | |
| tree | f004cc14598351d4ad6b19d8e993d2f629c5e738 /disml.opam | |
| parent | Add more docs (diff) | |
| download | disml-8662e92987c437f59d09896a247ec2b5d82c4528.tar.xz disml-8662e92987c437f59d09896a247ec2b5d82c4528.zip | |
Publish docs updates
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 72 |
1 files changed, 36 insertions, 36 deletions
@@ -1,37 +1,37 @@ -opam-version: "2.0" -name: "disml" -version: "0.2.1" -maintainer: "Adelyn Breedlove <[email protected]>" -authors: "Adelyn Breedlove <[email protected]>" -license: "MIT" -homepage: "https://gitlab.com/Mishio595/disml" -doc: "https://mishio595.github.io/disml/index.html" -dev-repo: "git+https://gitlab.com/Mishio595/disml" -bug-reports: "https://gitlab.com/Mishio595/disml/issues" -tags: ["discord"] -synopsis: "An OCaml library for interfacing with the Discord API" -description: """ -Dis.ml is a library that provides a high-level interface to the Discord API. -Key features include: -* Automatic sharding -* Deserialization of Discord objects to record types with related helper methods -* Automatic rate-limiting - -For examples, see `/bin` in the git repo. -""" -depends: [ - "ocaml" {>= "4.07.0"} - "dune" {build & >= "1.3.0"} - "async_ssl" {>= "v0.11.0"} - "core" {>= "v0.11.3"} - "cohttp-async" {>= "1.2.0"} - "ppx_jane" {>= "v0.11.0"} - "ppx_deriving_yojson" {>= "3.1"} - "websocket-async" {>= "2.12"} - "zlib" {>= "0.5"} -] -build: [ - ["dune" "subst"] {pinned} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "build" "-p" "@doc" "-j" jobs] {with-doc} +opam-version: "2.0"
+name: "disml"
+version: "0.2.1"
+maintainer: "Adelyn Breedlove <[email protected]>"
+authors: "Adelyn Breedlove <[email protected]>"
+license: "MIT"
+homepage: "https://gitlab.com/Mishio595/disml"
+doc: "https://mishio595.github.io/disml/index.html"
+dev-repo: "git+https://gitlab.com/Mishio595/disml"
+bug-reports: "https://gitlab.com/Mishio595/disml/issues"
+tags: ["discord"]
+synopsis: "An OCaml library for interfacing with the Discord API"
+description: """
+Dis.ml is a library that provides a high-level interface to the Discord API.
+Key features include:
+* Automatic sharding
+* Deserialization of Discord objects to record types with related helper methods
+* Automatic rate-limiting
+
+For examples, see `/bin` in the git repo.
+"""
+depends: [
+ "ocaml" {>= "4.07.0"}
+ "dune" {build & >= "1.3.0"}
+ "async_ssl" {>= "v0.11.0"}
+ "core" {>= "v0.11.3"}
+ "cohttp-async" {>= "1.2.0"}
+ "ppx_jane" {>= "v0.11.0"}
+ "ppx_deriving_yojson" {>= "3.1"}
+ "websocket-async" {>= "2.12"}
+ "zlib" {>= "0.5"}
+]
+build: [
+ ["dune" "subst"] {pinned}
+ ["dune" "build" "-p" name "-j" jobs]
+ ["dune" "build" "-p" "@doc" "-j" jobs] {with-doc}
]
\ No newline at end of file |