<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>edu.stanford.cs.dawn</groupId>
    <artifactId>forge_2.12</artifactId>
    <packaging>jar</packaging>
    <description>forge</description>
    <url>https://github.com/stanford-ppl/spatial-lang</url>
    <version>0.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>forge</name>
    <organization>
        <name>edu.stanford.cs.dawn</name>
        <url>https://github.com/stanford-ppl/spatial-lang</url>
    </organization>
    <scm>
        <url>https://github.com/stanford-ppl/spatial-lang</url>
        <connection>git@github.com:stanford-ppl/spatial-lang.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Matthew Feldman</id>
            <name>mattfel1</name>
            <email>mattfel@stanford.edu</email>
            <url>https://spatial.stanford.edu</url>
        </developer>
        <developer>
            <id>David Koeplinger</id>
            <name>dkoeplin</name>
            <email>dkoeplin@stanford.edu</email>
            <url>https://spatial.stanford.edu</url>
        </developer>
        <developer>
            <id>Raghu Prabhakar</id>
            <name>raghup17</name>
            <email>raghup17@stanford.edu</email>
            <url>https://spatial.stanford.edu</url>
        </developer>
        <developer>
            <id>Yaqi Zhang</id>
            <name>yaqiz</name>
            <email>yaqiz@stanford.edu</email>
            <url>https://spatial.stanford.edu</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.1</version>
        </dependency>
        <dependency>
            <groupId>edu.stanford.cs.dawn</groupId>
            <artifactId>virtualized_2.12</artifactId>
            <version>0.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>