-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Package soupault.5.2.0 #28926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dmbaturin
wants to merge
1
commit into
ocaml:master
Choose a base branch
from
dmbaturin:soupault-5.2.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Package soupault.5.2.0 #28926
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| opam-version: "2.0" | ||
| name: "soupault" | ||
| version: "5.2.0" | ||
| synopsis: "Static website generator based on HTML element tree rewriting" | ||
| description: """ | ||
| A website generator that works with page element trees 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, | ||
| a Lua plugin, or an external script. | ||
|
|
||
| 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 <[email protected]>" | ||
| authors: "Daniil Baturin <[email protected]>" | ||
| license: "MIT" | ||
| homepage: "https://www.soupault.net" | ||
| bug-reports: "https://github.com/PataphysicalSociety/soupault/issues" | ||
| dev-repo: "git+https://github.com/PataphysicalSociety/soupault" | ||
| x-maintenance-intent: ["(latest)"] | ||
| build: [ | ||
| ["dune" "subst"] {dev} | ||
| ["dune" "build" "-p" name "-j" jobs] | ||
| ] | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0"} | ||
| "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.2.0"} | ||
| "lua-ml" {>= "0.9.3"} | ||
| "cmarkit" {>= "0.3.0"} | ||
| ] | ||
|
|
||
| conflicts: [ | ||
| "result" {< "1.5"} | ||
| ] | ||
|
|
||
| url { | ||
| src: | ||
| "https://github.com/PataphysicalSociety/soupault/archive/refs/tags/5.2.0.zip" | ||
| checksum: [ | ||
| "sha512=ad490894f052c0bedd1f2687afc0f042af377ed751002599b8d03a2335bd4ffe23db339c98cc78bb1406071f5c38b292afea8624f9390a96d5582d877c482fbb" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The checksum is off: |
||
| ] | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To satisfy the linter: