From 7db84df8872f99fc9f23825d64bde4e68214c830 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 6 Aug 2019 15:44:10 -0700 Subject: [PATCH] Added Kadena's Orgs and Repos. --- data/ecosystems/k/kadena.toml | 100 ++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 data/ecosystems/k/kadena.toml diff --git a/data/ecosystems/k/kadena.toml b/data/ecosystems/k/kadena.toml new file mode 100644 index 00000000..66935756 --- /dev/null +++ b/data/ecosystems/k/kadena.toml @@ -0,0 +1,100 @@ +# Ecosystem Level Information +title = "Kadena" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/kadena-io"] + +# Repositories +[[repo]] +url = "https://github.com/kadena-io/bencoding" + +[[repo]] +url = "https://github.com/kadena-io/blake2" + +[[repo]] +url = "https://github.com/kadena-io/cabal" + +[[repo]] +url = "https://github.com/kadena-io/cacophony" + +[[repo]] +url = "https://github.com/kadena-io/chainweb-node" + +[[repo]] +url = "https://github.com/kadena-io/chainweb-storage" + +[[repo]] +url = "https://github.com/kadena-io/digraph" + +[[repo]] +url = "https://github.com/kadena-io/ekg-prometheus-adapter" + +[[repo]] +url = "https://github.com/kadena-io/flycheck-pact" + +[[repo]] +url = "https://github.com/kadena-io/homebrew-pact" + +[[repo]] +url = "https://github.com/kadena-io/juno" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/kadena-io/KIPs" + +[[repo]] +url = "https://github.com/kadena-io/masala" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/kadena-io/merkle-log" + +[[repo]] +url = "https://github.com/kadena-io/nix-gitignore" + +[[repo]] +url = "https://github.com/kadena-io/nixpkgs" + +[[repo]] +url = "https://github.com/kadena-io/pact" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/kadena-io/pact-atom" + +[[repo]] +url = "https://github.com/kadena-io/pact-examples" + +[[repo]] +url = "https://github.com/kadena-io/pact-lang-api" + +[[repo]] +url = "https://github.com/kadena-io/pact-lang.org-code" + +[[repo]] +url = "https://github.com/kadena-io/pact-mode" + +[[repo]] +url = "https://github.com/kadena-io/pact-todomvc" + +[[repo]] +url = "https://github.com/kadena-io/pact-web-repl" + +[[repo]] +url = "https://github.com/kadena-io/reflex-dom" + +[[repo]] +url = "https://github.com/kadena-io/ridley" + +[[repo]] +url = "https://github.com/kadena-io/scalableBFT.github.io" + +[[repo]] +url = "https://github.com/kadena-io/snap-core" + +[[repo]] +url = "https://github.com/kadena-io/snap-server" + +[[repo]] +url = "https://github.com/kadena-io/thyme"