47 lines
991 B
Plaintext
47 lines
991 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "A short synopsis"
|
|
description: "A longer description"
|
|
maintainer: ["Maintainer Name"]
|
|
authors: ["Author Name"]
|
|
license: "LICENSE"
|
|
tags: ["topics" "to describe" "your" "project"]
|
|
homepage: "https://github.com/username/reponame"
|
|
doc: "https://url/to/documentation"
|
|
bug-reports: "https://github.com/username/reponame/issues"
|
|
depends: [
|
|
"utop"
|
|
"ocaml-lsp-server"
|
|
"ocamlformat"
|
|
"ocaml"
|
|
"dune" {>= "3.10"}
|
|
"re"
|
|
"containers"
|
|
"iter"
|
|
"dune-site"
|
|
"angstrom"
|
|
"ppx_deriving"
|
|
"ppx_deriving_hash"
|
|
"ppx_regexp"
|
|
"ppx_expect"
|
|
"ppx_inline_test"
|
|
"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: "git+https://github.com/username/reponame.git"
|