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.08.0"} 17 "dune" {>= "2.9"} 18 "cachet" 19 "fmt" {>= "0.8.7"} 20 "cmdliner" {>= "1.1.0"} 21] 22 23available: arch != "arm32" & arch != "x86_32" 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""" 33x-maintenance-intent: [ "(latest)" ] 34url { 35 src: 36 "https://github.com/robur-coop/ocaml-solo5-elftool/releases/download/v0.4.0/solo5-elftool-0.4.0.tbz" 37 checksum: [ 38 "sha256=677925871c794478bb4f6c15c0f8b7b3a905cc30c8455806a84b24cf76f2ed12" 39 "sha512=2f981b6d52724744f876f72a8d6eee256241184add4af5febe83a6ba037da1cebbf7c54ab17fd464875fddb179ab66c713411f537d2caa41e6074dcf0a4340ad" 40 ] 41} 42x-commit-hash: "6c03f5b8ed5228c83fdf6b551eb8257a8cf6a5b6"