diff options
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ opam-version: "2.0" name: "disml" version: "~dev" -synopsis: ""An OCaml library for interfacing with the Discord API"" +synopsis: "An OCaml library for interfacing with the Discord API" maintainer: "Adelyn Breedlove <[email protected]>" authors: "Adelyn Breedlove <[email protected]>" license: "MIT" @@ -11,5 +11,5 @@ build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] -install: [dune install disml] +install: [] dev-repo: "git+https://gitlab.com/Mishio595/disml"
\ No newline at end of file |