<?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>cljsjs</groupId>
  <artifactId>odex</artifactId>
  <version>2.0.4-0</version>
  <name>odex</name>
  <description>Numerically solves of non-stiff systems of ordinary differential equations in JavaScript.</description>
  <url>https://github.com/littleredcomputer/odex-js</url>
  <licenses>
    <license>
      <url>http://opensource.org/licenses/BSD-2-Clause</url>
      <name>BSD</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/cljsjs/packages</url>
    <tag>1c520b5d2b41c5a69a1b21e0c2d48d565c3b48a9</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cljsjs</groupId>
      <artifactId>boot-cljsjs</artifactId>
      <version>0.10.5</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
