this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/robur-coop/ocaml-solo5-elftool" 3dev-repo: "git+https://github.com/robur-coop/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 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15 16depends: [ 17 "ocaml" {>= "4.8.0"} 18 "dune" {>= "2.9"} 19 "owee" {>= "0.4"} 20 "cstruct" {>= "6.0.0"} 21 "fmt" {>= "0.8.7"} 22 "cmdliner" 23] 24 25conflicts: [ 26 "result" {< "1.5"} 27] 28 29synopsis: "OCaml Solo5 elftool for querying solo5 manifests" 30description: """ 31OCaml Solo5 elftool is a library and executable for reading solo5 device 32manifests from solo5 ELF executables. 33""" 34url { 35 src: 36 "https://github.com/robur-coop/ocaml-solo5-elftool/releases/download/v0.1.0/solo5-elftool-0.1.0.tbz" 37 checksum: [ 38 "sha256=1581449e71f79bd150bb4d1d928f046c844a8045be210721fd1d4d8bb5b27767" 39 "sha512=c70f8eb00a910bfc2ada4a7467a6e52490adb54c99ad23d0430e696b83ad05e2bbb6c7df24134f9a5f3be9938767b352a043119b8035b12d571cda1642a30891" 40 ] 41} 42x-commit-hash: "9d025dba2c1b3cad8f3303a075c71f0cb3d836de"