29 lines
597 B
Plaintext
29 lines
597 B
Plaintext
# 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"
|