-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sora Morimoto <sora@morimoto.io>
- Loading branch information
Showing
13 changed files
with
166 additions
and
366 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,20 +1,3 @@ | ||
version=0.26.2 | ||
version=0.27.0 | ||
profile=conventional | ||
break-cases=fit-or-vertical | ||
break-separators=before | ||
break-sequences=true | ||
cases-exp-indent=2 | ||
doc-comments=before | ||
dock-collection-brackets=false | ||
field-space=loose | ||
if-then-else=keyword-first | ||
indicate-nested-or-patterns=unsafe-no | ||
let-and=sparse | ||
let-and=sparse | ||
parse-docstrings=true | ||
sequence-style=terminator | ||
space-around-arrays | ||
space-around-lists | ||
space-around-records | ||
type-decl=sparse | ||
wrap-comments=true |
This file contains 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 |
---|---|---|
@@ -1,41 +1,26 @@ | ||
(lang dune 2.0) | ||
|
||
(using menhir 2.0) | ||
|
||
(lang dune 3.17) | ||
(name html_of_wiki) | ||
|
||
(generate_opam_files true) | ||
(implicit_transitive_deps false) | ||
|
||
(license "LGPL-2.1 with OCaml linking exception") | ||
|
||
(authors "The ocsigen team <dev@ocsigen.org>") | ||
|
||
(maintainers | ||
"The ocsigen team <dev@ocsigen.org>" | ||
"Leo Valais <leo.valais97@gmail.com>") | ||
|
||
(source | ||
(github ocsigen/html_of_wiki)) | ||
|
||
(bug_reports "https://github.com/ocsigen/html_of_wiki/issues") | ||
|
||
(homepage "https://github.com/ocsigen/html_of_wiki") | ||
|
||
(maintainers "The ocsigen team <dev@ocsigen.org>" "Leo Valais <leo.valais97@gmail.com>") | ||
(source (github ocsigen/html_of_wiki)) | ||
(documentation "https://ocsigen.org/html_of_wiki/2.0/manual/intro") | ||
|
||
(generate_opam_files true) | ||
|
||
(package | ||
(name html_of_wiki) | ||
(synopsis "A wikicreole to HTML compiler") | ||
(description | ||
"a static website generator for software projects, using wikicreole syntax.") | ||
(description "a static website generator for software projects, using wikicreole syntax.") | ||
(depends | ||
(ocaml (< 5.0)) | ||
("cmdliner" (>= 1.1.1)) | ||
"js_of_ocaml-ppx_deriving_json" | ||
("tyxml"(>= 4.6.0)) | ||
"base64" | ||
"js_of_ocaml-ppx" | ||
"js_of_ocaml-ppx_deriving_json" | ||
"ocamlfind" | ||
"re" | ||
"base64" | ||
"reason" | ||
("tyxml"(>= 4.6.0)))) | ||
"reason")) |
This file contains 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
This file contains 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
Oops, something went wrong.