Skip to content

Commit

Permalink
Merge pull request ocaml#11216 from mjambon/easy-format.1.3.1
Browse files Browse the repository at this point in the history
easy-format 1.3.1
  • Loading branch information
avsm authored Jan 12, 2018
2 parents e760fc7 + d231151 commit 70d5f09
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/easy-format/easy-format.1.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
High-level and functional interface to the Format module of the OCaml standard library
15 changes: 15 additions & 0 deletions packages/easy-format/easy-format.1.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/easy-format.html"
bug-reports: "https://github.com/mjambon/easy-format/issues"
dev-repo: "https://github.com/mjambon/easy-format.git"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name]
]
depends: ["jbuilder" {build}]
available: [ ocaml-version >= "4.02.3"]
2 changes: 2 additions & 0 deletions packages/easy-format/easy-format.1.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mjambon/easy-format/archive/v1.3.1.tar.gz"
checksum: "4e163700fb88fdcd6b8976c3a216c8ea"

0 comments on commit 70d5f09

Please sign in to comment.