opam-version: "2.0" name: "disml" version: "~dev" 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" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] install: [] dev-repo: "git+https://gitlab.com/Mishio595/disml"