<?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">
  <groupId>com.github.brunotl</groupId>
  <artifactId>boost_functional</artifactId>
  <version>1.90.0</version>
  <packaging>aar</packaging>
  <name>Functional</name>
  <description>The Boost.Function library contains a family of class templates that are function object wrappers.</description>
  <url>https://www.boost.org/</url>
  <licenses>
    <license>
      <name>Distributed under the Boost Software License, Version 1.0.</name>
      <url>http://www.boost.org/LICENSE_1_0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
  <developer><name>Mark Rodgers</name></developer></developers>
  <scm>
    <connection>scm:git:https://github.com/boostorg/functional.git</connection>
    <url>https://github.com/boostorg/functional.git</url>
  </scm>
  <dependencies>
  <dependency><groupId>com.github.brunotl</groupId><artifactId>boost_config</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_preprocessor</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_utility</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_typeof</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_core</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_type_traits</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_function</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_function_types</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_mpl</artifactId><version>1.90.0</version><type>aar</type><optional /></dependency></dependencies>
</project>