reynir.dk/reynir-www.opam

44 lines
1.2 KiB
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"}
"http-lwt-client"
"yocaml"
"yocaml_unix"
"yocaml_yaml"
2023-11-14 11:55:53 +00:00
#"yocaml_markdown"
2023-11-14 08:19:24 +00:00
"yocaml_git"
"yocaml_jingoo"
2023-11-14 11:55:53 +00:00
"yocaml_cmark"
2023-11-14 08:19:24 +00:00
]
pin-depends: [
["yocaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
["yocaml_unix.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
["yocaml_yaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
2023-11-14 11:55:53 +00:00
#["yocaml_markdown.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
2023-11-14 08:19:24 +00:00
["yocaml_jingoo.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
["yocaml_git.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
2023-11-14 11:55:53 +00:00
["yocaml_cmark.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
2023-11-14 08:19:24 +00:00
]