-
Notifications
You must be signed in to change notification settings - Fork 2
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 <[email protected]>
- Loading branch information
Showing
4 changed files
with
20 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
version=0.27.0 | ||
profile=conventional | ||
break-infix=fit-or-vertical | ||
parse-docstrings=true | ||
profile=janestreet |
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,18 +1,13 @@ | ||
(lang dune 3.17) | ||
|
||
(name example) | ||
|
||
(license ISC) | ||
|
||
(authors "The ocsigen team") | ||
|
||
(maintainers "[email protected]") | ||
|
||
(source | ||
(github ocsigen/ts2ocaml-example)) | ||
|
||
(generate_opam_files true) | ||
|
||
(license ISC) | ||
(maintainers "The ocsigen team <[email protected]>") | ||
(authors "The ocsigen team <[email protected]>") | ||
(source (github ocsigen/ts2ocaml-example)) | ||
|
||
(package | ||
(name example) | ||
(synopsis "Example use of ts2ocaml") | ||
|
@@ -23,7 +18,8 @@ | |
gen_js_api | ||
js_of_ocaml-compiler | ||
(ocaml-lsp-server :with-dev-setup) | ||
(ocamlformat | ||
(and | ||
:with-dev-setup | ||
(= 0.27.0))))) | ||
(ocamlformat (and :with-dev-setup (= 0.27.0))))) | ||
|
||
(pin | ||
(package (name ts2ocaml-jsoo-stdlib)) | ||
(url "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3")) |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
opam-version: "2.0" | ||
synopsis: "Example use of ts2ocaml" | ||
description: "Example use of ts2ocaml" | ||
maintainer: ["[email protected]"] | ||
authors: ["The ocsigen team"] | ||
maintainer: ["The ocsigen team <[email protected]>"] | ||
authors: ["The ocsigen team <[email protected]>"] | ||
license: "ISC" | ||
homepage: "https://github.com/ocsigen/ts2ocaml-example" | ||
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues" | ||
|