Skip to content

Commit c05ca62

Browse files
authored
Merge pull request ocaml#23454 from dariusf/release-ppx_interact-0.1.0
[new release] ppx_interact (0.1.0)
2 parents be6f749 + ce3cc27 commit c05ca62

File tree

1 file changed

+39
-0
lines changed
  • packages/ppx_interact/ppx_interact.0.1.0

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
"ppxlib" {>= "0.28.0"}
13+
"linenoise" {>= "1.4.0"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/dariusf/ppx_interact.git"
31+
url {
32+
src:
33+
"https://github.com/dariusf/ppx_interact/releases/download/0.1.0/ppx_interact-0.1.0.tbz"
34+
checksum: [
35+
"sha256=add42ac9716daa999a27b7a427e08d08672517971289a26988a51f0eadfdbc39"
36+
"sha512=0963f59f3fa7a10cce25b4dae5a30ae41caf53816886bb76b1eaf54d9b63ba9503dbd6f162ce88c18fc4b6a7d4468d797bb7ce860c2c9da8d93a0da8fd7837eb"
37+
]
38+
}
39+
x-commit-hash: "07eeadc1980ae13af9ac801528a4805b13fcde0f"

0 commit comments

Comments
 (0)