Skip to content

Commit

Permalink
3 packages from ngernest/mica at 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngernest committed Oct 1, 2024
1 parent 1b4da50 commit 51b56fa
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/mica_case_studies/mica_case_studies.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Mica case studies (for OCaml Workshop 2024 talk)"
maintainer: ["Ernest Ng <[email protected]>"]
authors: ["Ernest Ng <[email protected]>"]
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"
"ppxlib"
"stdint"
"integers"
"charset"
]
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"
]
}
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 <[email protected]>"]
authors: ["Ernest Ng <[email protected]>"]
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"
"ppxlib"
"alcotest"
]
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"
]
}
38 changes: 38 additions & 0 deletions packages/tyche_utils/tyche_utils.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Utilities for Tyche to visualize results produced from tests run by Mica"
maintainer: ["Ernest Ng <[email protected]>"]
authors: ["Ernest Ng <[email protected]>"]
license: "ISC"
homepage: "https://github.com/ngernest/mica"
bug-reports: "https://github.com/ngernest/mica/issues"
depends: [
"dune" {>= "3.7"}
"yojson"
"base" {>= "v0.15.1"}
"core_unix" {>= "v0.15.0"}
"odoc" {with-doc}
]
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 51b56fa

Please sign in to comment.