move project files to front
This commit is contained in:
parent
82a184b745
commit
1b1a497356
|
@ -1,31 +0,0 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Simple monadic Sqlite3 wrapper"
|
||||
description: "Simple monadic Sqlite3 wrapper"
|
||||
maintainer: ["code@mcgoron.com"]
|
||||
authors: ["Peter McGoron"]
|
||||
license: "CC0-1.0"
|
||||
homepage: "https://software.mcgoron.com/peter/letsqlite"
|
||||
bug-reports: "code@mcgoron.com"
|
||||
depends: [
|
||||
"dune" {>= "2.9" & >= "2.9"}
|
||||
"sqlite3" {>= "5.0.3"}
|
||||
"ppx_inline_test" {>= "0.14.1"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"--promote-install-files=false"
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
["dune" "install" "-p" name "--create-install-files" name]
|
||||
]
|
Loading…
Reference in New Issue