Skip to content

Commit

Permalink
Merge pull request ocaml#26504 from dmbaturin/opam-publish-soupault.4…
Browse files Browse the repository at this point in the history
….11.0

Package soupault.4.11.0
  • Loading branch information
mseri authored Sep 6, 2024
2 parents cc623f4 + 23ffd99 commit 1a7ee13
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions packages/soupault/soupault.4.11.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
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.

With soupault you can:

* Generate ToC and footnotes.
* Insert file content or an HTML snippet in any element.
* Preprocess element content with external programs (e.g. run `<pre>` tags through a highlighter)
* Extract page metadata (think microformats) and render it using a Jingoo template or an external script.
* Export extracted metadata to JSON.

Soupault is extensible with Lua (2.5) plugins and provides an API for element tree manipulation,
similar to web browsers.

The website generator mode is optional, you can use it as post-processor for existing sites."""
maintainer: "Daniil Baturin <daniil+opam@baturin.org>"
authors: "Daniil Baturin <daniil+soupault@baturin.org>"
license: "MIT"
homepage: "https://www.soupault.app"
bug-reports: "https://github.com/PataphysicalSociety/soupault/issues"
depends: [
"ocaml" {>= "4.13"}
"dune" {>= "2.0.0"}
"containers" {>= "3.9"}
"fileutils" {>= "0.6.3"}
"logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"}
"lambdasoup" {>= "1.1.1"}
"markup" {>= "1.0.0-1"}
"otoml" {>= "1.0.5"}
"ezjsonm" {>= "1.2.0"}
"yaml" {>= "2.0.0"}
"csv" {>= "2.4"}
"re" {>= "1.9.0"}
"odate" {>= "0.6"}
"spelll" {>= "0.4"}
"base64" {>= "3.0.0"}
"jingoo" {>= "1.4.2"}
"camomile" {>= "2.0.0"}
"digestif" {>= "0.7.3"}
"tsort" {>= "2.1.0"}
"lua-ml" {>= "0.9.3"}
]
conflicts: [
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/PataphysicalSociety/soupault"
url {
src:
"https://codeberg.org/PataphysicalSociety/soupault/archive/4.11.0.tar.gz"
checksum: [
"md5=d6cf9bfba3544f56110e70529a91d200"
"sha512=3a48b06818dc6f74efe8919142ff5066edfef72657097ee373a0396400d150bf79eef6619dcaa2ca967bedba5be9c12814858a35ff9b42de1ca98f353853c675"
]
}

0 comments on commit 1a7ee13

Please sign in to comment.