# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup micronaut-projects micronaut-core 1.2.7 v
maintainers {breun.nl:nils @breun} openmaintainer
description Micronaut is a modern, JVM-based, full stack microservices framework designed \
for building modular, easily testable microservice applications.
long_description Micronaut is developed by the creators of the Grails framework and takes \
inspiration from lessons learnt over the years building real-world applications \
from monoliths to microservices using Spring, Spring Boot and Grails. \
\nMicronaut aims to provide all the tools necessary to build microservice \
applications including: \
\n* Dependency Injection and Inversion of Control (IoC) \
\n* Sensible Defaults and Auto-Configuration \
\n* Configuration and Configuration Sharing \
\n* HTTP Client with Client-Side Load Balancing \
\nAt the same time Micronaut aims to avoid the downsides of frameworks like Spring, \
Spring Boot and Grails by providing: \
\n* Reduced memory footprint \
\n* Minimal use of reflection \
\n* Minimal use of proxies \
homepage https://micronaut.io
github.tarball_from releases
distname ${name}-${version}
checksums rmd160 259fedb56430a3ebfe4535924439b845a5c5b145 \
sha256 c48104b0519857a4b040eeeef0c371f832961c2bdfb4469ea80a44fbcd59b5e0 \
set target ${destroot}${prefix}/share/java/${name}
# Create the target java directory
xinstall -m 755 -d ${target}