Skip to content

Commit 01255a5

Browse files
authored
Merge pull request #28321 from dariusf/release-ppx_interact-0.2.0
[new release] ppx_interact (0.2.0)
2 parents 60cf319 + 711ac98 commit 01255a5

File tree

1 file changed

+40
-0
lines changed
  • packages/ppx_interact/ppx_interact.0.2.0

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Opens a REPL in context"
3+
description: "The pry/pdb experience via a toplevel"
4+
maintainer: ["[email protected]"]
5+
authors: ["Darius Foo"]
6+
license: "MIT"
7+
homepage: "https://github.com/dariusf/ppx_interact"
8+
bug-reports: "https://github.com/dariusf/ppx_interact/issues"
9+
depends: [
10+
"dune" {>= "3.7"}
11+
"ocaml" {>= "4.14"}
12+
"cppo" {build}
13+
"ppxlib" {>= "0.36.0"}
14+
"linenoise" {>= "1.4.0"}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/dariusf/ppx_interact.git"
32+
url {
33+
src:
34+
"https://github.com/dariusf/ppx_interact/releases/download/0.2.0/ppx_interact-0.2.0.tbz"
35+
checksum: [
36+
"sha256=980af59c34b9892c33e5f8c48a133bb42c3b66035afd5118b344bbecaa4d2fa0"
37+
"sha512=a5c1206fd74ff297cf0f6585f0d79439d30e88960ae459a8ebd54028e3d5d66690d8455e7522e30fdd95cde3c3d43a75cf70e82234d6165de51ba7c3e1c8363a"
38+
]
39+
}
40+
x-commit-hash: "1aa9593b192c0a0001b25d1da54ae3899037d78f"

0 commit comments

Comments
 (0)