34 lines
832 B
Plaintext
34 lines
832 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Generate a website from a local directory"
|
|
description:
|
|
"Hize is an OCaml executable to generate a website from a local directory."
|
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
|
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
|
license: "ISC"
|
|
tags: ["hize" "website" "directory" "explorer" "file"]
|
|
homepage: "https://git.zapashcanon.fr/zapashcanon/hize"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/hize/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"ocaml" {>= "4.14"}
|
|
"bos"
|
|
"fpath"
|
|
"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/hize.git"
|