File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed 
packages/mariadb/mariadb.1.2.0 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Petter A. Urkedal <
[email protected] >"
3+ authors: "Andre Nathan <
[email protected] >"
4+ homepage: "https://github.com/ocaml-community/ocaml-mariadb"
5+ bug-reports: "https://github.com/ocaml-community/ocaml-mariadb/issues"
6+ license: "MIT"
7+ dev-repo: "git+https://github.com/ocaml-community/ocaml-mariadb.git"
8+ synopsis: "OCaml bindings for MariaDB"
9+ description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API."
10+ 
11+ build: [
12+   ["dune" "subst"] {dev}
13+   ["dune" "build" "-p" name "-j" jobs
14+     "@install"
15+     "@runtest" {with-test}
16+     "@doc" {with-doc}
17+   ]
18+ ]
19+ depends: [
20+   "ocaml" {>= "4.07.0"}
21+   "ctypes" {>= "0.13.0"}
22+   "conf-mariadb"
23+   "conf-gcc"
24+   "dune" {>= "3.15.0"}
25+   "dune-configurator"
26+   "async" {with-test}
27+   "lwt" {with-test}
28+ ]
29+ url {
30+   src:
31+     "https://github.com/ocaml-community/ocaml-mariadb/releases/download/1.2.0/mariadb-1.2.0.tbz"
32+   checksum: [
33+     "sha256=a06643a58924e4fb46c12c85ea1ad56d7d8f3185a8c0873283a1ee4c95a4fa69"
34+     "sha512=44e8b43bb439201fbad5b654307c44304e6c9044886160fae36a7e07248b0919d683cb9691e791994f4fe2543517536360edcae429650693a290b80078382de7"
35+   ]
36+ }
37+ x-commit-hash: "fa7ba4a6a7eea5ebc022bf6df348a4e2e9c2224d"
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments