ocaml-solo5-elftool/solo5-elftool.opam

33 lines
894 B
Text

opam-version: "2.0"
homepage: "https://git.robur.io/robur/ocaml-solo5-elftool"
dev-repo: "git+https://git.robur.io/robur/ocaml-solo5-elftool.git"
bug-reports: "https://github.com/robur-coop/ocaml-solo5-elftool/issues"
doc: "https://robur-coop.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: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.9"}
"cachet"
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.1.0"}
]
available: arch != "arm32" & arch != "x86_32"
conflicts: [
"result" {< "1.5"}
]
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.
"""
x-maintenance-intent: [ "(latest)" ]