aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-20 07:29:52 -0700
committerMishio595 <[email protected]>2018-11-20 07:29:52 -0700
commit4b8c26f683055736b6bb9d80c7ff7b3dcb4e2386 (patch)
treea9ccf34653aff4cd28f3fdbb6abb1003db6d0b59
parentClean up example bot (diff)
downloaddisml-4b8c26f683055736b6bb9d80c7ff7b3dcb4e2386.tar.xz
disml-4b8c26f683055736b6bb9d80c7ff7b3dcb4e2386.zip
Add opam build file
-rw-r--r--disml.opam12
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