this repo has no description

Merge pull request #27453 from let-def/release-owee-v0.8

[new release] owee (0.8)

Changed files
+43
packages
owee
owee.0.8
+43
packages/owee/owee.0.8/opam
···
+
opam-version: "2.0"
+
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."""
+
maintainer: ["Frédéric Bour <frederic.bour@lakaban.net>"]
+
authors: ["Frédéric Bour <frederic.bour@lakaban.net>"]
+
license: "MIT"
+
homepage: "https://github.com/let-def/owee"
+
bug-reports: "https://github.com/let-def/owee/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"cmdliner" {with-test}
+
"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/let-def/owee.git"
+
available: arch != "x86_32" & arch != "arm32" & arch != "s390x" & os-family != "windows"
+
url {
+
src: "https://github.com/let-def/owee/releases/download/v0.8/owee-0.8.tbz"
+
checksum: [
+
"sha256=064f6245f5995d5d2f4f1f9c6d2992e2fdbe3dde328216baec7cfabd4857940d"
+
"sha512=c79cdaeedbd08ee58784e965a2865aff94d41013c4f978fd21ebd84df742402aeddaab2f1880bde0d0ff7311fe0565151882e6060590d751119ad0fd9d62a901"
+
]
+
}
+
x-commit-hash: "58e0c8223295bf18a82989220493bc3afb7e733f"