this repo has no description
1opam-version: "2.0" 2synopsis: "An OCaml Linter / Style Checker" 3maintainer: ["cis120@seas.upenn.edu"] 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.09.0"} 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/0.4.1.tar.gz" 30 checksum: [ 31 "md5=0d523de1a303a8f485d848d351c2f2b8" 32 "sha512=ebaf0a2879afb4e0d0b5f28984ad4821483adb18574b76a1560a6f44ac2645370f2369557c2590c23982961ec7f4e9461fc5aa9c75934c0485990ec910e2714d" 33 ] 34}