diff options
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/disml.opam b/disml.opam new file mode 100644 index 0000000..acc64b0 --- /dev/null +++ b/disml.opam @@ -0,0 +1,12 @@ +opam-version: "2.0" +name: "disml" +version: "~dev" +synopsis: "A Discord API wrapper" +maintainer: "Mishio595 <[email protected]>" +authors: "Mishio595 <[email protected]>" +license: "MIT" +homepage: "https://gitlab.com/Mishio595/disml" +bug-reports: "https://gitlab.com/Mishio595/disml/issues" +build: [dune build disml] +install: [dune install disml] +dev-repo: "git+https://gitlab.com/Mishio595/disml"
\ No newline at end of file |