Skip to content

Commit

Permalink
Add topkg stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbypriam committed Jun 14, 2018
1 parent e7fa5dc commit 8b2e7cd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 0.1.1 (2018-06-14)

* Fix compatibility with Lwt 4.0.0

### 0.1.0 (2018-01-20)

* Initial version (experimental)
Empty file added doc/doc.odocl
Empty file.
7 changes: 5 additions & 2 deletions ezpostgresql.opam
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
opam-version: "2.0"
name: "ezpostgresql"
version: "0.1.0"
maintainer: "Bobby Priambodo <[email protected]>"
authors: ["Bobby Priambodo <[email protected]>"]
homepage: "https://github.com/bobbypriambodo/ezpostgresql"
bug-reports: "https://github.com/bobbypriambodo/ezpostgresql/issues"
dev-repo: "git+https://github.com/bobbypriambodo/ezpostgresql"
doc: "https://bobbypriambodo.github.io/ezpostgresql/"
license: ["MIT"]
build: [["jbuilder" "build" "-p" name "-j" jobs]]
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >= "1.0+beta14"}
"lwt" {>= "3.0"}
Expand Down
2 changes: 2 additions & 0 deletions pkg/pkg.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#use "topfind"
#require "topkg-jbuilder.auto"

0 comments on commit 8b2e7cd

Please sign in to comment.