Skip to content

Commit c0b9757

Browse files
authored
Merge pull request #26859 from sim642/release-earlybird-1.3.3
[new release] earlybird (1.3.3)
2 parents ae3e3b0 + 288ff11 commit c0b9757

File tree

2 files changed

+56
-2
lines changed
  • packages/earlybird

2 files changed

+56
-2
lines changed

packages/earlybird/earlybird.1.3.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ license: "MIT"
66
homepage: "https://github.com/hackwaly/ocamlearlybird"
77
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
88
depends: [
9-
"dune" {>= "3.7"}
9+
"dune" {>= "2.8"}
1010
"ocaml" {>= "4.12.0"}
11-
"ppx_deriving" {>= "5.1"}
11+
"ppx_deriving" {>= "5.1" & < "5.3"}
1212
"ppx_deriving_yojson" {>= "3.6.1"}
1313
"menhir" {>= "20201216" & build}
1414
"menhirLib" {>= "20201216"}
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"}
11+
"ppx_deriving" {>= "5.1"}
12+
"ppx_deriving_yojson" {>= "3.6.1"}
13+
"menhir" {>= "20201216" & build}
14+
"menhirLib" {>= "20201216"}
15+
"ocaml-compiler-libs" {>= "v0.12.3"}
16+
"ppx_optcomp" {>= "v0.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" {>= "v0.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.3.3/earlybird-1.3.3.tbz"
49+
checksum: [
50+
"sha256=f0861b655d79f5d982a5bbf1db7fa2bddeeccb4903f622783a9b6d534dc63ae9"
51+
"sha512=df95c16b533883eddda30143ef372c133caa43f3b1d2f382402bd335cf8f685c8089ba2f2a60d9c557ede2900145c6c5a0a7688384730b47cc874835e3486095"
52+
]
53+
}
54+
x-commit-hash: "0292ccfe9f602c542362f082a83259368cf5d92d"

0 commit comments

Comments
 (0)