aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
blob: acc64b0e5246cc31d802b6f5d383efe7d47d9bb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"