ocaml-solo5-elftool/solo5-elftool.opam

33 lines
826 B
Text
Raw Normal View History

2021-12-10 11:28:55 +00:00
opam-version: "2.0"
2021-12-16 15:17:19 +00:00
homepage: "https://git.robur.io/robur/ocaml-solo5-elftool"
dev-repo: "git+https://git.robur.io/robur/ocaml-solo5-elftool.git"
2021-12-10 11:28:55 +00:00
bug-reports: "https://github.com/roburio/ocaml-solo5-elftool/issues"
doc: "https://roburio.github.io/ocaml-solo5-elftool/doc"
maintainer: [ "team@robur.coop" ]
authors: [ "Reynir Björnsson <reynir@reynir.dk>" ]
license: "BSD-2-Clause"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
2022-03-17 08:33:17 +00:00
"ocaml" {>= "4.08.0"}
2021-12-10 11:28:55 +00:00
"dune" {>= "2.9"}
"owee" {>= "0.4"}
"cstruct" {>= "6.0.0"}
2021-12-15 15:59:11 +00:00
"fmt" {>= "0.8.7"}
2021-12-10 11:28:55 +00:00
"cmdliner"
]
2021-12-15 16:25:20 +00:00
conflicts: [
"result" {< "1.5"}
]
2021-12-10 11:28:55 +00:00
synopsis: "OCaml Solo5 elftool for querying solo5 manifests"
description: """
OCaml Solo5 elftool is a library and executable for reading solo5 device
manifests from solo5 ELF executables.
"""