Skip to content

Commit

Permalink
Merge pull request #27435 from Camshaft54/opam-publish-camelot.2.0.1
Browse files Browse the repository at this point in the history
Package camelot.2.0.1
  • Loading branch information
mseri authored Feb 13, 2025
2 parents 0f19ffe + bb1c6d1 commit 7fdbf5d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/camelot/camelot.2.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An OCaml Linter / Style Checker"
maintainer: ["William Goeller <[email protected]>"]
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.13.0" & < "4.14.0"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"camlp-streams" {>= "5.0.1"}
"ppx_expect" {with-test & <= "v0.15.1"}
"odoc" {with-doc & >= "1.5.0"}
]
dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/upenn-cis1xx/camelot/archive/refs/tags/2.0.1.tar.gz"
checksum: [
"md5=4cd3809e1194229c7b3ec31cb127aa44"
"sha512=adcdb7e42cb61e25bb514292c742ebaef46ee979602078e98a20940c63af652e8ec52dc9042b1c3f5d839e3c40da8d6b0e744611e2e9277f7a737d93d2495fdc"
]
}

0 comments on commit 7fdbf5d

Please sign in to comment.