aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
blob: a1564d72504331f87cc75b83d03dd852fa833033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: []
dev-repo: "git+https://gitlab.com/Mishio595/disml"