w

wyc

The Whiley Compiler is a component of the Whiley Compiler Collection which is responsible for compiling Whiley source files into binary WyIL files. The compiler supports compile-time verification of source files.
http://whiley.org
Apache License, Version 2.0
David J. Pearce
Files download
File Operation
wyc-0.9.6.jar download
wyc-0.9.6.pom download
wyc-0.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.whiley</groupId>
  <artifactId>wyc</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'org.whiley:wyc:0.9.6'
Gradle Kotlin
implementation("org.whiley:wyc:0.9.6")
Scala SBT
libraryDependencies += "org.whiley" % "wyc" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='org.whiley', module='wyc', version='0.9.6')
)
Apache Ivy
<dependency org="org.whiley" name="wyc" rev="0.9.6" />
Leiningen
[org.whiley/wyc "0.9.6"]
Apache Buildr
'org.whiley:wyc:jar:0.9.6'