this repo has no description

Merge pull request #17857 from dmbaturin/soupault-2.3.1

Add soupault.2.3.1 and adjust dependency of soupault.2.3.0 for a breaking change in To.ml

Kate 9bbd0b24 fd0ee216

Changed files
+53 -2
packages
soupault
soupault.2.3.0
soupault.2.3.1
+2 -2
packages/soupault/soupault.2.3.0/opam
···
"dune" {>= "2.0.0"}
"lambdasoup" {>= "0.7.2"}
"markup" {>= "1.0.0-1"}
-
"toml"
"fileutils"
"logs"
"fmt"
···
"md5=e90eed0aa282c9670080b000660b4e76"
"sha512=086e0d0551cb0325c0aefddb226c6e8176796655799461fe1a9eca4abeffe77cfece65016b67ea186574b97c3f9f7bf22c9566086c432721cf37ae00ab927ef6"
]
-
}
···
"dune" {>= "2.0.0"}
"lambdasoup" {>= "0.7.2"}
"markup" {>= "1.0.0-1"}
+
"toml" {< "6.0.0"}
"fileutils"
"logs"
"fmt"
···
"md5=e90eed0aa282c9670080b000660b4e76"
"sha512=086e0d0551cb0325c0aefddb226c6e8176796655799461fe1a9eca4abeffe77cfece65016b67ea186574b97c3f9f7bf22c9566086c432721cf37ae00ab927ef6"
]
+
}
+51
packages/soupault/soupault.2.3.1/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Static website generator based on HTML rewriting"
+
description: """\
+
A website generator that works with page element tree rather than text
+
and allows you to manipulate pages and retrieve metadata from
+
existing HTML using arbitrary CSS selectors.
+
+
Built-in functionality includes setting page title, generating ToC and footnotes,
+
inserting files/HTML snippets or output of external programs into pages etc.
+
+
Metadata extracted from pages can be rendered using Jingoo templates or exported to JSON
+
and processed with an external script.
+
+
Extensible with Lua (2.5) plugins. Can also be used as an HTML processor for existing pages."""
+
maintainer: "Daniil Baturin <daniil+opam@baturin.org>"
+
authors: "Daniil Baturin <daniil+soupault@baturin.org>"
+
license: "MIT"
+
homepage: "https://soupault.neocities.org"
+
bug-reports: "https://github.com/dmbaturin/soupault/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.0.0"}
+
"lambdasoup" {>= "0.7.2"}
+
"markup" {>= "1.0.0-1"}
+
"toml" {>= "6.0.0"}
+
"fileutils"
+
"logs"
+
"fmt"
+
"re"
+
"ezjsonm"
+
"containers"
+
"stringext"
+
"odate"
+
"spelll"
+
"base64"
+
"jingoo" {>= "1.4.2"}
+
"tsort" {>= "2.0.0"}
+
"lua-ml" {>= "0.9.2"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
dev-repo: "git+https://github.com/dmbaturin/soupault"
+
url {
+
src: "https://github.com/dmbaturin/soupault/archive/2.3.1.tar.gz"
+
checksum: [
+
"md5=7e182db28f67fd71c0d4cc6c15605fd6"
+
"sha512=47e45d308e34fbd6435d9f15a4c83a1d22fd5988653f2ead36c76bcf32f4da453a58255e7fdcf546747c34a6f63f92d585f002fb6d650648d9de71fee5070477"
+
]
+
}