Skip to content

Commit 801e062

Browse files
committed
[new release] ppx_expect_nobase (0.17.3.0)
CHANGES: Strip base and other dependecies.
1 parent 0939e07 commit 801e062

File tree

1 file changed

+44
-0
lines changed
  • packages/ppx_expect_nobase/ppx_expect_nobase.0.17.3.0

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Cram like framework for OCaml (with stripped dependencies)"
3+
description: """
4+
Testing framework: fork of ppx_expect, but with less dependecies.
5+
Original ppx_expect is a part of the Jane Street's PPX rewriters collection."""
6+
maintainer: ["Jane Street Group, LLC" "Dmitrii Kosarev a.k.a. Kakadu"]
7+
authors: ["Jane Street Group, LLC"]
8+
license: "MIT"
9+
homepage: "https://github.com/Kakadu/ppx_expect_nobase"
10+
bug-reports: "https://github.com/Kakadu/ppx_expect_nobase/issues"
11+
depends: [
12+
"dune" {>= "3.11"}
13+
"ocaml" {>= "4.14.2" & < "5.0.0" | >= "5.3.0" & <= "5.4.0"}
14+
"ppx_inline_test_nobase" {>= "v0.17.0.2"}
15+
"sexplib"
16+
"ppxlib" {>= "0.35.0"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/Kakadu/ppx_expect_nobase.git"
34+
x-maintenance-intent: ["(latest)"]
35+
url {
36+
src:
37+
"https://github.com/Kakadu/ppx_expect_nobase/releases/download/0.17.3.0/ppx_expect_nobase-0.17.3.0.tbz"
38+
checksum: [
39+
"sha256=a6544cf7e9ed30f15a324209eb8d290a16d16d7136fe9975a6854d43dfbcec37"
40+
"sha512=ea95af95bb881a4d8a536663bf10b3ff5cee0637a5a763cd4322a84b62efcdd94f9b10f1f54debcf4d7dc7dd6d32a36f70bac44c9809be087eaa936f13fd5de6"
41+
]
42+
}
43+
x-commit-hash: "4e305cd0d86f28c91c650f26bec4323de4bf575c"
44+

0 commit comments

Comments
 (0)