hcfg/hcfg.opam

30 lines
565 B
Plaintext

2024-03-13 16:29:38 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
maintainer: ["Carsten Kragelund"]
2023-06-17 03:13:03 +02:00
authors: ["Carsten Kragelund"]
license: "MIT"
2024-03-13 16:29:38 +01:00
homepage: "https://github.com/nyxkrage/hcfg"
bug-reports: "https://github.com/nyxkrage/hcfg/issues"
depends: [
"ocaml"
"base"
"melange"
"dune" {>= "3.14"}
"odoc" {with-doc}
]
2023-06-17 03:13:03 +02:00
build: [
2024-03-13 16:29:38 +01:00
["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"