Skip to content

Commit

Permalink
Factored out external package dependencies in OPAM
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Apr 30, 2018
1 parent 3629733 commit e632d27
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions sqlite3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,11 @@ build: [
]

depends: [
"conf-pkg-config" {build}
"base" {build}
"conf-sqlite3" {build}
"stdio" {build}
"configurator" {build}
"jbuilder" {build & >= "1.0+beta10"}
]

depexts: [
[["debian"] ["libsqlite3-dev"]]
[["freebsd"] ["database/sqlite3"]]
[["openbsd"] ["database/sqlite3"]]
[["ubuntu"] ["libsqlite3-dev"]]
[["centos"] ["sqlite-devel"]]
[["rhel"] ["sqlite-devel"]]
[["fedora"] ["sqlite-devel"]]
[["alpine"] ["sqlite-dev"]]
[["opensuse"] ["sqlite3-devel"]]
[["osx" "homebrew"] ["sqlite3"]]
[["osx" "macports"] ["sqlite3"]]
]

available: [ ocaml-version >= "4.05" ]

0 comments on commit e632d27

Please sign in to comment.