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" & < "4.12"}
14 "dune" {>= "1.0"}
15]
16synopsis: "OCaml library to work with DWARF format"
17description: """
18Owee is an experimental library to work with DWARF format.
19It can parse ELF binaries and interpret DWARF debugline programs.
20
21It can also be used to find locations of functions from the current process."""
22url {
23 src: "https://github.com/let-def/owee/archive/v0.3.tar.gz"
24 checksum: [
25 "md5=9fae9e98ce7a87380f22911fedb29d9a"
26 "sha512=90905485c93b350b8f601ff2dcc545a92badcf7dcb97c89ea18f479d6c08926e5cd68c74bd005d23d4396f057f66a1faa27f654bc2c4ac9d8030f143f197da9d"
27 ]
28}