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" {>= "1.1.0"}
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.3.1/solo5-elftool-0.3.1.tbz"
36 checksum: [
37 "sha256=8e8186f006c634fe5a7822f10aead39db7b36d540dbb17a67550252cfcbace8e"
38 "sha512=6911a3786c7255973a77ac9ff3da913d751d981a1841b349ae0b2cbf6bd31257912adba8fd270b4354d4ab2344241e1e7644e3d2d3d32a4920ccc4d137462bd7"
39 ]
40}
41x-commit-hash: "cce5571c95d77eb8374159b1851f78dd25a3c2e9"