chore: add synopsis to opam file

This commit is contained in:
Simon Cruanes 2018-11-02 11:54:08 -05:00
parent f9c59a90e2
commit 63f702b21c

View file

@ -3,6 +3,7 @@ name: "containers"
version: "2.3" version: "2.3"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
build: [ build: [
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]
[ "dune" "build" "@doc" "-p" name ] {with-doc} [ "dune" "build" "@doc" "-p" name ] {with-doc}