30 lines
565 B
Plaintext
30 lines
565 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
maintainer: ["Carsten Kragelund"]
|
|
authors: ["Carsten Kragelund"]
|
|
license: "MIT"
|
|
homepage: "https://github.com/nyxkrage/hcfg"
|
|
bug-reports: "https://github.com/nyxkrage/hcfg/issues"
|
|
depends: [
|
|
"ocaml"
|
|
"base"
|
|
"melange"
|
|
"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: "git+https://github.com/nyxkrage/hcfg.git"
|