36 lines
788 B
Text
36 lines
788 B
Text
|
|
# This file is generated by dune, edit dune-project instead
|
||
|
|
opam-version: "2.0"
|
||
|
|
version: "0.1.0"
|
||
|
|
synopsis: "OCaml Advent of Code starter project"
|
||
|
|
maintainer: ["Sixstring982"]
|
||
|
|
authors: ["Sixstring982"]
|
||
|
|
license: "BSD-3-Clause"
|
||
|
|
tags: ["advent-of-code"]
|
||
|
|
homepage: "https://github.com/sixstring982/tanenbaum"
|
||
|
|
doc: "https://sixstring982.github.io/tanenbaum"
|
||
|
|
bug-reports: "https://github.com/sixstring982/tanenbaum/issues"
|
||
|
|
depends: [
|
||
|
|
"ocaml"
|
||
|
|
"reason"
|
||
|
|
"dune" {>= "3.7"}
|
||
|
|
"cmdliner" {>= "1.2.0"}
|
||
|
|
"piaf" {>= "0.1.0"}
|
||
|
|
"fmt" {>= "0.9.0"}
|
||
|
|
"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/sixstring982/tanenbaum.git"
|