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.3.0/solo5-elftool-0.3.0.tbz" 36 checksum: [ 37 "sha256=72eeec01675fef461bce4d49d860fdf893e281b142b9018504ccbec5c3552c7e" 38 "sha512=3fc15772be393ed24db98fa428e24377f6f38d50fa57e2de9bb6ec614ba2120b7cce8cf1c12bcb297c901f4645cc1a278c5487e49b5e64e2946a1982209b321e" 39 ] 40} 41x-commit-hash: "082680d4a9aa071a06674b4b393e7356cf065a3a"