this repo has no description
1# This file was generated by `drom` from `drom.toml`. 2# Do not modify or add to the `skip` field of `drom.toml`. 3opam-version: "2.0" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5synopsis: "Basic stuff used by some OCP libraries and tools" 6description: """ 7This library contains some basic stuff that is used in some OCP libraries 8and applications. Most of them are probably available in other extensions 9of the standard libraries (extlib, core, etc.), but we are used to these 10ones. 11""" 12authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 13maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 14homepage: "https://ocamlpro.github.io/ocplib_stuff" 15doc: "https://ocamlpro.github.io/ocplib_stuff/sphinx" 16bug-reports: "https://github.com/ocamlpro/ocplib_stuff/issues" 17dev-repo: "git+https://github.com/ocamlpro/ocplib_stuff.git" 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32depends: [ 33 "ocaml" {>= "4.03.0"} 34 "dune" {>= "2.6.0" & < "3.0.0"} 35] 36 37url { 38 src: "https://github.com/ocamlpro/ocplib_stuff/archive/v0.2.0.tar.gz" 39 checksum: [ 40 "sha256=cafd014e66cf6d1c41ac042c2a6bae8bb8634821048821ca67c94f2243c2af49" 41 "md5=c6556145f217039e82068e41b88ab00a" 42 ] 43}