mirror of
https://github.com/google/re2.git
synced 2025-10-14 02:17:38 +08:00

Change-Id: I1f656f81468e1fdd1812595aeaf0ed3367caa003 Reviewed-on: https://code-review.googlesource.com/c/re2/+/61670 Reviewed-by: Alex Chernyakhovsky <achernya@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
8 lines
260 B
Python
8 lines
260 B
Python
# Copyright 2009 The RE2 Authors. All Rights Reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
# Bazel (http://bazel.build/) WORKSPACE file for RE2.
|
|
|
|
workspace(name = "com_googlesource_code_re2")
|