<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm.at.alloc</groupId>
  <artifactId>quick-lru</artifactId>
  <version>5.2.0</version>
  <name>alloc quick-lru</name>
  <description>Simple “Least Recently Used” (LRU) cache</description>
  <url>https://github.com/sindresorhus/quick-lru#readme</url>
  <organization>
    <name>Sindre Sorhus</name>
    <url>https://github.com/sindresorhus/quick-lru#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>aleclarson</name>
      <email>aleclarson@protonmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/sindresorhus/quick-lru.git</connection>
    <developerConnection>https://github.com/sindresorhus/quick-lru.git</developerConnection>
    <url>https://github.com/sindresorhus/quick-lru</url>
  </scm>
  <issueManagement>
    <url>https://github.com/sindresorhus/quick-lru/issues</url>
  </issueManagement>
</project>
