| """ | |
| Module: ujson4c | |
| Purpose: Provides the ujson4c library compileable as a Bazel target. Includes tests through Bazel | |
| """ | |
| module( | |
| name = "ujson4c", | |
| version = "0.0.0-20140408072550-e14f3fd5207f", | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "rules_cc", version = "0.1.1") | |
| bazel_dep(name = "platforms", version = "0.0.11") |