-
Notifications
You must be signed in to change notification settings - Fork 0
Scala utilities
mdreves/scalafy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############################################################################# # Copyright 2011-2012 Mike Dreves # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at: # # http://opensource.org/licenses/eclipse-1.0.php # # By using this software in any fashion, you are agreeing to be bound # by the terms of this license. You must not remove this notice, or any # other, from this software. Unless required by applicable law or agreed # to in writing, software distributed under the License is distributed # on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. ############################################################################# Overview -------------------- Scalafy is a library written in Scala that provides some additional utility classes and functions for things such as JSON parsing, XML parsing, CSV parsing, string casing conversion, meta data, record types, uniform types, type converters, additional collection classes (WeakIdentityHashMap, etc). It also contains experimental code for handling type erasure using a set of reifiable types and special extractors. The scalafy code depends only on the core Scala API and the core Java 2 Standard Edition API. Scalafy is released under the EPL 1.0 open source licence. A copy of the license can be found in this directory. DOCUMENTATION -------------------- Much of the documentation is found in the package source headers. Additional documentation can be found at the http://onsoftware.org site. DEVELOPMENT -------------------- To build the project you need to install sbt. Then run: sbt compile
About
Scala utilities
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published