Review: ocaml-dune 3.21.1-3~exp2
New Package Report
.changes
| Source | ocaml-dune |
|---|---|
| Version | 3.21.1-3~exp2 |
| Changed-By | Stéphane Glondu |
| Architecture | source amd64 all |
| Distribution | experimental |
| Date | Thu, 19 Mar 2026 15:02:35 +0100 |
Changelog
ocaml-dune (3.21.1-3~exp2) experimental; urgency=medium
.
* Update debian/copyright
* Build a new ocaml-dune-source binary package
* Remove pkg.ocaml-dune.bootstrap build profile and build only dune
packages that have no other dependencies. The other packages will
be built by another source package.
* Split libdune-ocaml-dev into libdune-core-ocaml{,-dev} and make them
provide packages built here.dsc
| Component | main |
|---|---|
| Package-List | libdune-core-ocaml deb ocaml optional arch=any libdune-core-ocaml-dev deb ocaml optional arch=any ocaml-dune deb ocaml optional arch=any ocaml-dune-source deb ocaml optional arch=all |
| Section | ocaml |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment:
This package vendors a small number of third-party libraries under the
GNU Lesser General Public License version 2.1 (LGPL-2.1) in the vendor/
directory.
.
Vendoring is required for bootstrapping purposes and to avoid circular
dependencies: Dune must be buildable with only an OCaml compiler
available.
.
The vendored components are clearly identified, shipped with their
original licensing terms, and remain separable within the source tree.
Their upstream origin, version, and any local modifications are tracked
in the corresponding update-<library>.sh scripts, so that updates and
security fixes can be followed.
.
The vendored code is used as part of Dune’s build and does not change
the licensing of the rest of the codebase.
Files: *
Copyright: 2016-2026, Jane Street Group, LLC
2016-2022, Liang Wang
2017-2025, Jérémie Dimino & the Dune maintainers
2017, Christophe Troestler
2021, Kiran Gopinathan
License: MIT
Files: otherlibs/dune-rpc/private/dbus_address.mll
Copyright: 2008, Jeremie Dimino
License: BSD-C3
Files: src/dune_pkg/* src/sat/*
Copyright: 2013-2020, Thomas Leonard
License: LGPL-2.1
Files: vendor/bigstringaf/*
Copyright: 2017-2018, Inhabited Type LLC
License: BSD-C3
Files: vendor/cmdliner/*
Copyright: 2011-2022, The cmdliner programmers
License: ISC
Files: vendor/csexp/*
Copyright: 2016, Jane Street Group, LLC
License: MIT
Files: vendor/incremental-cycles/*
Copyright: 2018-2019 Armaël Guéneau
License: LGPL-2.1
Files: vendor/lwd/*
Copyright: 2019, Frédéric Bour
License: MIT
Files: vendor/notty/*
Copyright: 2016-2017, David Kaloper Meršinjak
License: ISC
Files: vendor/notty/src/no-uucp/*
Copyright: 2014, Daniel C. Bünzli
License: ISC
Files: vendor/ocaml-inotify/*
Copyright: 2006-2008, Vincent Hanquez
2014, Peter Zotov
License: LGPL-2.1
Files: vendor/ocaml-lmdb/*
Copyright: 2014, Gabriel Radanne
License: MIT
Files: vendor/ocaml-lmdb/*.h vendor/ocaml-lmdb/*.c
Copyright: 2011-2021, Howard Chu, Symas Corp.
2000-2021, The OpenLDAP Foundation
License: OpenLDAP-2.8
Files: vendor/ocaml-lmdb/lmdb_stubs.c
Copyright: 2019, Christopher Zimmermann
License: ISC
Files: vendor/opam-file-format/*
Copyright: 2012, INRIA
2012-2020, OCamlPro
License: LGPL-2.1-exception
Files: vendor/pp/*
Copyright: 2016, Jane Street Group, LLC
License: MIT
Files: vendor/re/*
Copyright: 2001, Jérôme Vouillon
License: LGPL-2.1
Files: vendor/sha/*
Copyright: 2006-2009, Vincent Hanquez
License: ISC
Files: vendor/spawn/*
Copyright: 2016-2018, Jane Street Group, LLC
License: MIT
Files: vendor/uutf/*
Copyright: 2012-2016, The uutf programmers
License: ISC
Files: debian/*
Copyright: 2017 Stéphane Glondu <glondu@debian.org>
License: MIT
License: LGPL-2.1
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation, with
linking exception; either version 2.1 of the License, or (at
your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2.1 can be found in the file
`/usr/share/common-licenses/LGPL-2.1'.
License: LGPL-2.1-exception
This file is distributed under the terms of the GNU Lesser General
Public License version 2.1, with the following special exception on
linking.
.
As a special exception to the GNU Lesser General Public License, you
may link, statically or dynamically, a "work that uses the Library"
with a publicly distributed version of the Library to produce an
executable file containing portions of the Library, and distribute
that executable file under terms of your choice, without any of the
additional requirements listed in clause 6 of the GNU Library General
Public License. By "a publicly distributed version of the Library",
we mean either the unmodified Library as distributed by the copyright
holder, or a modified version of the Library that is distributed under
the conditions defined in clause 3 of the GNU Library General Public
License. This exception does not however invalidate any other reasons
why the executable file might be covered by the GNU Lesser General
Public License.
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2.1 can be found in the file
`/usr/share/common-licenses/LGPL-2.1'.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
License: BSD-C3
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
3. Neither the name of the author nor the names of his contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
License: OpenLDAP-2.8
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
.
1. Redistributions in source form must retain copyright statements
and notices,
.
2. Redistributions in binary form must reproduce applicable copyright
statements and notices, this list of conditions, and the following
disclaimer in the documentation and/or other materials provided
with the distribution, and
.
3. Redistributions must contain a verbatim copy of this document.
.
The OpenLDAP Foundation may revise this license from time to time.
Each revision is distinguished by a version number. You may use
this Software under terms of this license revision or under the
terms of any subsequent revision of the license.
.
THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
.
The names of the authors and copyright holders must not be used in
advertising or otherwise to promote the sale, use or other dealing
in this Software without specific, written prior permission. Title
to copyright in this Software shall at all times remain with copyright
holders.
.
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
.
Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
California, USA. All Rights Reserved. Permission to copy and
distribute verbatim copies of this document is granted.
Review Information
accepted — allocated to mechtilde 3 hours ago, started 3 hours ago, completed 3 hours ago.
Final Comment
Other Reviews of this Package
| Version | Hash | Allocated | Completed | Reviewer | Status | Details |
|---|---|---|---|---|---|---|
| 3.21.1-3~exp1 | fc02b2e7… | 2026-03-19 09:51 | 2026-03-19 09:55 | mechtilde | rejected | VIEW |