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 " ] build: [ [ "dune" "subst" ] {dev} [ "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" { >= "5.1.0" } "dune" { >= "3.16.0" } "preface" { >= "0.1.0" } "logs" {>= "0.7.0" } "cmdliner" { >= "1.0.0"} "http-lwt-client" "yocaml" "yocaml_unix" "yocaml_yaml" "yocaml_cmarkit" "yocaml_git" "yocaml_jingoo" "yocaml_syndication" ] pin-depends: [ ["yocaml.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_runtime.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_unix.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_yaml.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_cmarkit.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_git.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_jingoo.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ["yocaml_syndication.dev" "git+https://gitlab.com/funkywork/yocaml.git#c2809182a59571a863d6ad14a77f720f6fa577dc" ] ]