Skip to content

Commit

Permalink
Package ppx_mica.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngernest committed Oct 3, 2024
1 parent f302b6a commit 9c63f9a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/ppx_mica/ppx_mica.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "PPX deriver that automates differential testing for OCaml modules"
maintainer: ["Ernest Ng <ernest@cs.cornell.edu>"]
authors: ["Ernest Ng <ernest@cs.cornell.edu>"]
license: "ISC"
homepage: "https://github.com/ngernest/mica"
bug-reports: "https://github.com/ngernest/mica/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.13"}
"odoc" {with-doc}
"core" {>= "v0.15.1"}
"ppx_jane" {>= "v0.15.0"}
"ppx_assert" {>= "v0.15.0"}
"base" {>= "v0.15.1"}
"base_quickcheck" {>= "v0.15.0"}
"ppx_deriving" {>= "6.0.2"}
"ppxlib" {>= "0.33.0"}
"alcotest" {>= "1.8.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ngernest/mica.git"
url {
src: "https://github.com/ngernest/mica/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=b404391dc383306302aa49f9ce8489d5"
"sha512=49d0157abb05c62245fc4ba225c9d641547262b864dfb71fa682918cd0b2bee2fcec976d13c18a13d0d25b9acbe8fab7b8a14ce2919074b5d8944ebbeb031627"
]
}

0 comments on commit 9c63f9a

Please sign in to comment.