bk910x/bk910x.opam

29 lines
597 B
Plaintext
Raw Normal View History

2024-04-17 19:40:49 +00:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "driver for BK Precision 9103 & 9104 power supplies"
description: "A longer description"
authors: ["xenia <xenia@awoo.systems>"]
license: "Proprietary"
tags: ["meow"]
doc: "https://git.lain.faith/dragon-tools/bk910x"
depends: [
"ocaml"
"dune" {>= "3.14"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "https://git.lain.faith/dragon-tools/bk910x.git"