aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
blob: be03a157ed270d47909698751441d99eaf6343ac (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: "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 build disml]
install: [dune install disml]
dev-repo: "git+https://gitlab.com/Mishio595/disml"