<?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>
  <groupId>org.mentat</groupId>
  <artifactId>clerk-utils</artifactId>
  <name>clerk-utils</name>
  <description>A collection of functions, macros, guides and templates that have come in handy while documenting libraries with Nextjournal's Clerk.</description>
  <url>https://clerk-utils.mentat.org</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sam Ritchie</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/mentat-collective/clerk-utils</url>
    <connection>scm:git:git://github.com/mentat-collective/clerk-utils.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/mentat-collective/clerk-utils.git</developerConnection>
    <tag>v0.6.0</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>io.github.nextjournal</groupId>
      <artifactId>clerk</artifactId>
      <version>0.12.707</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>thheller</groupId>
      <artifactId>shadow-cljs</artifactId>
      <version>2.23.1</version>
    </dependency>
    <dependency>
      <groupId>applied-science</groupId>
      <artifactId>js-interop</artifactId>
      <version>0.3.3</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <version>0.6.0</version>
</project>
