Skip to content

Commit

Permalink
Merge pull request #11394 from IndiscriminateCoding/master
Browse files Browse the repository at this point in the history
Clarity 0.3.1
  • Loading branch information
kit-ty-kate committed Feb 13, 2018
2 parents b5c15c6 + 384148d commit fbf81d5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/clarity/clarity.0.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Functional programming library.

The goal of this project is to make pure functional programming idioms
as useful as possible given OCaml's absence of higher-kinded types and
typeclasses.
14 changes: 14 additions & 0 deletions packages/clarity/clarity.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
opam-version: "1.2"
version: "0.3.1"
maintainer: "joyprophecy@gmail.com"
author: "joyprophecy@gmail.com"
homepage: "https://github.com/IndiscriminateCoding/clarity"
bug-reports: "https://github.com/IndiscriminateCoding/clarity/issues"
dev-repo: "https://github.com/IndiscriminateCoding/clarity.git"
license: "BSD3"
available: [ ocaml-version >= "4.04.0" ]
depends: [ "jbuilder" {build} "ocamlfind" {build} ]
build: [
[ "jbuilder" "build" ]
]

3 changes: 3 additions & 0 deletions packages/clarity/clarity.0.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
archive: "https://github.com/IndiscriminateCoding/clarity/archive/0.3.1.zip"
checksum: "83050843f77a7ce5e5340c047e2338ad"

0 comments on commit fbf81d5

Please sign in to comment.