# This file was generated by `drom` from `drom.toml`.
# Do not modify or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
license: "LGPL-2.1-with-OCaml-exception"
synopsis: "Basic stuff used by some OCP libraries and tools"
description: """\
This library contains some basic stuff that is used in some OCP libraries 
and applications. Most of them are probably available in other extensions
of the standard libraries (extlib, core, etc.), but we are used to these
ones.
"""
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
homepage: "https://ocamlpro.github.io/ocplib_stuff"
doc: "https://ocamlpro.github.io/ocplib_stuff/sphinx"
bug-reports: "https://github.com/ocamlpro/ocplib_stuff/issues"
dev-repo: "git+https://github.com/ocamlpro/ocplib_stuff.git"
tags: "org:ocamlpro"
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" {>= "4.07.0"}
  "dune" {>= "2.6.0"}
  "dune" {with-test & < "2.8.0"}
  "ppx_inline_test" {with-test}
  "ppx_expect" {with-test}
  "odoc" {with-doc}
  "ocamlformat" {with-test}
  "dune" {>= "2.6.0" & < "3.0.0"}
]

url {
    src: "https://github.com/ocamlpro/ocplib_stuff/archive/v0.3.0.tar.gz"
    checksum: [ "md5=65293314f5a2cd96611a96ddee3ea6cd" ]
}
