aoc2023/ocaml/tanenbaum.opam

36 lines
788 B
Text
Raw Normal View History

2023-12-01 10:17:20 +01:00
# 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"