aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-12-14 16:17:15 -0700
committerAdelyn Breelove <[email protected]>2018-12-14 16:17:15 -0700
commit322929438c5e342641b66524a5bc2673eb3b2d50 (patch)
tree690861418bed15de47e7cf5672d96fdacc9abe5e
parentAdd README (diff)
downloaddisml-322929438c5e342641b66524a5bc2673eb3b2d50.tar.xz
disml-322929438c5e342641b66524a5bc2673eb3b2d50.zip
A few metafile updates
-rw-r--r--disml.opam7
-rw-r--r--dune4
2 files changed, 8 insertions, 3 deletions
diff --git a/disml.opam b/disml.opam
index be03a15..cf9c4cc 100644
--- a/disml.opam
+++ b/disml.opam
@@ -1,12 +1,15 @@
opam-version: "2.0"
name: "disml"
version: "~dev"
-synopsis: "A Discord API wrapper"
+synopsis: ""An OCaml library for interfacing with the Discord API""
maintainer: "Adelyn Breedlove <[email protected]>"
authors: "Adelyn Breedlove <[email protected]>"
license: "MIT"
homepage: "https://gitlab.com/Mishio595/disml"
bug-reports: "https://gitlab.com/Mishio595/disml/issues"
-build: [dune build disml]
+build: [
+ ["dune" "subst"] {pinned}
+ ["dune" "build" "-p" name "-j" jobs]
+]
install: [dune install disml]
dev-repo: "git+https://gitlab.com/Mishio595/disml" \ No newline at end of file
diff --git a/dune b/dune
index 72ec2ac..4ed0b70 100644
--- a/dune
+++ b/dune
@@ -1,5 +1,7 @@
(library
(name disml)
+ (public_name disml)
+ (synopsis "An OCaml library for interfacing with the Discord API")
(modules
activity activity_t activity_j
attachment attachment_t attachment_j
@@ -27,7 +29,7 @@
sharder
)
(libraries core async_ssl cohttp-async yojson websocket-async zlib atdgen)
- (preprocess (pps ppx_jane))
+ ;(preprocess (pps ppx_jane))
)
; Test executable