jb/jb.opam

34 lines
793 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Source code for the www.jb-architecte.com website"
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
tags: ["jb" "architecte" "joanna" "barreiro" "website"]
homepage: "https://git.zapashcanon.fr/zapashcanon/jb"
doc: "https://doc.zapashcanon.fr/jb"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/jb/issues"
depends: [
"dune" {>= "3.0"}
"drame"
"scfg"
"crunch"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/jb.git"