""" | |
Module: json11 | |
Purpose: Provides the json11 library compileable as a Bazel target. Also includes test as bazel test target. | |
Note: The source project has been archived, and this should only be used for legacy purposes! | |
""" | |
module( | |
name = "json11", | |
version = "1.0.1-0.20200325232727-2df9473fb360", | |
compatibility_level = 1, | |
) | |
bazel_dep(name = "rules_cc", version = "0.1.1") | |
bazel_dep(name = "platforms", version = "0.0.11") |