Skip to content

Commit

Permalink
[new release] earlybird (1.3.1)
Browse files Browse the repository at this point in the history
CHANGES:

### Fixed

* Fix bytecode-only installation (hackwaly/ocamlearlybird#55).
  • Loading branch information
sim642 committed Jan 11, 2024
1 parent d001fde commit 5f1d0d9
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages/earlybird/earlybird.1.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
opam-version: "2.0"
synopsis: "OCaml debug adapter"
maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
authors: ["hackwaly@qq.com"]
license: "MIT"
homepage: "https://github.com/hackwaly/ocamlearlybird"
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"menhir" {>= "20201216" & build}
"menhirLib" {>= "20201216"}
"ocaml-compiler-libs" {>= "v0.12.3"}
"ppx_optcomp" {>= "v0.11"}
"iter" {>= "1.2.1"}
"lwt" {>= "5.4.0"}
"lwt_ppx" {>= "2.0.1"}
"lwt_react" {>= "1.1.3"}
"cmdliner" {>= "1.1.0"}
"logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"}
"path_glob" {>= "0.2"}
"sexplib" {>= "v0.14.0"}
"csexp" {>= "1.3.2"}
"lru" {>= "0.3.0"}
"dap" {>= "1.0.6"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/hackwaly/ocamlearlybird.git"
url {
src:
"https://github.com/hackwaly/ocamlearlybird/releases/download/1.3.1/earlybird-1.3.1.tbz"
checksum: [
"sha256=bb29eb49d09685f9e0299675021ac7936b62a2cea1efdf746612993c47029b5c"
"sha512=11ed07a7692c4a8c3e9091b4c6abbb6da54ba8e4f75698e57fbe21468fe324b8ded2a56c21449d8f18e7e71ac5bede5abc98d0ec3ae4fdcde7e8ec1057258a38"
]
}
x-commit-hash: "63f0a3fbc2fc0af388f984da1d447eefa708c39b"

0 comments on commit 5f1d0d9

Please sign in to comment.