aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-12-15 18:02:29 +0000
committerAdelyn Breedlove <[email protected]>2018-12-15 18:02:29 +0000
commit910ce60bba69b961c82e29ff1bb63bf4d3fe5519 (patch)
tree690861418bed15de47e7cf5672d96fdacc9abe5e /disml.opam
parentMerge branch 'patch-1' into 'master' (diff)
parentMerging (diff)
downloaddisml-910ce60bba69b961c82e29ff1bb63bf4d3fe5519.tar.xz
disml-910ce60bba69b961c82e29ff1bb63bf4d3fe5519.zip
Merge branch 'dev' into 'master'
Merge first semi-usable state of dev-branch in a while See merge request Mishio595/disml!10
Diffstat (limited to 'disml.opam')
-rw-r--r--disml.opam15
1 files changed, 15 insertions, 0 deletions
diff --git a/disml.opam b/disml.opam
new file mode 100644
index 0000000..cf9c4cc
--- /dev/null
+++ b/disml.opam
@@ -0,0 +1,15 @@
+opam-version: "2.0"
+name: "disml"
+version: "~dev"
+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" "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