LanguageModuleRequirement: remove ocaml support

This commit is contained in:
Misty De Meo 2016-01-01 19:34:57 -04:00
parent 36cef3c974
commit aa1461b7d6

View File

@ -18,7 +18,7 @@ require "set"
class DependencyCollector
# Define the languages that we can handle as external dependencies.
LANGUAGE_MODULES = Set[
:jruby, :lua, :ocaml, :perl, :python, :python3, :ruby
:jruby, :lua, :perl, :python, :python3, :ruby
].freeze
CACHE = {}