diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-14 16:17:15 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-14 16:17:15 -0700 |
| commit | 322929438c5e342641b66524a5bc2673eb3b2d50 (patch) | |
| tree | 690861418bed15de47e7cf5672d96fdacc9abe5e /disml.opam | |
| parent | Add README (diff) | |
| download | disml-322929438c5e342641b66524a5bc2673eb3b2d50.tar.xz disml-322929438c5e342641b66524a5bc2673eb3b2d50.zip | |
A few metafile updates
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |