ocaml-solo5-elftool/solo5-elftool.opam

34 lines
894 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"
2023-09-09 10:03:11 +00:00
bug-reports: "https://github.com/robur-coop/ocaml-solo5-elftool/issues"
doc: "https://robur-coop.github.io/ocaml-solo5-elftool/doc"
2021-12-10 11:28:55 +00:00
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"}
"cachet"
2021-12-15 15:59:11 +00:00
"fmt" {>= "0.8.7"}
2025-01-24 13:06:42 +00:00
"cmdliner" {>= "1.1.0"}
2021-12-10 11:28:55 +00:00
]
available: arch != "arm32" & arch != "x86_32"
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.
"""
2025-01-16 15:31:55 +00:00
x-maintenance-intent: [ "(latest)" ]