<?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>ai.dyal</groupId>
  <artifactId>ducktape</artifactId>
  <version>0.1.0-SNAPSHOT</version>
  <name>ducktape</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
    <dependency>
      <groupId>com.cnuernber</groupId>
      <artifactId>ham-fisted</artifactId>
      <version>3.029</version>
    </dependency>
    <dependency>
      <groupId>techascent</groupId>
      <artifactId>tech.ml.dataset</artifactId>
      <version>8.021</version>
    </dependency>
    <dependency>
      <groupId>techascent</groupId>
      <artifactId>tech.ml.dataset.sql</artifactId>
      <version>7.029</version>
    </dependency>
    <dependency>
      <groupId>org.roaringbitmap</groupId>
      <artifactId>RoaringBitmap</artifactId>
      <version>1.6.14</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>DuckDB bindings for tech.ml.dataset via Java Panama FFM.</description>
  <url>https://github.com/dynamic-alpha/ducktape</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Dynamic Alpha Technologies Inc.</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/dynamic-alpha/ducktape</url>
    <connection>scm:git:https://github.com/dynamic-alpha/ducktape.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/dynamic-alpha/ducktape.git</developerConnection>
    <tag>1de3b0a989348ce300c15b9fd26ec63e650e8b5b</tag>
  </scm>
</project>
