mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: use standard format for license
This commit is contained in:
parent
aa05f69471
commit
824dfb427c
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ version: "3.5"
|
|||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
synopsis: "A set of advanced datatypes for containers"
|
||||
license: "BSD-2"
|
||||
license: "BSD-2-Clause"
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
|||
version: "3.5"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2"
|
||||
license: "BSD-2-Clause"
|
||||
synopsis: "An extension of containers for threading"
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: "containers"
|
|||
version: "3.5"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2"
|
||||
license: "BSD-2-Clause"
|
||||
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue