open-sourcing daml

This commit is contained in:
Digital Asset GmbH 2019-04-04 09:33:38 +01:00
commit 05e691f558
4376 changed files with 560798 additions and 0 deletions

3
.bazelignore Normal file
View File

@ -0,0 +1,3 @@
dev-env/var
scratch/
navigator/frontend/node_modules/

21
.dadew Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.0.8",
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"java-oraclejdk-8u111",
"java-openjdk-8u201",
"patch-2.6.1",
"msys2-20180531",
"curl-7.64.0",
"cacert",
"vcredist-14.0.23026",
"bazel",
"nodejs-10.12.0",
"pester-4.4.2",
"python-3.6.7",
"pipenv-2018.11.26",
"wget-1.19.4",
"git-2.19.2"
]
}

19
.dadew_azure Normal file
View File

@ -0,0 +1,19 @@
{
"version": "0.0.8",
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"java-openjdk-8u201",
"patch-2.6.1",
"msys2-20180531",
"curl-7.64.0",
"cacert",
"vcredist-14.0.23026",
"bazel",
"nodejs-10.12.0",
"pester-4.4.2",
"python-3.6.7",
"pipenv-2018.11.26",
"wget-1.19.4"
]
}

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
docker-nix-store
**/.stack-work

5
.envrc Normal file
View File

@ -0,0 +1,5 @@
echo "[dev-env] Setting up DA Development Environment"
eval "$(dev-env/bin/dade assist)"
# Load private overrides
[[ -f .envrc.private ]] && source_env .envrc.private

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG.md merge=union
UNRELEASED.md merge=union
*.daml linguist-language=Haskell

94
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,94 @@
# This file is used to automatically assign reviewers based on
# a) specific files
# b) subtrees in the repository
# For more documentation, see the announcement and help page on github:
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners/
# GitHub teams must also be added explicitly as contributors with WRITE access to the DACH-NY/da repository on github.com
# Ask one of the github admin to add the team to https://github.com/DACH-NY/da/settings/collaboration
* @DACH-NY/daml-infrastructure
CODEOWNERS @DACH-NY/daml-infrastructure
/.github @DACH-NY/daml-infrastructure
/.vscode @DACH-NY/daml-infrastructure
/ledger @DACH-NY/daml-runtime
/ledger-client @DACH-NY/daml-runtime
/ledger-api @DACH-NY/daml-runtime
/ledger-tools @DACH-NY/daml-runtime
/reference-apps @DACH-NY/daml-infrastructure
/sdk @DACH-NY/daml-runtime @DACH-NY/daml-infrastructure
/docs @DACH-NY/daml-docs
/3rdparty @DACH-NY/tweag
/bazel_tools @DACH-NY/tweag
/.bazelrc @DACH-NY/tweag
/.bazelignore @DACH-NY/tweag
/buck-core @DACH-NY/daml-infrastructure
/.buckconfig @DACH-NY/daml-infrastructure
/build-scripts @DACH-NY/daml-infrastructure
/dev-env @DACH-NY/daml-infrastructure
/hazel @DACH-NY/tweag
/nix @DACH-NY/daml-infrastructure @DACH-NY/tweag
/pipeline @DACH-NY/daml-infrastructure
/replacements @DACH-NY/daml-infrastructure
/rules_daml @DACH-NY/daml-infrastructure
/daml-foundations @DACH-NY/daml-infrastructure @DACH-NY/daml-runtime
/daml-foundations/ci @DACH-NY/daml-infrastructure
/daml-foundations/da-haskell-tests @DACH-NY/daml-infrastructure
/daml-foundations/daml-compiler @DACH-NY/daml-compiler-10 @DACH-NY/daml-ide
/daml-foundations/daml-compiler/da-hs-daml-compiler-service @DACH-NY/daml-compiler-10 @DACH-NY/daml-ide
/daml-foundations/daml-compiler/da-hs-daml-compiler @DACH-NY/daml-compiler-10
/daml-foundations/daml-compiler/da-hs-daml-language-server @DACH-NY/daml-ide
/daml-foundations/daml-compiler/da-hs-json-rpc @DACH-NY/daml-ide
/daml-foundations/daml-compiler/da-hs-language-server @DACH-NY/daml-ide
/daml-foundations/daml-compiler/da-hs-shake-in-memory @DACH-NY/daml-compiler-10 @DACH-NY/daml-ide
/daml-foundations/daml-core-package @DACH-NY/daml-core-package
/daml-foundations/daml-core-package/da-hs-daml-core/ @DACH-NY/daml-core-package
/daml-foundations/daml-ghc @DACH-NY/daml-compiler
/daml-foundations/daml-lf @DACH-NY/daml-engine
/daml-foundations/daml-maven-plugin @DACH-NY/daml-packaging
/daml-foundations/daml-research @DACH-NY/daml-research
/daml-foundations/daml-stdlib @DACH-NY/daml-stdlib-10
/daml-foundations/daml-test @DACH-NY/daml-compiler
/daml-foundations/daml-tools @DACH-NY/daml-infrastructure
/daml-foundations/daml-tools/da-daml-test-cases @DACH-NY/daml-engine
/daml-foundations/daml-tools/da-docs-daml-user-guide @DACH-NY/daml-docs
/daml-foundations/daml-tools/da-hs-compiler-tests @DACH-NY/daml-compiler-10
/daml-foundations/daml-tools/da-hs-daml-cli @DACH-NY/daml-cli
/daml-foundations/daml-tools/da-hs-daml-parser-cli @DACH-NY/daml-compiler-10
/daml-foundations/daml-tools/da-hs-daml-renamer-cli @DACH-NY/daml-compiler-10
/daml-foundations/daml-tools/da-hs-damlc-app @DACH-NY/daml-cli
/daml-foundations/daml-tools/da-hs-damli-app @DACH-NY/daml-cli
/daml-foundations/daml-tools/da-scala-lf-tests @DACH-NY/daml-engine
/daml-foundations/daml-tools/daml-extension @DACH-NY/daml-ide
/daml-foundations/daml-tools/daml-package-integration-test @DACH-NY/daml-packaging
/daml-foundations/daml-tools/damli-jar @DACH-NY/daml-infrastructure
/daml-foundations/daml-tools/docs @DACH-NY/daml-docs
/daml-foundations/daml-tools/language-server-tests@DACH-NY/daml-ide
/daml-foundations/haskell-libraries @DACH-NY/haskell-commons
/daml-foundations/integration-tests @DACH-NY/daml-infrastructure
/daml-foundations/scripts @DACH-NY/daml-infrastructure
/daml-foundations/third-party @DACH-NY/daml-infrastructure
# Architecture governed interfaces/APIs
/ledger-api/grpc-definitions @DACH-NY/ledger-api
/ledger/ledger-sync-api @DACH-NY/ledger-api
/daml-lf/archive/da @DACH-NY/daml-engine
/daml-foundations/daml-lf/spec @DACH-NY/daml-engine
/daml-lf/transaction/src/main/protobuf @DACH-NY/daml-engine
/ledger-bindings @DACH-NY/ledger-api-bindings
/sdk/templates/example-ping-pong-reactive-java @DACH-NY/ledger-api-bindings
/sdk/templates/example-ping-pong-reactive-components-java @DACH-NY/ledger-api-bindings
/sdk/templates/example-ping-pong-grpc-java @DACH-NY/ledger-api-bindings
/language-support/java @gerolf-da @nicholassmith-da

84
.gitignore vendored Normal file
View File

@ -0,0 +1,84 @@
.DS_Store
._.DS_Store
.stack-work
pkgs/*/.stack-work
workspaces/*/.stack-work
distribution-work
.idea
.envrc.private
*.iml
*.ipr
*.iws
.*.sw?
.sw?
*.pyc
*.o
*.hi
dist/
cache/
target/
target-sbt/
build/
result
.project
.build
/ci-out/
**/codex.tags
/hscope.out
._thesis.pdf
\#*\#
.\#*\#
*.tix
.da-*-gui-state
/pkgs/generated
TAGS
tags
/result-*
**/.settings
**/.classpath
**/.factorypath
*.tgz
ghc-bindist
*.result.xml
**/.ensime
**/.ensime_cache
ensime.sbt
pipelinePerformance.xml
**/database_test.manifest
.gradle/
.ghci
.ghcid
*.log
.buckd
buck-out
.buckconfig.local
haskell-style-check.txt
da-daml-equities-library.txt
*.egg-info/
.flattened-pom.xml
*~
*.orig
sqlite
venv
trace.*.dat
node_modules/
/out/
.hpc
hpc-report/
/results
**/latency.csv
**/summary-report.txt
.scannerwork/
**/dump-*.txt
**/*tests.xml
ledger-api/.bin
*.db
.vscode
.m2/
.history/
### Bazel: https://www.gitignore.io/api/bazel ###
/bazel-*
.bazelrc.local
.ijwb
.bazelproject
.bazel-cache

128
.hlint.yaml Normal file
View File

@ -0,0 +1,128 @@
# HLint configuration file
# https://github.com/ndmitchell/hlint
##########################
# To run HLint do:
# $ hlint --git -j4
# Warnings currently triggered by our code
- ignore: {name: "Use <$>"}
- ignore: {name: "Use :"}
- ignore: {name: "Redundant do"}
- ignore: {name: "Avoid lambda"}
- ignore: {name: "Use newtype instead of data"}
- ignore: {name: "Use fromMaybe"}
- ignore: {name: "Use unless"}
- ignore: {name: "Move brackets to avoid $"}
- ignore: {name: "Eta reduce"}
- ignore: {name: "Parse error"}
- ignore: {name: "Reduce duplication"}
- ignore: {name: "Use ++"}
- ignore: {name: "Use list comprehension"}
- ignore: {name: "Use lambda-case"}
- ignore: {name: "Use $>"}
- ignore: {name: "Use section"}
- ignore: {name: "Use forM_"}
- ignore: {name: "Use record patterns"}
- ignore: {name: "Use camelCase"}
- ignore: {name: "Use >=>"}
- ignore: {name: "Use uncurry"}
- ignore: {name: "Redundant lambda"}
- ignore: {name: "Avoid lambda using `infix`"}
# Warnings triggered by our code only very locally
- ignore: {name: "Redundant if", within: DA.Service.Daml.Compiler.Impl.VersionCheck}
- ignore: {name: "Redundant compare", within: DA.Daml.CSP}
- ignore: {name: "Take on a non-positive", within: DA.Daml.Parser.Tests}
- ignore: {name: "Use head", within: EDSL}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Eq}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Inst}
- ignore: {name: "Redundant return", within: DA.Daml.Renamer.Check.Judge.Sub}
- ignore: {name: "Redundant return", within: DA.Daml.LF.TypeChecker.Check.typeOfTupleProj}
- ignore: {name: "Unused LANGUAGE pragma", within: Intero.GhciMonad}
# Under Linux/MacOS, Foreign function interface language pragma is unused.
- ignore: {name: Unused LANGUAGE pragma, within: DA.Sdk.Cli.System}
# Condemn nub and friends
- warn: {lhs: nub (sort x), rhs: Data.List.Extended.nubSort x}
- warn: {lhs: nub, rhs: Data.List.Extended.nubOrd}
- warn: {lhs: nubBy, rhs: Data.List.Extended.nubOrdBy}
- warn: {lhs: Data.List.Extra.nubOn, rhs: Data.List.Extended.nubOrdOn}
# DA specific hints
- warn: {lhs: Data.Text.pack (DA.Pretty.renderPlain x), rhs: DA.Pretty.renderPlain x}
- warn: {lhs: Data.Text.Extended.pack (DA.Pretty.renderPlain x), rhs: DA.Pretty.renderPlain x}
- warn: {lhs: DA.Pretty.renderPlain (DA.Pretty.pretty x), rhs: DA.Pretty.renderPretty x}
- warn: {lhs: Data.Text.readFile, rhs: Data.Text.Extended.readFileUtf8}
- warn: {lhs: Data.Text.writeFile, rhs: Data.Text.Extended.writeFileUtf8}
- warn: {lhs: Data.Text.Lazy.readFile, rhs: Data.Text.Extended.readFileUtf8}
- warn: {lhs: Data.Text.Lazy.writeFile, rhs: Data.Text.Extended.writeFileUtf8}
# Specify additional command line arguments
#
# - arguments: [--color, --cpp-simple, -XQuasiQuotes]
- extensions:
- default: true
# Extensions enabled by `bazel` and `da-ghci` by default. We ban them here
# to avoid useless pragmas piling up on the top of files.
- {name: BangPatterns, within: []}
- {name: DeriveDataTypeable, within: []}
- {name: DeriveFoldable, within: []}
- {name: DeriveFunctor, within: []}
- {name: DeriveGeneric, within: []}
- {name: DeriveTraversable, within: []}
- {name: FlexibleContexts, within: []}
- {name: GeneralizedNewtypeDeriving, within: []}
- {name: LambdaCase, within: []}
- {name: NamedFieldPuns, within: []}
- {name: PackageImports, within: []}
- {name: RecordWildCards, within: []}
- {name: ScopedTypeVariables, within: []}
- {name: StandaloneDeriving, within: []}
- {name: TupleSections, within: []}
- {name: TypeApplications, within: []}
- {name: ViewPatterns, within: []}
# Shady extensions
- {name: CPP, within: [DA.Sdk.Cli.System, DA.Sdk.Cli.Version]}
- {name: ImplicitParams, within: []}
- flags:
- default: false
- {name: [-Wno-missing-signatures, -Wno-orphans, -Wno-overlapping-patterns, -Wno-incomplete-patterns, -Wno-missing-fields, -Wno-unused-matches]}
# - modules:
# - {name: [Data.Set, Data.HashSet], as: Set} # if you import Data.Set qualified, it must be as 'Set'
# - {name: Control.Arrow, within: []} # Certain modules are banned entirely
#
# - functions:
# - {name: unsafePerformIO, within: []} # unsafePerformIO can only appear in no modules
# Add custom hints for this project
#
# Will suggest replacing "wibbleMany [myvar]" with "wibbleOne myvar"
# - error: {lhs: "wibbleMany [x]", rhs: wibbleOne x}
# Turn on hints that are off by default
#
# Ban "module X(module X) where", to require a real export list
# - warn: {name: Use explicit module export list}
#
# Replace a $ b $ c with a . b $ c
# - group: {name: dollar, enabled: true}
#
# Generalise map to fmap, ++ to <>
# - group: {name: generalise, enabled: true}
# Ignore some builtin hints
# - ignore: {name: Use let}
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules
# Define some custom infix operators
# - fixity: infixr 3 ~^#^~

3
.scalafmt.conf Normal file
View File

@ -0,0 +1,3 @@
align = none # never align to make the fmt more diff friendly
maxColumn = 100
runner.fatalWarnings = true

1
.stylish-haskell.yaml Symbolic link
View File

@ -0,0 +1 @@
dev-env/dotfiles/stylish-haskell.yaml

27
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,27 @@
{
"editor.tabSize": 4,
// Otherwise Mac users get 200% CPU usage
"files.useExperimentalFileWatcher": true,
"files.exclude": {
"**/.git": true,
"dev-env/lib/*": true,
"buck-out/*": true,
"bazel-*/*": true,
},
"search.exclude": {
"**/.stack-work": true,
"**/*.hi": true,
"**/*.dyn_hi": true,
"**/workspaces/*": true,
"dev-env/lib/*": true,
"buck-out/*": true,
"bazel-*/*": true,
},
"[restructuredtext]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
},
"python.linting.pylintEnabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"python.pythonPath": "${workspaceFolder}/dev-env/bin/python"
}

10
.watchmanconfig Normal file
View File

@ -0,0 +1,10 @@
{
"ignore_dirs": [
"buck-out",
".idea",
".buckd",
"dist",
"distribution-work",
".stack-work"
]
}

0
3rdparty/BUILD vendored Normal file
View File

0
3rdparty/NO_AUTO_COPYRIGHT vendored Normal file
View File

14
3rdparty/README.md vendored Normal file
View File

@ -0,0 +1,14 @@
# Third-Party JVM Dependencies
This subtree contains a Bazel workspace file `workspace.bzl` and `BUILD` files
underneath `jvm/` describing external Java and Scala dependencies. These files
are automatically generated and should not be modified manually. If you need to
add a third party dependency then modify the file `dependencies.yaml` in the
repository root and re-run `bazel-deps` in order to regenerate these files as
described at the top of the file `dependencies.yaml`.
# Third-Party Haskell Dependencies
The `haskell/` subtree contains `BUILD` files defining custom Hazel builds for
Cabal packages imported via Hazel's `hazel_custom_package_*` rules in the
`WORKSPACE`.

6
3rdparty/c/BUILD.bazel vendored Normal file
View File

@ -0,0 +1,6 @@
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
exports_files([
"zlib.BUILD"
])

63
3rdparty/c/zlib.BUILD vendored Normal file
View File

@ -0,0 +1,63 @@
package(default_visibility = ["//visibility:public"])
cc_library(
name = "z",
srcs = [
"adler32.c",
"compress.c",
"crc32.c",
"deflate.c",
"infback.c",
"inffast.c",
"inflate.c",
"inftrees.c",
"trees.c",
"uncompr.c",
"zutil.c",
],
hdrs = [
"crc32.h",
"deflate.h",
"gzguts.h",
"inffast.h",
"inffixed.h",
"inflate.h",
"inftrees.h",
"trees.h",
"zconf.h",
"zlib.h",
"zutil.h",
],
includes = [
".",
],
visibility = [
"//visibility:public",
],
)
# filegroups for library and headers, to
# be passed to hazel_repositories.
filegroup(
name = "lib",
srcs = [":z"],
output_group = "dynamic_library",
)
filegroup(
name = "headers",
srcs = [
"crc32.h",
"deflate.h",
"gzguts.h",
"inffast.h",
"inffixed.h",
"inflate.h",
"inftrees.h",
"trees.h",
"zconf.h",
"zlib.h",
"zutil.h",
],
)

1
3rdparty/dependencies.digest vendored Normal file
View File

@ -0,0 +1 @@
59ec1e36a23a18d0b8548fde103acde4884f0fe7 dependencies.yaml

2
3rdparty/haskell/BUILD vendored Normal file
View File

@ -0,0 +1,2 @@
# This file is exported so that we can a 'hazel_symlink' in BUILD.network
exports_files(["network-package.bzl"])

22
3rdparty/haskell/BUILD.arx vendored Normal file
View File

@ -0,0 +1,22 @@
package(default_visibility = ["//visibility:public"])
load("@io_tweag_rules_haskell//haskell:haskell.bzl", "haskell_binary")
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
haskell_binary(
name = "arx_bin",
visibility = ["//visibility:public"],
srcs = glob(["**/*.hs"], exclude = ["Setup.hs"]),
extra_srcs = glob(["LICENSE", "README", "docs/blessed/arx.man", "docs/blessed/arx.txt", "model-scripts/tmpx.sh", "version"]),
deps = [
hazel_library("base"), hazel_library("bytestring"), hazel_library("containers"),
hazel_library("attoparsec"), hazel_library("blaze-builder"),
hazel_library("bytestring-nums"), hazel_library("file-embed"),
hazel_library("parsec"), hazel_library("process"), hazel_library("shell-escape"),
hazel_library("template-haskell"), hazel_library("hashable")
],
compiler_flags =
["-XHaskell98", "-XFlexibleInstances", "-XFunctionalDependencies",
"-XMultiParamTypeClasses", "-XOverloadedStrings", "-XStandaloneDeriving",
"-XTupleSections", "-w", "-Wwarn"
],
)

55
3rdparty/haskell/BUILD.clock vendored Normal file
View File

@ -0,0 +1,55 @@
package(default_visibility = ["//visibility:public"])
load("@io_tweag_rules_haskell//haskell:haskell.bzl",
"haskell_library",
"haskell_cc_import",
)
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
cc_library(
name = "cbits-darwin",
# clock does something rather strange where it includes the C file into the
# hsc file using a CPP include directive, but also compiles the C file into
# an object file. Therefore, we both provide the C file as a header, and
# compile it into an object.
srcs = ["cbits/hs_clock_darwin.c"],
hdrs = ["cbits/hs_clock_darwin.c"],
strip_include_prefix = "cbits",
)
cc_library(
name = "cbits-windows",
# clock does something rather strange where it includes the C file into the
# hsc file using a CPP include directive, but also compiles the C file into
# an object file. Therefore, we both provide the C file as a header, and
# compile it into an object.
srcs = ["cbits/hs_clock_win32.c"],
hdrs = ["cbits/hs_clock_win32.c"],
strip_include_prefix = "cbits",
)
cc_library(
name = "clock-cbits",
deps = select({
"@bazel_tools//src/conditions:darwin": [":cbits-darwin"],
"@bazel_tools//src/conditions:windows": [":cbits-windows"],
"//conditions:default": [],
}),
)
haskell_library(
name = "clock",
srcs = glob([
"System/Clock.hsc",
]),
compiler_flags = [
"-XDeriveGeneric",
"-XScopedTypeVariables",
"-XViewPatterns",
],
deps = [
hazel_library("base"),
hazel_library("ghc-prim"),
":clock-cbits",
],
)

52
3rdparty/haskell/BUILD.network vendored Normal file
View File

@ -0,0 +1,52 @@
# vim: ft=python
# By default 'network' fails to build on Windows and is very much inhermetic on
# Linux/Darwin. The reasons are described here: https://github.com/FormationAI/hazel/issues/80
#
# In order to work around this we use a cabal-like 'package.bzl' generated on
# Linux ('network-package.bzl') and tweak it depending on the platform.
# * Some modules are not built on Windows (Posix-specific)
# * -Dmingw32_HOST_OS and -Dx86_64_HOST_ARCH are set on Windows
# * the 'unix' dependency is dropped on Windows
# * on all platform we introduce a C dependency on the generated network
# headers. Those are generated by 'configure' using the proper Bazel CC
# toolchain.
load("@ai_formation_hazel//third_party/cabal2bazel:bzl/cabal_package.bzl",
"cabal_haskell_package",
"hazel_symlink")
load("@hazel_base_repository//:extra-libs.bzl",
"extra_libs",
)
load("@os_info//:os_info.bzl", "is_windows")
genrule(
name = "network-include-gen",
cmd = "PATH=`dirname $(CC)`:$${PATH} $(location configure) && cp include/HsNetworkConfig.h $@",
outs = [ "include/HsNetworkConfig.h"],
srcs = [ "configure", "include/HsNet.h", "include/HsNetworkConfig.h.in", "install-sh", "config.sub", "config.guess", "network.buildinfo.in"],
toolchains = ["@bazel_tools//tools/cpp:current_cc_toolchain"],
)
cc_library(
name = "network-include",
srcs = [ ":network-include-gen"],
)
extra_libs_with_headers = extra_libs + {"network-headers": ":network-include"}
load("@com_github_digital_asset_daml//3rdparty/haskell:network-package.bzl", "package")
# Make a buildable target for easier debugging of the package.bzl file
hazel_symlink(
name = "bzl",
src = "@com_github_digital_asset_daml//3rdparty/haskell:network-package.bzl",
out = "package-bzl",
)
cabal_haskell_package(
package,
"8.6.4",
"@io_tweag_rules_haskell_ghc_windows_amd64" if is_windows else "@io_tweag_rules_haskell_ghc-nixpkgs",
extra_libs_with_headers,
)

View File

@ -0,0 +1,41 @@
package(default_visibility = ["//visibility:public"])
load("@io_tweag_rules_haskell//haskell:haskell.bzl",
"haskell_library",
"haskell_cc_import",
)
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
cc_library(
name = "streaming-commons-cbits",
hdrs = glob(["include/*.h"]),
srcs = glob(["cbits/*.c"]),
strip_include_prefix = "include",
linkstatic = True,
copts = ["-Wno-pointer-sign", "-Wno-duplicate-decl-specifier",],
)
haskell_library(
name = "streaming-commons",
srcs = glob([
"Data/**/*.hs",
"System/**/*.hs",
]),
deps = [
":streaming-commons-cbits",
hazel_library("base"),
hazel_library("array"),
hazel_library("async"),
hazel_library("bytestring"),
hazel_library("directory"),
hazel_library("network"),
hazel_library("random"),
hazel_library("process"),
hazel_library("stm"),
hazel_library("text"),
hazel_library("transformers"),
hazel_library("unix"),
hazel_library("zlib"),
],
version = "0.2.1.0",
)

49
3rdparty/haskell/BUILD.wai-app-static vendored Normal file
View File

@ -0,0 +1,49 @@
package(default_visibility = ["//visibility:public"])
load("@io_tweag_rules_haskell//haskell:haskell.bzl", "haskell_library")
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
haskell_library(
name = "wai-app-static",
srcs = glob([
"Network/Wai/Application/Static.hs",
"Util.hs",
"WaiAppStatic/**/*.hs",
"WaiAppStatic/*.hs",
]),
extra_srcs = glob(["images/*.png"]),
compiler_flags = ["-XCPP"],
deps = [
hazel_library("base"),
hazel_library("bytestring"),
hazel_library("blaze-html"),
hazel_library("blaze-markup"),
hazel_library("containers"),
hazel_library("cryptonite"),
hazel_library("directory"),
hazel_library("file-embed"),
hazel_library("filepath"),
hazel_library("http-date"),
hazel_library("http-types"),
hazel_library("memory"),
hazel_library("mime-types"),
hazel_library("old-locale"),
hazel_library("optparse-applicative"),
hazel_library("template-haskell"),
hazel_library("text"),
hazel_library("time"),
hazel_library("transformers"),
hazel_library("unix-compat"),
hazel_library("unordered-containers"),
hazel_library("wai"),
hazel_library("wai-extra"),
hazel_library("warp"),
hazel_library("zlib"),
],
version = "3.1.6.2",
)
cc_import(
name = "wai-app-static-cbits",
visibility = ["//visibility:public"],
)

29
3rdparty/haskell/BUILD.zlib vendored Normal file
View File

@ -0,0 +1,29 @@
package(default_visibility = ["//visibility:public"])
load("@io_tweag_rules_haskell//haskell:haskell.bzl",
"haskell_library",
"haskell_cc_import",
)
load("@ai_formation_hazel//:hazel.bzl", "hazel_library")
cc_library(
name = "zlib-cbits",
hdrs = glob(["cbits/*.h"]),
srcs = glob(["cbits/*.c"]),
strip_include_prefix = "cbits",
)
haskell_library(
name = "zlib",
srcs = glob([
"Codec/Compression/*.hs",
"Codec/Compression/Zlib/*.hs",
"Codec/Compression/Zlib/*.hsc",
]),
deps = [
":zlib-cbits",
hazel_library("base"),
hazel_library("bytestring"),
hazel_library("ghc-prim"),
],
)

16
3rdparty/haskell/ffi_windows/BUILD vendored Normal file
View File

@ -0,0 +1,16 @@
# vim: ft=python
#
# This simply re-exports the headers bundled with GHC.
# NOTES:
# * This only works on Windows because the nixpkgs-provided GHC does not
# include the `ffi` headers.
# * We _must_ alias because the name is used when preparing the dependency
# list. If we simply re-use rts-headers as ffi the build complains that
# rts-headers appears twice in the list.
#
package(default_visibility = ["//visibility:public"])
load("@os_info//:os_info.bzl", is_windows = "is_windows")
alias(name = "ffi", actual = "@io_tweag_rules_haskell_ghc_windows_amd64//:rts-headers") if is_windows else None

271
3rdparty/haskell/network-package.bzl vendored Normal file
View File

@ -0,0 +1,271 @@
# This file was partly generated. See 3rdparty/haskell/BUILD.network for more
# details.
load("@ai_formation_hazel//third_party/cabal2bazel:bzl/cabal_package.bzl",
"cabal_haskell_package"
)
package = (
struct(
specVersionRaw = None,
package = struct( pkgName = "network", pkgVersion = "2.8.0.0", ),
licenseRaw = None,
licenseFiles = [ "LICENSE", ],
copyright = "",
maintainer = "Kazu Yamamoto, Evan Borden",
author = "",
stability = "",
testedWith =
[ ( "ghc", "==7.8.4", ),
( "ghc", "==7.10.3", ),
( "ghc", "==8.0.2", ),
( "ghc", "==8.2.2", ),
( "ghc", "==8.4.3", ),
],
homepage = "https://github.com/haskell/network",
pkgUrl = "",
bugReports = "https://github.com/haskell/network/issues",
sourceRepos =
[ struct(
repoKind = "RepoHead",
repoType = "Git",
repoLocation = "git://github.com/haskell/network.git",
repoModule = None,
repoBranch = None,
repoTag = None,
repoSubdir = None,
),
],
synopsis = "Low-level networking interface",
description =
"This package provides a low-level networking interface.\n\nIn network-2.6 the @Network.URI@ module was split off into its own\npackage, network-uri-2.6. If you're using the @Network.URI@ module\nyou can automatically get it from the right package by adding this\nto your .cabal file:\n\n> library\n> build-depends: network-uri-flag",
category = "Network",
customFieldsPD = [ ],
buildTypeRaw = "Configure",
setupBuildInfo = None,
library =
struct(
libName = None,
exposedModules =
[ "Network",
"Network.BSD",
"Network.Socket",
"Network.Socket.ByteString",
"Network.Socket.ByteString.Lazy",
"Network.Socket.Internal",
],
reexportedModules = [ ],
signatures = [ ],
libExposed = True,
libBuildInfo =
struct(
buildable = True,
buildTools = [ ],
buildToolDepends = [ ],
cppOptions = [ ],
asmOptions = [ ],
cmmOptions = [ ],
ccOptions = [ "-D_GNU_SOURCE", "-Dmingw32_HOST_OS", "-Dx86_64_HOST_ARCH" ],
cxxOptions = [ ],
ldOptions = [ ],
pkgconfigDepends = [ ],
frameworks = [ ],
extraFrameworkDirs = [ ],
asmSources = [ ],
cmmSources = [ ],
cSources = [ "cbits/ancilData.c", "cbits/HsNet.c", ],
cxxSources = [ ],
jsSources = [ ],
hsSourceDirs = [ ],
otherModules =
[ "Network.Socket.ByteString.Internal",
"Network.Socket.Types",
],
virtualModules = [ ],
autogenModules = [ ],
defaultLanguage = None,
otherLanguages = [ ],
defaultExtensions = [ ],
otherExtensions = [ ],
oldExtensions =
[ "CPP",
"DeriveDataTypeable",
"ForeignFunctionInterface",
"TypeSynonymInstances",
],
extraLibs = [ "network-headers" ],
extraGHCiLibs = [ ],
extraBundledLibs = [ ],
extraLibFlavours = [ ],
extraLibDirs = [ ],
includeDirs = [ "include", ],
includes = [ "HsNet.h", "HsNetDef.h", ],
installIncludes =
[ "HsNetworkConfig.h", "HsNet.h", "HsNetDef.h", ],
options =
[ ( "ghc", [ "-D_GNU_SOURCE", ], ),
( "ghc", [ "-Wall", "-fwarn-tabs", ], ),
],
profOptions = [ ( "ghc", [ "-D_GNU_SOURCE", ], ), ],
sharedOptions = [ ],
staticOptions = [ ],
customFieldsBI = [ ],
targetBuildDepends =
[ struct( name = "base", version = ">=4.7 && <5", ),
struct( name = "bytestring", version = "==0.10.*", ),
],
mixins = [ ],
),
),
subLibraries = [ ],
executables = [ ],
foreignLibs = [ ],
testSuites =
[ struct(
testName = "spec",
testInterface =
struct(
type = "exitcode-stdio-1.0", version = "1.0", mainIs = "Spec.hs",
),
testBuildInfo =
struct(
buildable = True,
buildTools = [ ],
buildToolDepends = [ ],
cppOptions = [ ],
asmOptions = [ ],
cmmOptions = [ ],
ccOptions = [ ],
cxxOptions = [ ],
ldOptions = [ ],
pkgconfigDepends = [ ],
frameworks = [ ],
extraFrameworkDirs = [ ],
asmSources = [ ],
cmmSources = [ ],
cSources = [ ],
cxxSources = [ ],
jsSources = [ ],
hsSourceDirs = [ "tests", ],
otherModules = [ "RegressionSpec", "SimpleSpec", ],
virtualModules = [ ],
autogenModules = [ ],
defaultLanguage = None,
otherLanguages = [ ],
defaultExtensions = [ ],
otherExtensions = [ ],
oldExtensions = [ ],
extraLibs = [ ],
extraGHCiLibs = [ ],
extraBundledLibs = [ ],
extraLibFlavours = [ ],
extraLibDirs = [ ],
includeDirs = [ ],
includes = [ ],
installIncludes = [ ],
options = [ ( "ghc", [ "-Wall", "-threaded", ], ), ],
profOptions = [ ],
sharedOptions = [ ],
staticOptions = [ ],
customFieldsBI = [ ],
targetBuildDepends =
[ struct( name = "base", version = ">=4.7 && <5", ),
struct( name = "bytestring", version = "-any", ),
struct( name = "directory", version = "-any", ),
struct( name = "HUnit", version = "-any", ),
struct( name = "network", version = "-any", ),
struct( name = "hspec", version = "-any", ),
],
mixins = [ ],
),
),
struct(
testName = "doctest",
testInterface =
struct(
type = "exitcode-stdio-1.0",
version = "1.0",
mainIs = "doctests.hs",
),
testBuildInfo =
struct(
buildable = True,
buildTools = [ ],
buildToolDepends = [ ],
cppOptions = [ ],
asmOptions = [ ],
cmmOptions = [ ],
ccOptions = [ ],
cxxOptions = [ ],
ldOptions = [ ],
pkgconfigDepends = [ ],
frameworks = [ ],
extraFrameworkDirs = [ ],
asmSources = [ ],
cmmSources = [ ],
cSources = [ ],
cxxSources = [ ],
jsSources = [ ],
hsSourceDirs = [ "tests", ],
otherModules = [ ],
virtualModules = [ ],
autogenModules = [ ],
defaultLanguage = None,
otherLanguages = [ ],
defaultExtensions = [ ],
otherExtensions = [ ],
oldExtensions = [ ],
extraLibs = [ ],
extraGHCiLibs = [ ],
extraBundledLibs = [ ],
extraLibFlavours = [ ],
extraLibDirs = [ ],
includeDirs = [ ],
includes = [ ],
installIncludes = [ ],
options = [ ( "ghc", [ "-Wall", ], ), ],
profOptions = [ ],
sharedOptions = [ ],
staticOptions = [ ],
customFieldsBI = [ ],
targetBuildDepends =
[ struct( name = "base", version = ">=4.7 && <5", ),
struct( name = "doctest", version = ">=0.10.1", ),
],
mixins = [ ],
),
),
],
benchmarks = [ ],
dataFiles = [ ],
dataDir = "",
extraSrcFiles =
[ "README.md",
"CHANGELOG.md",
"examples/*.hs",
"tests/*.hs",
"config.guess",
"config.sub",
"install-sh",
"configure.ac",
"configure",
"network.buildinfo.in",
"include/HsNetworkConfig.h.in",
"include/HsNet.h",
"include/HsNetDef.h",
"cbits/ancilData.c",
"cbits/asyncAccept.c",
"cbits/initWinSock.c",
"cbits/winSockErr.c",
],
extraTmpFiles =
[ "config.log",
"config.status",
"autom4te.cache",
"network.buildinfo",
"include/HsNetworkConfig.h",
],
extraDocFiles = [ ],
)
)

15
3rdparty/jvm/args4j/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "args4j",
exports = [
"//external:jar/args4j/args4j"
],
visibility = [
"//visibility:public"
]
)

29
3rdparty/jvm/ch/qos/logback/BUILD vendored Normal file
View File

@ -0,0 +1,29 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "logback_classic",
exports = [
"//3rdparty/jvm/org/slf4j:slf4j_api",
"//external:jar/ch/qos/logback/logback_classic",
":logback_core"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "logback_core",
exports = [
"//external:jar/ch/qos/logback/logback_core"
],
visibility = [
"//visibility:public"
]
)

39
3rdparty/jvm/co/fs2/BUILD vendored Normal file
View File

@ -0,0 +1,39 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "fs2_core",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scodec:scodec_bits",
"//3rdparty/jvm/org/typelevel:cats_core",
"//3rdparty/jvm/org/typelevel:cats_effect"
],
jars = [
"//external:jar/co/fs2/fs2_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "fs2_io",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/typelevel:cats_core",
"//3rdparty/jvm/org/typelevel:cats_effect",
":fs2_core"
],
jars = [
"//external:jar/co/fs2/fs2_io_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/com/beust/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jcommander",
exports = [
"//external:jar/com/beust/jcommander"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

19
3rdparty/jvm/com/chuusai/BUILD vendored Normal file
View File

@ -0,0 +1,19 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "shapeless",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/typelevel:macro_compat"
],
jars = [
"//external:jar/com/chuusai/shapeless_2_12"
],
visibility = [
"//visibility:public"
]
)

102
3rdparty/jvm/com/eed3si9n/BUILD vendored Normal file
View File

@ -0,0 +1,102 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "gigahorse_core",
exports = [
"//3rdparty/jvm/com/typesafe:ssl_config_core",
"//3rdparty/jvm/org/reactivestreams:reactive_streams",
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/slf4j:slf4j_api"
],
jars = [
"//external:jar/com/eed3si9n/gigahorse_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "gigahorse_okhttp",
exports = [
"//3rdparty/jvm/com/squareup/okhttp3:okhttp",
"//3rdparty/jvm/org/scala_lang:scala_library",
":gigahorse_core"
],
jars = [
"//external:jar/com/eed3si9n/gigahorse_okhttp_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "shaded_scalajson",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/eed3si9n/shaded_scalajson_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "sjson_new_core",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/eed3si9n/sjson_new_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "sjson_new_murmurhash",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":sjson_new_core"
],
jars = [
"//external:jar/com/eed3si9n/sjson_new_murmurhash_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "sjson_new_scalajson",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/spire_math:jawn_parser",
":shaded_scalajson",
":sjson_new_core"
],
jars = [
"//external:jar/com/eed3si9n/sjson_new_scalajson_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,41 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jackson_annotations",
exports = [
"//external:jar/com/fasterxml/jackson/core/jackson_annotations"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "jackson_core",
exports = [
"//external:jar/com/fasterxml/jackson/core/jackson_core"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "jackson_databind",
exports = [
"//external:jar/com/fasterxml/jackson/core/jackson_databind",
":jackson_annotations",
":jackson_core"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,17 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jackson_dataformat_yaml",
exports = [
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_core",
"//3rdparty/jvm/org/yaml:snakeyaml",
"//external:jar/com/fasterxml/jackson/dataformat/jackson_dataformat_yaml"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,50 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jackson_module_parameter_names",
exports = [
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_core",
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_databind",
"//external:jar/com/fasterxml/jackson/module/jackson_module_parameter_names"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "jackson_module_paranamer",
exports = [
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_databind",
"//3rdparty/jvm/com/thoughtworks/paranamer:paranamer",
"//external:jar/com/fasterxml/jackson/module/jackson_module_paranamer"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "jackson_module_scala",
exports = [
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_annotations",
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_core",
"//3rdparty/jvm/com/fasterxml/jackson/core:jackson_databind",
"//3rdparty/jvm/org/scala_lang:scala_library",
":jackson_module_paranamer"
],
jars = [
"//external:jar/com/fasterxml/jackson/module/jackson_module_scala_2_12"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "caffeine",
exports = [
"//external:jar/com/github/ben_manes/caffeine/caffeine"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

20
3rdparty/jvm/com/github/blemale/BUILD vendored Normal file
View File

@ -0,0 +1,20 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scaffeine",
exports = [
"//3rdparty/jvm/com/github/ben_manes/caffeine:caffeine",
"//3rdparty/jvm/org/scala_lang/modules:scala_java8_compat",
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/github/blemale/scaffeine_2_12"
],
visibility = [
"//visibility:public"
]
)

38
3rdparty/jvm/com/github/cb372/BUILD vendored Normal file
View File

@ -0,0 +1,38 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scalacache_caffeine",
exports = [
"//3rdparty/jvm/com/github/ben_manes/caffeine:caffeine",
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/slf4j:slf4j_api",
":scalacache_core"
],
jars = [
"//external:jar/com/github/cb372/scalacache_caffeine_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "scalacache_core",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scala_lang:scala_reflect",
"//3rdparty/jvm/org/slf4j:slf4j_api"
],
jars = [
"//external:jar/com/github/cb372/scalacache_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

35
3rdparty/jvm/com/github/ghik/BUILD vendored Normal file
View File

@ -0,0 +1,35 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "silencer_lib",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/github/ghik/silencer_lib_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "silencer_plugin",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_compiler",
"//3rdparty/jvm/org/scala_lang:scala_library",
":silencer_lib"
],
jars = [
"//external:jar/com/github/ghik/silencer_plugin_2_12"
],
visibility = [
"//visibility:public"
]
)

85
3rdparty/jvm/com/github/jnr/BUILD vendored Normal file
View File

@ -0,0 +1,85 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jffi",
exports = [
"//external:jar/com/github/jnr/jffi"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "jffi_jar_native",
exports = [
"//external:jar/com/github/jnr/jffi_jar_native"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "jnr_constants",
exports = [
"//external:jar/com/github/jnr/jnr_constants"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "jnr_ffi",
exports = [
"//3rdparty/jvm/org/ow2/asm:asm",
"//3rdparty/jvm/org/ow2/asm:asm_analysis",
"//3rdparty/jvm/org/ow2/asm:asm_commons",
"//3rdparty/jvm/org/ow2/asm:asm_tree",
"//3rdparty/jvm/org/ow2/asm:asm_util",
"//external:jar/com/github/jnr/jnr_ffi",
":jffi",
":jffi_jar_native",
":jnr_x86asm"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "jnr_posix",
exports = [
"//external:jar/com/github/jnr/jnr_posix",
":jnr_constants",
":jnr_ffi"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "jnr_x86asm",
exports = [
"//external:jar/com/github/jnr/jnr_x86asm"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

19
3rdparty/jvm/com/github/mpilquist/BUILD vendored Normal file
View File

@ -0,0 +1,19 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "simulacrum",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/typelevel:macro_compat"
],
jars = [
"//external:jar/com/github/mpilquist/simulacrum_2_12"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,20 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "nscala_time_2_12_0_RC1",
exports = [
"//3rdparty/jvm/joda_time:joda_time",
"//3rdparty/jvm/org/joda:joda_convert",
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/github/nscala_time/nscala_time_2_12_0_RC1"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,39 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "pureconfig",
exports = [
"//3rdparty/jvm/com/chuusai:shapeless",
"//3rdparty/jvm/com/typesafe:config",
"//3rdparty/jvm/org/scala_lang:scala_library",
":pureconfig_macros"
],
jars = [
"//external:jar/com/github/pureconfig/pureconfig_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "pureconfig_macros",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_compiler",
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scala_lang:scala_reflect",
"//3rdparty/jvm/org/typelevel:macro_compat"
],
jars = [
"//external:jar/com/github/pureconfig/pureconfig_macros_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

18
3rdparty/jvm/com/github/scopt/BUILD vendored Normal file
View File

@ -0,0 +1,18 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scopt",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/github/scopt/scopt_2_12"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,16 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "system_rules",
exports = [
"//3rdparty/jvm/junit:junit_dep",
"//external:jar/com/github/stefanbirkner/system_rules"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "java_semver",
exports = [
"//external:jar/com/github/zafarkhaja/java_semver"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/google/api/grpc/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "proto_google_common_protos",
exports = [
"//external:jar/com/google/api/grpc/proto_google_common_protos"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jsr305",
exports = [
"//external:jar/com/google/code/findbugs/jsr305"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/google/code/gson/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "gson",
exports = [
"//external:jar/com/google/code/gson/gson"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "error_prone_annotations",
exports = [
"//external:jar/com/google/errorprone/error_prone_annotations"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

20
3rdparty/jvm/com/google/guava/BUILD vendored Normal file
View File

@ -0,0 +1,20 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "guava",
exports = [
"//3rdparty/jvm/com/google/code/findbugs:jsr305",
"//3rdparty/jvm/com/google/errorprone:error_prone_annotations",
"//3rdparty/jvm/com/google/j2objc:j2objc_annotations",
"//3rdparty/jvm/org/checkerframework:checker_compat_qual",
"//3rdparty/jvm/org/codehaus/mojo:animal_sniffer_annotations",
"//external:jar/com/google/guava/guava"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/google/j2objc/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "j2objc_annotations",
exports = [
"//external:jar/com/google/j2objc/j2objc_annotations"
],
visibility = [
"//visibility:public"
]
)

29
3rdparty/jvm/com/google/protobuf/BUILD vendored Normal file
View File

@ -0,0 +1,29 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "protobuf_java",
exports = [
"//external:jar/com/google/protobuf/protobuf_java"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "protobuf_java_util",
exports = [
"//3rdparty/jvm/com/google/code/gson:gson",
"//external:jar/com/google/protobuf/protobuf_java_util",
":protobuf_java"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/com/google/re2j/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "re2j",
exports = [
"//external:jar/com/google/re2j/re2j"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/com/h2database/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "h2",
exports = [
"//external:jar/com/h2database/h2"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/jcraft/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jsch",
exports = [
"//external:jar/com/jcraft/jsch"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

18
3rdparty/jvm/com/jsuereth/BUILD vendored Normal file
View File

@ -0,0 +1,18 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scala_arm",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/jsuereth/scala_arm_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,31 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "junixsocket_common",
exports = [
"//3rdparty/jvm/log4j:log4j",
"//external:jar/com/kohlschutter/junixsocket/junixsocket_common"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "junixsocket_native_common",
exports = [
"//3rdparty/jvm/log4j:log4j",
"//3rdparty/jvm/org/scijava:native_lib_loader",
"//external:jar/com/kohlschutter/junixsocket/junixsocket_native_common",
":junixsocket_common"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

84
3rdparty/jvm/com/lihaoyi/BUILD vendored Normal file
View File

@ -0,0 +1,84 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "fansi",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":sourcecode"
],
jars = [
"//external:jar/com/lihaoyi/fansi_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "fastparse",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":fastparse_utils",
":sourcecode"
],
jars = [
"//external:jar/com/lihaoyi/fastparse_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "fastparse_utils",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":sourcecode"
],
jars = [
"//external:jar/com/lihaoyi/fastparse_utils_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "pprint",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":fansi",
":sourcecode"
],
jars = [
"//external:jar/com/lihaoyi/pprint_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "sourcecode",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/lihaoyi/sourcecode_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/com/lmax/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "disruptor",
exports = [
"//external:jar/com/lmax/disruptor"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

20
3rdparty/jvm/com/sparkjava/BUILD vendored Normal file
View File

@ -0,0 +1,20 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "spark_core",
exports = [
"//3rdparty/jvm/org/eclipse/jetty/websocket:websocket_server",
"//3rdparty/jvm/org/eclipse/jetty/websocket:websocket_servlet",
"//3rdparty/jvm/org/eclipse/jetty:jetty_server",
"//3rdparty/jvm/org/eclipse/jetty:jetty_webapp",
"//3rdparty/jvm/org/slf4j:slf4j_api",
"//external:jar/com/sparkjava/spark_core"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/squareup/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "javapoet",
exports = [
"//external:jar/com/squareup/javapoet"
],
visibility = [
"//visibility:public"
]
)

29
3rdparty/jvm/com/squareup/okhttp3/BUILD vendored Normal file
View File

@ -0,0 +1,29 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "okhttp",
exports = [
"//3rdparty/jvm/com/squareup/okio:okio",
"//external:jar/com/squareup/okhttp3/okhttp"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "okhttp_urlconnection",
exports = [
"//external:jar/com/squareup/okhttp3/okhttp_urlconnection",
":okhttp"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/com/squareup/okio/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "okio",
exports = [
"//external:jar/com/squareup/okio/okio"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

47
3rdparty/jvm/com/storm_enroute/BUILD vendored Normal file
View File

@ -0,0 +1,47 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scalameter",
exports = [
"//3rdparty/jvm/com/fasterxml/jackson/module:jackson_module_scala",
"//3rdparty/jvm/commons_io:commons_io",
"//3rdparty/jvm/io/spray:spray_json",
"//3rdparty/jvm/org/apache/commons:commons_math3",
"//3rdparty/jvm/org/mongodb/scala:mongo_scala_driver",
"//3rdparty/jvm/org/scala_lang/modules:scala_parser_combinators",
"//3rdparty/jvm/org/scala_lang/modules:scala_xml",
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scala_tools/testing:test_interface",
":scalameter_core"
],
jars = [
"//external:jar/com/storm_enroute/scalameter_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "scalameter_core",
exports = [
"//3rdparty/jvm/org/apache/commons:commons_lang3",
"//3rdparty/jvm/org/apache/commons:commons_math3",
"//3rdparty/jvm/org/ow2/asm:asm",
"//3rdparty/jvm/org/scala_lang/modules:scala_parser_combinators",
"//3rdparty/jvm/org/scala_lang/modules:scala_xml",
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/storm_enroute/scalameter_core_2_12"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/com/swoval/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "apple_file_events",
exports = [
"//external:jar/com/swoval/apple_file_events"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

86
3rdparty/jvm/com/thesamet/scalapb/BUILD vendored Normal file
View File

@ -0,0 +1,86 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "compilerplugin",
exports = [
"//3rdparty/jvm/com/google/protobuf:protobuf_java",
"//3rdparty/jvm/org/scala_lang:scala_library",
":protoc_bridge"
],
jars = [
"//external:jar/com/thesamet/scalapb/compilerplugin_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "lenses",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/thesamet/scalapb/lenses_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "protoc_bridge",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/thesamet/scalapb/protoc_bridge_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "scalapb_runtime",
exports = [
"//3rdparty/jvm/com/google/protobuf:protobuf_java",
"//3rdparty/jvm/com/lihaoyi:fastparse",
"//3rdparty/jvm/org/scala_lang:scala_library",
":lenses"
],
jars = [
"//external:jar/com/thesamet/scalapb/scalapb_runtime_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "scalapb_runtime_grpc",
exports = [
"//3rdparty/jvm/io/grpc:grpc_protobuf",
"//3rdparty/jvm/io/grpc:grpc_stub",
"//3rdparty/jvm/org/scala_lang:scala_library",
":scalapb_runtime"
],
jars = [
"//external:jar/com/thesamet/scalapb/scalapb_runtime_grpc_2_12"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "paranamer",
exports = [
"//external:jar/com/thoughtworks/paranamer/paranamer"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "scalapb_runtime_2_12",
exports = [
"//external:jar/com/trueaccord/scalapb/scalapb_runtime_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

32
3rdparty/jvm/com/typesafe/BUILD vendored Normal file
View File

@ -0,0 +1,32 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "config",
exports = [
"//external:jar/com/typesafe/config"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "ssl_config_core",
exports = [
"//3rdparty/jvm/org/scala_lang/modules:scala_parser_combinators",
"//3rdparty/jvm/org/scala_lang:scala_library",
":config"
],
jars = [
"//external:jar/com/typesafe/ssl_config_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

189
3rdparty/jvm/com/typesafe/akka/BUILD vendored Normal file
View File

@ -0,0 +1,189 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "akka_actor",
exports = [
"//3rdparty/jvm/com/typesafe:config",
"//3rdparty/jvm/org/scala_lang/modules:scala_java8_compat",
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/typesafe/akka/akka_actor_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_http",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_http_core",
":akka_stream"
],
jars = [
"//external:jar/com/typesafe/akka/akka_http_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_http_core",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_parsing",
":akka_stream"
],
jars = [
"//external:jar/com/typesafe/akka/akka_http_core_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "akka_http_spray_json",
exports = [
"//3rdparty/jvm/io/spray:spray_json",
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_http",
":akka_stream"
],
jars = [
"//external:jar/com/typesafe/akka/akka_http_spray_json_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_http_testkit",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_http",
":akka_stream_testkit"
],
jars = [
"//external:jar/com/typesafe/akka/akka_http_testkit_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_parsing",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_actor"
],
jars = [
"//external:jar/com/typesafe/akka/akka_parsing_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "akka_protobuf",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/com/typesafe/akka/akka_protobuf_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "akka_slf4j",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/slf4j:slf4j_api",
":akka_actor"
],
jars = [
"//external:jar/com/typesafe/akka/akka_slf4j_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_stream",
exports = [
"//3rdparty/jvm/com/typesafe:ssl_config_core",
"//3rdparty/jvm/org/reactivestreams:reactive_streams",
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_actor",
":akka_protobuf"
],
jars = [
"//external:jar/com/typesafe/akka/akka_stream_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_stream_testkit",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_stream",
":akka_testkit"
],
jars = [
"//external:jar/com/typesafe/akka/akka_stream_testkit_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "akka_testkit",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":akka_actor"
],
jars = [
"//external:jar/com/typesafe/akka/akka_testkit_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

39
3rdparty/jvm/com/typesafe/play/BUILD vendored Normal file
View File

@ -0,0 +1,39 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "anorm",
exports = [
"//3rdparty/jvm/com/jsuereth:scala_arm",
"//3rdparty/jvm/joda_time:joda_time",
"//3rdparty/jvm/org/joda:joda_convert",
"//3rdparty/jvm/org/scala_lang/modules:scala_parser_combinators",
"//3rdparty/jvm/org/scala_lang:scala_library",
":anorm_tokenizer"
],
jars = [
"//external:jar/com/typesafe/play/anorm_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "anorm_tokenizer",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scala_lang:scala_reflect"
],
jars = [
"//external:jar/com/typesafe/play/anorm_tokenizer_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

View File

@ -0,0 +1,20 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "scala_logging",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/scala_lang:scala_reflect",
"//3rdparty/jvm/org/slf4j:slf4j_api"
],
jars = [
"//external:jar/com/typesafe/scala_logging/scala_logging_2_12"
],
visibility = [
"//visibility:public"
]
)

38
3rdparty/jvm/com/typesafe/slick/BUILD vendored Normal file
View File

@ -0,0 +1,38 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "slick",
exports = [
"//3rdparty/jvm/com/typesafe:config",
"//3rdparty/jvm/org/reactivestreams:reactive_streams",
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/slf4j:slf4j_api"
],
jars = [
"//external:jar/com/typesafe/slick/slick_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "slick_hikaricp",
exports = [
"//3rdparty/jvm/com/zaxxer:HikariCP",
"//3rdparty/jvm/org/scala_lang:scala_library",
":slick"
],
jars = [
"//external:jar/com/typesafe/slick/slick_hikaricp_2_12"
],
visibility = [
"//visibility:public"
]
)

16
3rdparty/jvm/com/zaxxer/BUILD vendored Normal file
View File

@ -0,0 +1,16 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "HikariCP",
exports = [
"//3rdparty/jvm/org/slf4j:slf4j_api",
"//external:jar/com/zaxxer/HikariCP"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/commons_codec/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "commons_codec",
exports = [
"//external:jar/commons_codec/commons_codec"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/commons_collections/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "commons_collections",
exports = [
"//external:jar/commons_collections/commons_collections"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/commons_io/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "commons_io",
exports = [
"//external:jar/commons_io/commons_io"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/commons_lang/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "commons_lang",
exports = [
"//external:jar/commons_lang/commons_lang"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/commons_logging/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "commons_logging",
exports = [
"//external:jar/commons_logging/commons_logging"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

86
3rdparty/jvm/io/circe/BUILD vendored Normal file
View File

@ -0,0 +1,86 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "circe_core",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/typelevel:cats_core",
":circe_numbers"
],
jars = [
"//external:jar/io/circe/circe_core_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "circe_generic",
exports = [
"//3rdparty/jvm/com/chuusai:shapeless",
"//3rdparty/jvm/org/scala_lang:scala_library",
":circe_core"
],
jars = [
"//external:jar/io/circe/circe_generic_2_12"
],
visibility = [
"//visibility:public"
]
)
scala_import(
name = "circe_jawn",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
"//3rdparty/jvm/org/spire_math:jawn_parser",
":circe_core"
],
jars = [
"//external:jar/io/circe/circe_jawn_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "circe_numbers",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/io/circe/circe_numbers_2_12"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
scala_import(
name = "circe_parser",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library",
":circe_core",
":circe_jawn"
],
jars = [
"//external:jar/io/circe/circe_parser_2_12"
],
visibility = [
"//visibility:public"
]
)

View File

@ -0,0 +1,16 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "metrics_core",
exports = [
"//3rdparty/jvm/org/slf4j:slf4j_api",
"//external:jar/io/dropwizard/metrics/metrics_core"
],
visibility = [
"//visibility:public"
]
)

113
3rdparty/jvm/io/grpc/BUILD vendored Normal file
View File

@ -0,0 +1,113 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "grpc_context",
exports = [
"//external:jar/io/grpc/grpc_context"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "grpc_core",
exports = [
"//3rdparty/jvm/com/google/code/findbugs:jsr305",
"//3rdparty/jvm/com/google/code/gson:gson",
"//3rdparty/jvm/com/google/errorprone:error_prone_annotations",
"//3rdparty/jvm/com/google/guava:guava",
"//3rdparty/jvm/io/opencensus:opencensus_api",
"//3rdparty/jvm/io/opencensus:opencensus_contrib_grpc_metrics",
"//3rdparty/jvm/org/checkerframework:checker_compat_qual",
"//3rdparty/jvm/org/codehaus/mojo:animal_sniffer_annotations",
"//external:jar/io/grpc/grpc_core",
":grpc_context"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "grpc_netty",
exports = [
"//3rdparty/jvm/io/netty:netty_codec_http2",
"//3rdparty/jvm/io/netty:netty_handler_proxy",
"//external:jar/io/grpc/grpc_netty",
":grpc_core"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "grpc_protobuf",
exports = [
"//3rdparty/jvm/com/google/api/grpc:proto_google_common_protos",
"//3rdparty/jvm/com/google/guava:guava",
"//3rdparty/jvm/com/google/protobuf:protobuf_java",
"//3rdparty/jvm/org/checkerframework:checker_compat_qual",
"//external:jar/io/grpc/grpc_protobuf",
":grpc_core",
":grpc_protobuf_lite"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "grpc_protobuf_lite",
exports = [
"//3rdparty/jvm/com/google/guava:guava",
"//3rdparty/jvm/org/checkerframework:checker_compat_qual",
"//external:jar/io/grpc/grpc_protobuf_lite",
":grpc_core"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "grpc_services",
exports = [
"//3rdparty/jvm/com/google/protobuf:protobuf_java_util",
"//3rdparty/jvm/com/google/re2j:re2j",
"//external:jar/io/grpc/grpc_services",
":grpc_protobuf",
":grpc_stub"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "grpc_stub",
exports = [
"//external:jar/io/grpc/grpc_stub",
":grpc_core"
],
visibility = [
"//visibility:public"
]
)

167
3rdparty/jvm/io/netty/BUILD vendored Normal file
View File

@ -0,0 +1,167 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "netty_buffer",
exports = [
"//external:jar/io/netty/netty_buffer",
":netty_common"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "netty_codec",
exports = [
"//external:jar/io/netty/netty_codec",
":netty_buffer",
":netty_common",
":netty_transport"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "netty_codec_http",
exports = [
"//external:jar/io/netty/netty_codec_http",
":netty_buffer",
":netty_codec",
":netty_common",
":netty_transport"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "netty_codec_http2",
exports = [
"//external:jar/io/netty/netty_codec_http2",
":netty_buffer",
":netty_codec",
":netty_codec_http",
":netty_common",
":netty_handler",
":netty_transport"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "netty_codec_socks",
exports = [
"//external:jar/io/netty/netty_codec_socks",
":netty_buffer",
":netty_codec",
":netty_common",
":netty_transport"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "netty_common",
exports = [
"//external:jar/io/netty/netty_common"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "netty_handler",
exports = [
"//external:jar/io/netty/netty_handler",
":netty_buffer",
":netty_codec",
":netty_common",
":netty_transport"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "netty_handler_proxy",
exports = [
"//external:jar/io/netty/netty_handler_proxy",
":netty_buffer",
":netty_codec",
":netty_codec_http",
":netty_codec_socks",
":netty_common",
":netty_transport"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "netty_resolver",
exports = [
"//external:jar/io/netty/netty_resolver",
":netty_common"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "netty_tcnative_boringssl_static",
exports = [
"//external:jar/io/netty/netty_tcnative_boringssl_static"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "netty_transport",
exports = [
"//external:jar/io/netty/netty_transport",
":netty_buffer",
":netty_common",
":netty_resolver"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

28
3rdparty/jvm/io/opencensus/BUILD vendored Normal file
View File

@ -0,0 +1,28 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "opencensus_api",
exports = [
"//external:jar/io/opencensus/opencensus_api"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "opencensus_contrib_grpc_metrics",
exports = [
"//external:jar/io/opencensus/opencensus_contrib_grpc_metrics",
":opencensus_api"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

28
3rdparty/jvm/io/protostuff/BUILD vendored Normal file
View File

@ -0,0 +1,28 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "protostuff_api",
exports = [
"//external:jar/io/protostuff/protostuff_api"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "protostuff_core",
exports = [
"//external:jar/io/protostuff/protostuff_core",
":protostuff_api"
],
visibility = [
"//visibility:public"
]
)

16
3rdparty/jvm/io/reactivex/rxjava2/BUILD vendored Normal file
View File

@ -0,0 +1,16 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "rxjava",
exports = [
"//3rdparty/jvm/org/reactivestreams:reactive_streams",
"//external:jar/io/reactivex/rxjava2/rxjava"
],
visibility = [
"//visibility:public"
]
)

18
3rdparty/jvm/io/spray/BUILD vendored Normal file
View File

@ -0,0 +1,18 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
scala_import(
name = "spray_json",
exports = [
"//3rdparty/jvm/org/scala_lang:scala_library"
],
jars = [
"//external:jar/io/spray/spray_json_2_12"
],
visibility = [
"//visibility:public"
]
)

17
3rdparty/jvm/io/zipkin/brave/BUILD vendored Normal file
View File

@ -0,0 +1,17 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "brave",
exports = [
"//3rdparty/jvm/io/zipkin/java:zipkin",
"//3rdparty/jvm/io/zipkin/reporter:zipkin_reporter",
"//external:jar/io/zipkin/brave/brave"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/io/zipkin/java/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "zipkin",
exports = [
"//external:jar/io/zipkin/java/zipkin"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

31
3rdparty/jvm/io/zipkin/reporter/BUILD vendored Normal file
View File

@ -0,0 +1,31 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "zipkin_reporter",
exports = [
"//3rdparty/jvm/io/zipkin/java:zipkin",
"//external:jar/io/zipkin/reporter/zipkin_reporter"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)
java_library(
name = "zipkin_sender_okhttp3",
exports = [
"//3rdparty/jvm/com/squareup/okhttp3:okhttp",
"//3rdparty/jvm/io/zipkin/java:zipkin",
"//external:jar/io/zipkin/reporter/zipkin_sender_okhttp3",
":zipkin_reporter"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/javax/annotation/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "javax_annotation_api",
exports = [
"//external:jar/javax/annotation/javax_annotation_api"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/javax/servlet/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "javax_servlet_api",
exports = [
"//external:jar/javax/servlet/javax_servlet_api"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/javax/ws/rs/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "javax_ws_rs_api",
exports = [
"//external:jar/javax/ws/rs/javax_ws_rs_api"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/jline/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "jline",
exports = [
"//external:jar/jline/jline"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

15
3rdparty/jvm/joda_time/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "joda_time",
exports = [
"//external:jar/joda_time/joda_time"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

29
3rdparty/jvm/junit/BUILD vendored Normal file
View File

@ -0,0 +1,29 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "junit",
exports = [
"//3rdparty/jvm/org/hamcrest:hamcrest_core",
"//external:jar/junit/junit"
],
visibility = [
"//visibility:public"
]
)
java_library(
name = "junit_dep",
exports = [
"//3rdparty/jvm/org/hamcrest:hamcrest_core",
"//external:jar/junit/junit_dep"
],
visibility = [
"//visibility:public"
]
)

15
3rdparty/jvm/log4j/BUILD vendored Normal file
View File

@ -0,0 +1,15 @@
# Do not edit. bazel-deps autogenerates this file from dependencies.yaml.
# See 3rdparty/README.md
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library")
load("@io_bazel_rules_scala//scala:scala_import.bzl", "scala_import")
java_library(
name = "log4j",
exports = [
"//external:jar/log4j/log4j"
],
visibility = [
"//3rdparty/jvm:__subpackages__"
]
)

Some files were not shown because too many files have changed in this diff Show More