this repo has no description

Merge pull request #21089 from let-def/release-owee-v0.5

[new release] owee (0.5)

Changed files
+31 -1
packages
magic-trace
magic-trace.v0.15.0
owee
owee.0.5
+1 -1
packages/magic-trace/magic-trace.v0.15.0/opam
···
"shell" {>= "v0.15" & < "v0.16"}
"tracing" {>= "v0.15" & < "v0.16"}
"dune" {>= "2.0.0"}
-
"owee"
"re" {>= "1.8.0"}
]
synopsis: "Easy Intel Processor Trace Visualizer"
···
"shell" {>= "v0.15" & < "v0.16"}
"tracing" {>= "v0.15" & < "v0.16"}
"dune" {>= "2.0.0"}
+
"owee" {< "0.5"}
"re" {>= "1.8.0"}
]
synopsis: "Easy Intel Processor Trace Visualizer"
+30
packages/owee/owee.0.5/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Frédéric Bour <frederic.bour@lakaban.net>"
+
authors: "Frédéric Bour <frederic.bour@lakaban.net>"
+
homepage: "https://github.com/let-def/owee"
+
bug-reports: "https://github.com/let-def/owee"
+
license: "MIT"
+
dev-repo: "git+https://github.com/let-def/owee.git"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.06"}
+
"dune" {>= "2.0"}
+
]
+
available: arch != "x86_32" & arch != "arm32"
+
synopsis: "OCaml library to work with DWARF format"
+
description: """
+
Owee is an experimental library to work with DWARF format.
+
It can parse ELF binaries and interpret DWARF debugline programs.
+
+
It can also be used to find locations of functions from the current process."""
+
url {
+
src: "https://github.com/let-def/owee/releases/download/v0.5/owee-0.5.tbz"
+
checksum: [
+
"sha256=13bebc6ac380786b580632a258a0a93641b7a2d94c426bff43c2faacbe1badbe"
+
"sha512=bb410cf6d8b3a171712142ff99dc97d4aab46d5a5fe348d652db3131ce0d0786cebd945b9fcb587315d4451464c1f4d63025434b73c4d608bbaabec59d11a733"
+
]
+
}
+
x-commit-hash: "e5616888c32dbdaafd9f05224a533d66d0811b52"