this repo has no description

Merge pull request #23782 from let-def/release-owee-v0.7

[new release] owee (0.7)

Changed files
+30
packages
owee
owee.0.7
+30
packages/owee/owee.0.7/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.7/owee-0.7.tbz"
+
checksum: [
+
"sha256=f455dc99d7478399a4e545a061de244cf38b398fe9e80fce06ebdf6ace1e9540"
+
"sha512=a66281555b4feb75fd340a0424fcb2936f2887b73930c066b67b5829c9b17fb28b5994b27824a371dcae6cc3d340aedb3cdfdf01d173019475e49a63eed48bde"
+
]
+
}
+
x-commit-hash: "518cdbda93192f0e661cb80701ba0b3ae075ea66"