aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: b281d81e6e274f0f8d27f467632379a40b603897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "nom"
description: "nom is a parser combinators library written in Rust. Its goal is to provide tools to build safe parsers without compromising the speed or memory consumption. To that end, it uses extensively Rust\'s strong typing and memory safety to produce fast and correct parsers, and provides functions, macros and traits to abstract most of the error prone plumbing."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/nom"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/nom/nom-5.1.1.crate"
  }
  version: "5.1.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 3
    day: 31
  }
}