summaryrefslogtreecommitdiff
path: root/src/utils/automata/TARGETS
blob: 29f43a92be4c34ecc04280374dfc26596f96ca82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "dfa_minimizer":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["dfa_minimizer"]
  , "hdrs": ["dfa_minimizer.hpp"]
  , "stage": ["src", "utils", "automata"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "json", "", "json"]
    , ["src/utils/cpp", "hex_string"]
    , ["src/utils/cpp", "hash_combine"]
    ]
  }
}