this repo has no description
1opam-version: "2.0" 2maintainer: "Frédéric Bour <frederic.bour@lakaban.net>" 3authors: "Frédéric Bour <frederic.bour@lakaban.net>" 4homepage: "https://github.com/let-def/owee" 5bug-reports: "https://github.com/let-def/owee" 6license: "MIT" 7dev-repo: "git+https://github.com/let-def/owee.git" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.06"} 14 "dune" {>= "2.0"} 15] 16available: arch != "x86_32" & arch != "arm32" & os != "win32" 17synopsis: "OCaml library to work with DWARF format" 18description: """ 19Owee is an experimental library to work with DWARF format. 20It can parse ELF binaries and interpret DWARF debugline programs. 21 22It can also be used to find locations of functions from the current process.""" 23url { 24 src: "https://github.com/let-def/owee/releases/download/v0.7/owee-0.7.tbz" 25 checksum: [ 26 "sha256=f455dc99d7478399a4e545a061de244cf38b398fe9e80fce06ebdf6ace1e9540" 27 "sha512=a66281555b4feb75fd340a0424fcb2936f2887b73930c066b67b5829c9b17fb28b5994b27824a371dcae6cc3d340aedb3cdfdf01d173019475e49a63eed48bde" 28 ] 29} 30x-commit-hash: "518cdbda93192f0e661cb80701ba0b3ae075ea66"