Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
Loading...
Searching...
No Matches
VersionConstraint Struct Reference

A single version constraint on a dependency, e.g. More...

#include <snapshot.h>

Data Fields

VersionOp op
 Constraint operator.
 
SemVer version
 Reference version for the operator.
 

Detailed Description

A single version constraint on a dependency, e.g.

">=1.2.0".

Definition at line 58 of file snapshot.h.

Field Documentation

◆ op

VersionOp VersionConstraint::op

Constraint operator.

Definition at line 59 of file snapshot.h.

◆ version

SemVer VersionConstraint::version

Reference version for the operator.

Definition at line 60 of file snapshot.h.


The documentation for this struct was generated from the following file: