decco-auto_2.12

codec library

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

io.iohk
ArtifactId

ArtifactId

decco-auto_2.12
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

decco-auto_2.12
codec library
Project URL

Project URL

https://github.com/input-output-hk/decco
Source Code Management

Source Code Management

https://github.com/input-output-hk/decco

Download decco-auto_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.iohk/decco-auto_2.12/ -->
<dependency>
    <groupId>io.iohk</groupId>
    <artifactId>decco-auto_2.12</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.iohk/decco-auto_2.12/
implementation 'io.iohk:decco-auto_2.12:0.2'
// https://jarcasting.com/artifacts/io.iohk/decco-auto_2.12/
implementation ("io.iohk:decco-auto_2.12:0.2")
'io.iohk:decco-auto_2.12:jar:0.2'
<dependency org="io.iohk" name="decco-auto_2.12" rev="0.2">
  <artifact name="decco-auto_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.iohk', module='decco-auto_2.12', version='0.2')
)
libraryDependencies += "io.iohk" % "decco-auto_2.12" % "0.2"
[io.iohk/decco-auto_2.12 "0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.chuusai : shapeless_2.12 jar 2.3.3
com.typesafe.akka : akka-actor_2.12 jar 2.5.12
io.iohk : decco_2.12 jar 0.2

Project Modules

There are no modules declared in this project.

decco

A codec library

CircleCI

Branches

Two main branches will be maintained: develop and master. master contains the latest version of the code that was tested end-to-end. develop contains the latest version of the code that runs all the tests (unit and integration tests). Integration tests don't test all the integrations. Hence, any version in develop might have bugs when deployed for an end-to-end test.

Working with the codebase

To build the codebase, mill src.io.iohk.decco.test

To run a single test mill src.io.iohk.decco.test.testOne io.iohk.decco.test.instances.CollectionInstancesSpec

To publish the jar locally, mill src.io.iohk.decco.publishLocal or mill src.io.iohk.decco.auto.publishLocal

In order to keep the code format consistent, we use scalafmt and git hooks, follow these steps to configure it accordingly (otherwise, your changes are going to be rejected by CircleCI):

  • Install coursier, the coursier command must work.
  • ./install-scalafmt.sh (might require sudo).
  • cp pre-commit .git/hooks/pre-commit
io.iohk

Input Output

Versions

Version
0.2
0.1