Skip to content

Commit 9ad43cd

Browse files
authored
Merge pull request #24095 from sim642/release-earlybird-1.2.0
[new release] earlybird (1.2.0)
2 parents fb15db5 + 4441e7a commit 9ad43cd

File tree

8 files changed

+82
-7
lines changed

8 files changed

+82
-7
lines changed

packages/dap/dap.1.0.0/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.1/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.2/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.3/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.4/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.5/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]

packages/dap/dap.1.0.6/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ depends: [
1919
"ppx_deriving_yojson"
2020
"ppx_expect"
2121
"lwt"
22-
"lwt_ppx"
22+
"lwt_ppx" {>= "2.0.1"}
2323
"lwt_react"
2424
"react"
2525
"angstrom"
2626
"angstrom-lwt-unix"
2727
"logs"
2828
]
29+
conflicts: [
30+
"result" {< "1.5"}
31+
]
2932
build: [
3033
["dune" "subst"] {dev}
3134
["dune" "build" "-p" name "-j" jobs]
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml debug adapter"
3+
maintainer: ["Simmo Saan <[email protected]>"]
4+
authors: ["[email protected]"]
5+
license: "MIT"
6+
homepage: "https://github.com/hackwaly/ocamlearlybird"
7+
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
8+
depends: [
9+
"dune" {>= "2.8"}
10+
"ocaml" {>= "4.12.0" & < "5.1"}
11+
"ppx_deriving" {>= "5.1"}
12+
"ppx_deriving_yojson" {>= "3.6.1"}
13+
"menhir" {>= "20201216" & build}
14+
"menhirLib" {>= "20201216"}
15+
"ocaml-compiler-libs" {>= "0.12.3"}
16+
"ppx_optcomp" {>= "0.11"}
17+
"iter" {>= "1.2.1"}
18+
"lwt" {>= "5.4.0"}
19+
"lwt_ppx" {>= "2.0.1"}
20+
"lwt_react" {>= "1.1.3"}
21+
"cmdliner" {>= "1.1.0"}
22+
"logs" {>= "0.7.0"}
23+
"fmt" {>= "0.8.9"}
24+
"path_glob" {>= "0.2"}
25+
"sexplib" {>= "0.14.0"}
26+
"csexp" {>= "1.3.2"}
27+
"lru" {>= "0.3.0"}
28+
"dap" {>= "1.0.6"}
29+
"odoc" {with-doc}
30+
]
31+
build: [
32+
["dune" "subst"] {dev}
33+
[
34+
"dune"
35+
"build"
36+
"-p"
37+
name
38+
"-j"
39+
jobs
40+
"@install"
41+
"@runtest" {with-test}
42+
"@doc" {with-doc}
43+
]
44+
]
45+
dev-repo: "git+https://github.com/hackwaly/ocamlearlybird.git"
46+
url {
47+
src:
48+
"https://github.com/hackwaly/ocamlearlybird/releases/download/1.2.0/earlybird-1.2.0.tbz"
49+
checksum: [
50+
"sha256=b86e31c7dd1bf18a3e8bcccac7011a4a27af6da9ecd14e446837a83fcd9eb83a"
51+
"sha512=a150e7d10f5d7de57897f3e730f570d03803185325fb08b1ce15383f3dab6c2acae5340311ba26a84975542ccd267979cdad02f20055669c6d73d5c8af7c55e8"
52+
]
53+
}
54+
x-commit-hash: "eab4a4432495a969c57fb28c4cadbddbcb1d4352"

0 commit comments

Comments
 (0)