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 /dune | |
| parent | Add README (diff) | |
| download | disml-322929438c5e342641b66524a5bc2673eb3b2d50.tar.xz disml-322929438c5e342641b66524a5bc2673eb3b2d50.zip | |
A few metafile updates
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |