From 4b8c26f683055736b6bb9d80c7ff7b3dcb4e2386 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Tue, 20 Nov 2018 07:29:52 -0700 Subject: Add opam build file --- disml.opam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 disml.opam (limited to 'disml.opam') 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 " +authors: "Mishio595 " +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 -- cgit v1.2.3 From d65d524fb526a3776735feeee7d83dea1d2de4e4 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 12 Dec 2018 15:58:26 -0700 Subject: Update my name in disml.opam --- disml.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disml.opam') diff --git a/disml.opam b/disml.opam index acc64b0..be03a15 100644 --- a/disml.opam +++ b/disml.opam @@ -2,8 +2,8 @@ opam-version: "2.0" name: "disml" version: "~dev" synopsis: "A Discord API wrapper" -maintainer: "Mishio595 " -authors: "Mishio595 " +maintainer: "Adelyn Breedlove " +authors: "Adelyn Breedlove " license: "MIT" homepage: "https://gitlab.com/Mishio595/disml" bug-reports: "https://gitlab.com/Mishio595/disml/issues" -- cgit v1.2.3 From 322929438c5e342641b66524a5bc2673eb3b2d50 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Fri, 14 Dec 2018 16:17:15 -0700 Subject: A few metafile updates --- disml.opam | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'disml.opam') diff --git a/disml.opam b/disml.opam index be03a15..cf9c4cc 100644 --- a/disml.opam +++ b/disml.opam @@ -1,12 +1,15 @@ opam-version: "2.0" name: "disml" version: "~dev" -synopsis: "A Discord API wrapper" +synopsis: ""An OCaml library for interfacing with the Discord API"" maintainer: "Adelyn Breedlove " authors: "Adelyn Breedlove " license: "MIT" homepage: "https://gitlab.com/Mishio595/disml" bug-reports: "https://gitlab.com/Mishio595/disml/issues" -build: [dune build disml] +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 -- cgit v1.2.3