this repo has no description
1opam-version: "2.0"
2homepage: "https://git.robur.coop/robur/ocaml-solo5-elftool"
3dev-repo: "git+https://git.robur.coop/robur/ocaml-solo5-elftool.git"
4bug-reports: "https://github.com/robur-coop/ocaml-solo5-elftool/issues"
5doc: "https://robur-coop.github.io/ocaml-solo5-elftool/doc"
6maintainer: [ "team@robur.coop" ]
7authors: [ "Reynir Björnsson <reynir@reynir.dk>" ]
8license: "BSD-2-Clause"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.8.0"}
17 "dune" {>= "2.9"}
18 "owee" {>= "0.4"}
19 "cstruct" {>= "6.0.0"}
20 "fmt" {>= "0.8.7"}
21 "cmdliner"
22]
23
24conflicts: [
25 "result" {< "1.5"}
26]
27
28synopsis: "OCaml Solo5 elftool for querying solo5 manifests"
29description: """
30OCaml Solo5 elftool is a library and executable for reading solo5 device
31manifests from solo5 ELF executables.
32"""
33url {
34 src:
35 "https://github.com/robur-coop/ocaml-solo5-elftool/releases/download/v0.2.0/solo5-elftool-0.2.0.tbz"
36 checksum: [
37 "sha256=fb09e45777ed2aa49e0adb7e9ba974c8f15c6ff8fbee301bf0a16e2364906b83"
38 "sha512=3eb434f1bce11e5f14708cb64a8bcc97d17656df3dadf53f398821fa2fb7354996d6ae064cff0b9c98143c6e41393ba2f273083f771bfaa98c6e62ef0053d288"
39 ]
40}
41x-commit-hash: "0a82ca4734cf2a2831df86876ae9158bf5b7d56a"