DJBen / swift-composable-architecture-bazel

Bazel integration target of pointfreeco/swift-composable-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo provides a bazel target for Swift Composable Architecture.

Usage

  1. Setup build_bazel_rules_swift. You may refer to the WORKSPACE.bazel file for example.
  2. Go to the Releases page, and grab the http_archive snippet to paste to your WORKSPACE file.
  3. Reference the dependency as
deps = [
    "@swift_composable_architecture//:ComposableArchitecture",
]

You may follow the BUILD file example in IntegrationTest/ for details.

About

Bazel integration target of pointfreeco/swift-composable-architecture


Languages

Language:Starlark 77.4%Language:Swift 22.6%