this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] solo5-elftool (0.4.0)

CHANGES:

* Reimplement the necessary ELF parsing and drop the owee dependency. This makes it possible to use this library in Mirage.
* **BREAKING**: Switch to cachet instead of requiring the whole binary in memory.

+42
+42
packages/solo5-elftool/solo5-elftool.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + homepage: "https://git.robur.coop/robur/ocaml-solo5-elftool" 3 + dev-repo: "git+https://git.robur.coop/robur/ocaml-solo5-elftool.git" 4 + bug-reports: "https://github.com/robur-coop/ocaml-solo5-elftool/issues" 5 + doc: "https://robur-coop.github.io/ocaml-solo5-elftool/doc" 6 + maintainer: [ "team@robur.coop" ] 7 + authors: [ "Reynir Björnsson <reynir@reynir.dk>" ] 8 + license: "BSD-2-Clause" 9 + 10 + build: [ 11 + ["dune" "subst"] {dev} 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ] 14 + 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "dune" {>= "2.9"} 18 + "cachet" 19 + "fmt" {>= "0.8.7"} 20 + "cmdliner" {>= "1.1.0"} 21 + ] 22 + 23 + available: arch != "arm32" & arch != "x86_32" 24 + conflicts: [ 25 + "result" {< "1.5"} 26 + ] 27 + 28 + synopsis: "OCaml Solo5 elftool for querying solo5 manifests" 29 + description: """ 30 + OCaml Solo5 elftool is a library and executable for reading solo5 device 31 + manifests from solo5 ELF executables. 32 + """ 33 + x-maintenance-intent: [ "(latest)" ] 34 + url { 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 + } 42 + x-commit-hash: "6c03f5b8ed5228c83fdf6b551eb8257a8cf6a5b6"