-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make it easy to parse examples locally again * Use correct linguist attributes for vendored files * Ignore local test files * Run github actions on developer branches * Don't try to publish in forked repositories * Run example tests in parallel * Fix generate command
- Loading branch information
Showing
25 changed files
with
104 additions
and
62 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
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
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[submodule "examples/0install"] | ||
path = examples/0install | ||
url = https://github.com/0install/0install | ||
[submodule "examples/bap"] | ||
path = examples/bap | ||
url = https://github.com/BinaryAnalysisPlatform/bap | ||
[submodule "examples/cmdliner"] | ||
path = examples/cmdliner | ||
url = https://github.com/dbuenzli/cmdliner | ||
[submodule "examples/pyre-check"] | ||
path = examples/pyre-check | ||
url = https://github.com/facebook/pyre-check | ||
[submodule "examples/lablgtk"] | ||
path = examples/lablgtk | ||
url = https://github.com/garrigue/lablgtk | ||
[submodule "examples/base"] | ||
path = examples/base | ||
url = https://github.com/janestreet/base | ||
[submodule "examples/melange"] | ||
path = examples/melange | ||
url = https://github.com/melange-re/melange | ||
[submodule "examples/ocaml-cohttp"] | ||
path = examples/ocaml-cohttp | ||
url = https://github.com/mirage/ocaml-cohttp | ||
[submodule "examples/dune"] | ||
path = examples/dune | ||
url = https://github.com/ocaml/dune | ||
[submodule "examples/merlin"] | ||
path = examples/merlin | ||
url = https://github.com/ocaml/merlin | ||
[submodule "examples/ocaml"] | ||
path = examples/ocaml | ||
url = https://github.com/ocaml/ocaml | ||
[submodule "examples/ocaml-lsp"] | ||
path = examples/ocaml-lsp | ||
url = https://github.com/ocaml/ocaml-lsp | ||
[submodule "examples/opam"] | ||
path = examples/opam | ||
url = https://github.com/ocaml/opam | ||
[submodule "examples/eio"] | ||
path = examples/eio | ||
url = https://github.com/ocaml-multicore/eio | ||
[submodule "examples/ocamlformat"] | ||
path = examples/ocamlformat | ||
url = https://github.com/ocaml-ppx/ocamlformat | ||
[submodule "examples/ppxlib"] | ||
path = examples/ppxlib | ||
url = https://github.com/ocaml-ppx/ppxlib | ||
[submodule "examples/js_of_ocaml"] | ||
path = examples/js_of_ocaml | ||
url = https://github.com/ocsigen/js_of_ocaml | ||
[submodule "examples/lwt"] | ||
path = examples/lwt | ||
url = https://github.com/ocsigen/lwt | ||
[submodule "examples/owl"] | ||
path = examples/owl | ||
url = https://github.com/owlbarn/owl |
Submodule js_of_ocaml
added at
c76f8c
Submodule ocaml-cohttp
added at
940ec3
Submodule ocamlformat
added at
923486
Submodule pyre-check
added at
eb1a03
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