Skip to content

Commit

Permalink
Merge pull request ocaml#6874 from prepor/opam-publish/edn.0.1.2-1-g0…
Browse files Browse the repository at this point in the history
…9b142a

edn.0.1.2-1-g09b142a - via opam-publish
  • Loading branch information
avsm authored Jun 30, 2016
2 parents 9540891 + 4d5dc95 commit 94df886
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edn/edn.0.1.2-1-g09b142a/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Parsing OCaml library for EDN format

21 changes: 21 additions & 0 deletions packages/edn/edn.0.1.2-1-g09b142a/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "1.2"
maintainer: "Andrew Rudenko <ceo@prepor.ru>"
authors: "Andrew Rudenko <ceo@prepor.ru>"
homepage: "http://github.com/prepor/ocaml-edn"
license: "MIT"
bug-reports: "http://github.com/prepor/ocaml-edn/issues"
dev-repo: "https://github.com/prepor/ocaml-edn.git"
doc: "https://prepor.github.io/ocaml-edn/doc"
build:
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%" ]]
build-test: [[
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"
"ocaml" "pkg/pkg.ml" "test" ]]
depends: [
"ocamlfind" {build}
"menhir" {build}
"topkg" {build}
"ounit" {test}
]
available: [ocaml-version >= "4.02.0"]
2 changes: 2 additions & 0 deletions packages/edn/edn.0.1.2-1-g09b142a/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/prepor/ocaml-edn/releases/download/v0.1.2-1-g09b142a/edn-0.1.2-1-g09b142a.tbz"
checksum: "5bda480f59bfd8ba7434f3f11e368fbf"

0 comments on commit 94df886

Please sign in to comment.