opam-version: "2.0" synopsis: "Static web site compiler, able to handle blog posts as well as regular pages or any XML document in general" maintainer: "zoggy@bat8.org" authors: "Zoggy " license: "GPL-3.0-only" homepage: "https://www.good-eris.net/stog/" doc: "https://www.good-eris.net/stog/doc.html" bug-reports: "https://framagit.org/zoggy/stog/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "5.0.0"} "dune-build-info" {>= "2.9.1"} "dune-site" {>= "2.9.1"} "fmt" {>= "0.9.0"} "higlo" {>= "0.9"} "logs" {>= "0.7.0"} "lwt" {>= "5.7.0"} "lwt_ppx" {>= "2.1.0"} "menhir" {>= "20231231"} "ocf" {>= "0.8.0"} "ocf_ppx" {>= "0.8.0"} "ppx_blob" {>= "0.7.2"} "ptime" {>= "1.1.0"} "uri" {>= "4.4.0"} "uutf" {>= "1.0.3"} "xtmpl" {= "0.19.0"} "xtmpl_ppx" {= "0.19.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] conflicts: [ "ocaml-option-bytecode-only" ] dev-repo: "git+https://framagit.org/zoggy/stog.git" url { src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" checksum: [ "md5=e9ce23a296e6309688a2d459fcbf9320" "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" ] }