33 lines
885 B
Text
33 lines
885 B
Text
opam-version: "2.0"
|
|
version: "dev"
|
|
synopsis: " The source code of the generator and the content of my blog, naively using YOCaml "
|
|
maintainer: "romain.calascibetta@gmail.com"
|
|
authors: [ "The XHTMLBoy <xhtmlboi@gmail.com>" ]
|
|
|
|
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"
|
|
tags: [ "angry" "cuisine" "nerd" "ocaml" "preface" ]
|
|
homepage: "https://github.com/dinosaure/blogger"
|
|
dev-repo: "git://github.com/dinosaure/blogger.git"
|
|
bug-reports: "https://github.com/dinosaure/blogger/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"
|
|
"yocaml_cmark"
|
|
"yocaml_git"
|
|
"yocaml_jingoo"
|
|
]
|