25 lines
456 B
Plaintext
25 lines
456 B
Plaintext
(lang dune 3.14)
|
|
|
|
(name bk910x)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(uri "https://git.lain.faith/dragon-tools/bk910x.git"))
|
|
|
|
(authors "xenia <xenia@awoo.systems>")
|
|
|
|
; (maintainers "Maintainer Name")
|
|
|
|
(license "Proprietary")
|
|
|
|
(documentation "https://git.lain.faith/dragon-tools/bk910x")
|
|
|
|
(package
|
|
(name bk910x)
|
|
(synopsis "driver for BK Precision 9103 & 9104 power supplies")
|
|
(description "A longer description")
|
|
(depends ocaml dune)
|
|
(tags
|
|
(meow)))
|