this repo has no description
1opam-version: "2.0" 2synopsis: "An OCaml Linter / Style Checker" 3maintainer: ["William Goeller <william@williamgoeller.com>"] 4authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"] 5license: "Apache-2.0" 6homepage: "https://github.com/upenn-cis1xx/camelot" 7bug-reports: "https://github.com/upenn-cis1xx/camelot/issues" 8depends: [ 9 "dune" {>= "2.5"} 10 "ocaml" {>= "4.10.0" & < "4.13"} 11 "ANSITerminal" {>= "0.8"} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git" 28url { 29 src: "https://github.com/upenn-cis1xx/camelot/archive/1.1.1.tar.gz" 30 checksum: [ 31 "md5=bc7b11385a3c559aff48cee874bd7e4b" 32 "sha512=569a6b1582cae7a497e15ec19f237879850064e0e5136afed361f3f3f2c72a0b400cf1f83e0e89ad156610416503d09cda7d3d93f5c947e130003ef615a14dd5" 33 ] 34}