Sha256: 2d57dccd621ec78b3876a0a57b4fc758fc43322a953bacda500e5a021b3e4aa5
Contents?: true
Size: 306 Bytes
Versions: 14
Compression:
Stored size: 306 Bytes
Contents
require 'json' module Bibliothecary module Parsers class Haxelib include Bibliothecary::Analyser def self.mapping { /^haxelib\.json$/ => { kind: 'manifest', parser: :parse_json_runtime_manifest } } end end end end
Version data entries
14 entries across 14 versions & 1 rubygems