this repo has no description

Release camelot.1.7.1

Changed files
+37
packages
camelot
camelot.1.7.1
+37
packages/camelot/camelot.1.7.1/opam
···
+
opam-version: "2.0"
+
synopsis: "An OCaml Linter / Style Checker"
+
maintainer: ["William Goeller <william@williamgoeller.com>"]
+
authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/upenn-cis1xx/camelot"
+
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
+
depends: [
+
"dune" {>= "2.5"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
+
"ANSITerminal" {>= "0.8"}
+
"yojson" {>= "1.7.0"}
+
"ppx_expect" {with-test & >= "v0.13.0"}
+
"odoc" {with-doc & >= "1.5.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"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/1.7.1.tar.gz"
+
checksum: [
+
"md5=a68be8ffeb0b3e80930c51649e68a05f"
+
"sha512=115a2a1a75e70df4897422685fc1ab33db27187ecf0c1e04e24b6ab7e9550fbec8ee6d06dddb2d4509897d23d17c1c1c0a8aec45fc26bc9a00be89209169a759"
+
]
+
}