opam-version: "2.0"
synopsis: "An OCaml Linter / Style Checker"
maintainer: ["cis120@seas.upenn.edu"]
authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"]
license: "Apache License 2.0"
homepage: "https://github.com/upenn-cis1xx/camelot"
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
  "dune" {>= "2.5"}
  "ocaml" {>= "4.09.0" & < "4.13"}
  "ANSITerminal" {>= "0.8"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git"
url {
  src: "https://github.com/upenn-cis1xx/camelot/archive/0.5.tar.gz"
  checksum: [
    "md5=38e26695c9fc3b1f7050730b5a110e17"
    "sha512=461588a92f0d68aa0a16b66184013016bf6ca87820312d1fae20922099ebef934aa5327789caccf73cd13eeb8fe70428b263c9aca3c432da48e5b835831d6b32"
  ]
}
