34 lines
743 B
Plaintext
34 lines
743 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "OCaml library/executable to TODO"
|
|
description: "dromloc is an OCaml library/executable to TODO."
|
|
maintainer: ["swrup@protonmail.com"]
|
|
authors: ["swrup"]
|
|
license: "AGPL"
|
|
tags: ["dromloc" "TODO" "TODO" "TODO" "TODO"]
|
|
homepage: "TODO/dromloc"
|
|
doc: "TODO/dromloc"
|
|
bug-reports: "TODO/dromloc"
|
|
depends: [
|
|
"dune" {>= "2.9"}
|
|
"ocaml" {>= "4.08"}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"--promote-install-files=false"
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
["dune" "install" "-p" name "--create-install-files" name]
|
|
]
|
|
dev-repo: "TODO/dromloc"
|