reynir.dk/reynir-www.opam

34 lines
883 B
Plaintext
Raw Normal View History

2023-11-14 08:19:24 +00:00
opam-version: "2.0"
version: "dev"
synopsis: "The reynir.dk website"
maintainer: "reynir@reynir.dk"
authors: [ "Reynir Björnsson <reynir@reynir.dk>" ]
build: [
[ "dune" "subst" ]
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name ] {with-test}
[ "dune" "build" "@doc" "-p" name ] {with-doc}
]
license: "GPL-3.0-or-later"
homepage: "https://git.robur.io/robur/robur.coop"
dev-repo: "git://git.robur.io/robur/robur.coop.git"
bug-reports: "https://git.robur.io/robur/robur.coop/issues"
depends: [
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"preface" { >= "0.1.0" }
"logs" {>= "0.7.0" }
"cmdliner" { >= "1.0.0"}
2024-10-07 17:01:52 +00:00
"yocaml" {>= "2.0.0"}
"yocaml_unix" {>= "2.0.0"}
"yocaml_yaml" {>= "2.0.0"}
"yocaml_git" {>= "2.0.0"}
"yocaml_jingoo" {>= "2.0.0"}
"yocaml_cmarkit" {>= "2.0.0"}
"yocaml_syndication" {>= "2.0.0"}
"jingoo" {>= "1.5.0"}
2023-11-14 08:19:24 +00:00
]