<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>com.outskirtslabs</groupId>
  <artifactId>vips</artifactId>
  <version>0.0.1</version>
  <name>vips</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.5</version>
    </dependency>
    <dependency>
      <groupId>org.suskalo</groupId>
      <artifactId>coffi</artifactId>
      <version>1.0.615</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>Clojure bindings for libvips image processing library</description>
  <url>https://github.com/outskirtslabs/vips</url>
  <licenses>
    <license>
      <name>EUPL-1.2</name>
      <url>https://github.com/outskirtslabs/vips/blob/cd81552591f2d5c3c6e5921e14a99ce83ae87bd1/LICENSE</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/outskirtslabs/vips</url>
    <connection>scm:git:https://github.com/outskirtslabs/vips</connection>
    <developerConnection>scm:git:ssh:git@github.com:outskirtslabs/vips</developerConnection>
    <tag>cd81552591f2d5c3c6e5921e14a99ce83ae87bd1</tag>
  </scm>
</project>
