package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-parsers < "2.6.0"
  39. alt-ergo-plugin-ab-why3 < "2.6.0"
  40. altgr-ergo >= "2.3.0"
  41. ambient-context
  42. ambient-context-eio
  43. ambient-context-lwt
  44. amqp-client >= "2.0.3"
  45. amqp-client-async
  46. amqp-client-lwt
  47. ancient >= "0.10.0"
  48. anders
  49. angstrom >= "0.11.1"
  50. angstrom-async >= "0.11.1"
  51. angstrom-lwt-unix >= "0.11.1"
  52. angstrom-unix >= "0.11.1"
  53. ansi
  54. ansi-parse
  55. anthill
  56. antic < "0.3.2"
  57. ao >= "0.2.2"
  58. api-watch
  59. apronext
  60. arb < "0.3.2"
  61. arc
  62. archetype
  63. archi
  64. archi-async
  65. archi-lwt
  66. arg-complete
  67. argon2
  68. arp
  69. art
  70. asai
  71. asak
  72. ask
  73. ask-integrator
  74. asli >= "0.2.0"
  75. asn1-combinators >= "0.2.5"
  76. ast_generic
  77. async < "v0.17.0"
  78. async-uri < "0.4.0"
  79. async_durable < "v0.17.0"
  80. async_extra < "v0.17.0"
  81. async_find < "v0.17.0"
  82. async_graphics
  83. async_inotify < "v0.17.0"
  84. async_interactive < "v0.17.0"
  85. async_js < "v0.17.0"
  86. async_kernel < "v0.17.0"
  87. async_rpc_kernel < "v0.17.0"
  88. async_rpc_websocket < "v0.17.0"
  89. async_sendfile < "v0.17.0"
  90. async_shell < "v0.17.0"
  91. async_smtp < "v0.17.0"
  92. async_ssl < "v0.17.0"
  93. async_udp < "v0.17.0"
  94. async_unix < "v0.17.0"
  95. async_websocket < "v0.17.0"
  96. atable
  97. atd >= "2.2.1"
  98. atdcpp
  99. atdd
  100. atdgen >= "2.2.1"
  101. atdgen-codec-runtime
  102. atdgen-runtime >= "2.2.1"
  103. atdj >= "2.2.1"
  104. atdpy
  105. atds
  106. atdts
  107. atomic < "base"
  108. autofonce
  109. autofonce_config
  110. autofonce_core
  111. autofonce_lib
  112. autofonce_m4
  113. autofonce_misc
  114. autofonce_patch
  115. autofonce_share
  116. avro
  117. avro-compiler
  118. awa
  119. awa-mirage
  120. aws >= "1.2"
  121. aws-async
  122. aws-autoscaling >= "1.2"
  123. aws-cloudformation >= "1.2"
  124. aws-cloudtrail >= "1.2"
  125. aws-cloudwatch
  126. aws-config
  127. aws-ec2 >= "1.2"
  128. aws-elasticache
  129. aws-elasticloadbalancing >= "1.2"
  130. aws-lwt
  131. aws-rds
  132. aws-route53
  133. aws-s3
  134. aws-s3-async
  135. aws-s3-lwt
  136. aws-sdb >= "1.2"
  137. aws-sqs
  138. aws-ssm >= "1.2"
  139. aws-sts >= "1.2"
  140. awsm
  141. awsm-async
  142. awsm-codegen
  143. awsm-lwt
  144. azblob
  145. azblob-async
  146. azure-cosmos-db
  147. babel < "v0.17.0"
  148. backoff
  149. bag
  150. baguette_sharp
  151. bare_encoding
  152. bark
  153. base < "v0.17.0"
  154. base32
  155. base64 >= "2.3.0"
  156. base_bigstring < "v0.17.0"
  157. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  158. base_trie < "v0.17.0"
  159. bastet
  160. bastet_async
  161. bastet_lwt
  162. batch_jaro_winkler
  163. batsat
  164. batteries >= "3.7.1"
  165. bdd >= "0.5"
  166. bddrand
  167. bech32
  168. bechamel
  169. bechamel-js
  170. bechamel-notty
  171. bechamel-perf
  172. beluga = "1.0"
  173. benchmark >= "1.6"
  174. benchpress
  175. benchpress-server
  176. bencode >= "2.0"
  177. bentov
  178. bestline
  179. bheap >= "2.0.0"
  180. bibfmt
  181. bidirectional_map < "v0.17.0"
  182. bigarray-compat
  183. bigarray-overlap
  184. bigdecimal < "v0.17.0"
  185. bignum < "v0.17.0"
  186. bigstring >= "0.3"
  187. bigstring-unix
  188. bigstringaf >= "0.5.0"
  189. bimage
  190. bimage-display
  191. bimage-gtk
  192. bimage-io
  193. bimage-lwt
  194. bimage-sdl
  195. bimage-unix
  196. bimap
  197. bin
  198. bin_prot < "v0.17.0"
  199. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  200. binaryen_dsl
  201. bindlib >= "6.0.0"
  202. biniou >= "1.2.1"
  203. binning
  204. binsec
  205. bio_io
  206. biocaml
  207. biotk
  208. bisect_ppx >= "1.4.0"
  209. bistro
  210. bistro-bio
  211. bitcoin >= "3.0"
  212. bitcoin-cohttp-async
  213. bitcoin-cohttp-lwt
  214. bitcoin-ocurl
  215. bitcoinml
  216. bitlib
  217. bitmasks
  218. bitpack_serializer
  219. bitstring >= "3.1.1" & < "5.0.2"
  220. bitv >= "1.4"
  221. bitwuzla
  222. bitwuzla-bin < "1.0.0"
  223. bitwuzla-c
  224. bjack >= "0.1.6"
  225. blake3
  226. bloomf
  227. bls12-381 < "19.0"
  228. bls12-381-gen
  229. bls12-381-hash
  230. bls12-381-js
  231. bls12-381-js-gen
  232. bls12-381-legacy
  233. bls12-381-signature
  234. bls12-381-unix
  235. blurhash
  236. bnfgen
  237. bogue
  238. bogue-tutorials
  239. boltzgen < "0.9.5"
  240. bonsai < "v0.17.0"
  241. boulangerie
  242. box
  243. brr-lwd
  244. bson2
  245. bst >= "7.0.1"
  246. bstr
  247. buffer-pool
  248. build_path_prefix_map >= "0.3"
  249. builder
  250. builder-web
  251. bun >= "0.3.4"
  252. bwd
  253. bwrap
  254. bytearray >= "1.0.1"
  255. bytebuffer
  256. bytepdf
  257. bz2
  258. ca-certs
  259. ca-certs-nss
  260. cachet
  261. cachet-lwt
  262. cachet-solo5
  263. cactus
  264. cairn
  265. cairo2 >= "0.6"
  266. cairo2-gtk
  267. cairo2-pango
  268. caisar < "0.2.1"
  269. caisar-ir
  270. caisar-nnet
  271. caisar-onnx
  272. caisar-ovo
  273. caisar-xgboost
  274. calcium < "0.3.2"
  275. calculon >= "0.4"
  276. calculon-redis
  277. calculon-redis-lib
  278. calculon-web
  279. calendar >= "3.0.0"
  280. calendars
  281. calipso
  282. calli
  283. callipyge >= "0.2"
  284. camelot
  285. camels
  286. camelsnakekebab
  287. camlimages >= "5.0.2"
  288. camlix
  289. camlon >= "3.1.0"
  290. camlp-streams
  291. camlrack
  292. camltc >= "0.9.8"
  293. camomile >= "1.0.2"
  294. camyll
  295. canary
  296. capnp >= "3.5.0"
  297. capnp-rpc < "2.1"
  298. capnp-rpc-lwt < "2.0"
  299. capnp-rpc-net < "2.1"
  300. capnp-rpc-unix < "2.1"
  301. caqti >= "1.0.0" & < "2.1.1"
  302. caqti-async >= "1.0.0" & < "2.1.1"
  303. caqti-driver-mariadb < "2.1.1"
  304. caqti-driver-pgx < "2.1.1"
  305. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  306. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  307. caqti-dynload >= "1.0.0"
  308. caqti-eio < "2.1.1"
  309. caqti-lwt >= "1.0.0" & < "2.1.1"
  310. caqti-mirage < "2.1.1"
  311. caqti-type-calendar >= "1.0.0"
  312. carbon < "0.2.0"
  313. carray
  314. carton < "1.0.0"
  315. carton-git
  316. carton-lwt < "1.0.0"
  317. catala < "0.9.0"
  318. catala-format >= "0.2.0"
  319. catala-lsp
  320. catapult
  321. catapult-client
  322. catapult-daemon
  323. catapult-file
  324. catapult-sqlite
  325. cbor >= "0.3"
  326. cborl
  327. ccbg
  328. cconv >= "0.5"
  329. cconv-ppx
  330. cdb
  331. cdrom >= "0.9.4"
  332. ceph
  333. certify >= "0.3.0"
  334. cf
  335. cf-lwt
  336. cfg >= "2.2.0"
  337. cfml
  338. cfstream >= "1.3.1"
  339. chacha
  340. chamelon
  341. chamelon-unix
  342. chamo
  343. charInfo_width
  344. charrua
  345. charrua-client
  346. charrua-server
  347. charrua-unix
  348. charset
  349. chartjs
  350. chartjs-annotation
  351. chartjs-colorschemes
  352. chartjs-datalabels
  353. chartjs-streaming
  354. chase
  355. checkseum = "0.0.3" | >= "0.2.1"
  356. choice >= "0.4"
  357. cid
  358. cinaps >= "v0.12.0"
  359. clangml >= "4.0.0"
  360. clangml-transforms
  361. clap >= "0.2.0"
  362. clarity-lang
  363. class_group_vdf
  364. clim
  365. clim-ppx
  366. climate
  367. clp_operations
  368. clz
  369. cmarker
  370. cmdliner-stdlib
  371. cmon
  372. codept
  373. codept-lib
  374. cohttp >= "1.1.1" & < "6.0.0"
  375. cohttp-async < "6.0.0"
  376. cohttp-curl < "6.1.0"
  377. cohttp-curl-async < "6.1.0"
  378. cohttp-eio < "6.0.0"
  379. cohttp-lwt < "6.0.0"
  380. cohttp-lwt-jsoo < "6.1.0"
  381. cohttp-lwt-unix < "6.0.0"
  382. cohttp_async_websocket < "v0.17.0"
  383. cohttp_static_handler < "v0.17.0"
  384. coin >= "0.1.1"
  385. colibri2
  386. colibrics
  387. colibrilib
  388. colombe
  389. color >= "0.2.0"
  390. color-brewery
  391. combinat
  392. comby
  393. comby-kernel
  394. comby-semantic
  395. command_rpc < "v0.17.0"
  396. commons
  397. conan
  398. conan-cli
  399. conan-database
  400. conan-lwt
  401. conan-unix
  402. conduit
  403. conduit-async
  404. conduit-lwt
  405. conduit-lwt-unix
  406. conduit-mirage
  407. conex >= "0.10.0"
  408. conex-mirage-crypto
  409. confero
  410. config-file = "1.2.1"
  411. conformist
  412. containers
  413. containers-data
  414. containers-thread
  415. content_security_policy < "v0.17.0"
  416. cookie
  417. cookies
  418. coq >= "8.14.0" & < "9.0.0"
  419. coq-core < "9.0.0"
  420. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  421. coq-of-ocaml >= "2.4.1"
  422. coq-serapi >= "8.9.0+0.6.0"
  423. coq-stdlib < "9.0.0"
  424. coq-waterproof < "3.0.0+8.17"
  425. coqide >= "8.14.0"
  426. coqide-server < "9.0.0"
  427. core < "v0.17.0"
  428. core-and-more
  429. core_bench < "v0.17.0"
  430. core_compat
  431. core_extended < "v0.17.0"
  432. core_kernel >= "v0.12.3" & < "v0.17.0"
  433. core_profiler < "v0.17.0"
  434. core_unix < "v0.17.0"
  435. cosovo
  436. cow >= "2.4.0"
  437. cowabloga >= "0.5.0"
  438. cpm >= "12.1.2"
  439. cppo >= "1.6.6"
  440. cppo_ocamlbuild >= "1.6.6"
  441. cps_toolbox
  442. cpu
  443. cpuid >= "0.1.2"
  444. crc >= "2.1.0"
  445. crlibm >= "0.3"
  446. crontab
  447. crowbar >= "0.2"
  448. crunch
  449. cry >= "0.6.5"
  450. crypt >= "2.0"
  451. cryptokit >= "1.16.1"
  452. csexp
  453. css
  454. css-parser
  455. cstruct
  456. cstruct-async
  457. cstruct-lwt
  458. cstruct-sexp
  459. cstruct-unix
  460. csv >= "2.2"
  461. csv-lwt >= "2.1"
  462. csvfields < "v0.17.0"
  463. csvtool
  464. ctoxml
  465. ctypes >= "0.21.1" & < "0.24.0"
  466. ctypes-foreign >= "0.21.1" & < "0.24.0"
  467. ctypes-zarith
  468. ctypes_stubs_js
  469. cucumber
  470. cudd < "0.1.3"
  471. cudf >= "0.10"
  472. cue_sheet_maker
  473. cuid >= "0.2"
  474. cumulus
  475. curl
  476. curl_lwt
  477. curly >= "0.2.0"
  478. current
  479. current-albatross-deployer
  480. current-web-pipelines
  481. current_ansi
  482. current_docker
  483. current_examples
  484. current_git
  485. current_github
  486. current_gitlab
  487. current_incr
  488. current_ocluster < "0.3.0"
  489. current_rpc
  490. current_slack
  491. current_ssh
  492. current_web
  493. curses >= "1.0.9"
  494. curve-sampling
  495. cviode
  496. daft >= "0.0.4"
  497. dap
  498. data-encoding
  499. dataframe
  500. datakit-server >= "0.12.2"
  501. datakit-server-9p >= "0.12.2"
  502. datalog >= "0.6"
  503. dates_calc < "0.0.7"
  504. daypack-lib
  505. dbf != "0.1.1"
  506. dblp
  507. dblp-api
  508. debian-formats >= "0.1.2"
  509. decimal
  510. decoders >= "0.1.2"
  511. decoders-bencode
  512. decoders-cbor
  513. decoders-ezjsonm >= "0.1.2"
  514. decoders-ezxmlm
  515. decoders-jsonaf
  516. decoders-jsonm
  517. decoders-msgpck
  518. decoders-sexplib
  519. decoders-yojson >= "0.1.2"
  520. decompress >= "0.8.1"
  521. dedent < "v0.17.0"
  522. dedukti >= "2.7"
  523. delimited_parsing < "v0.17.0"
  524. depyt
  525. devkit >= "1.0"
  526. diet >= "0.2"
  527. diffable
  528. digestif >= "0.9.0"
  529. directories
  530. dirsift
  531. dirsp-exchange
  532. dirsp-exchange-kbb2017
  533. dirsp-proscript
  534. dirsp-proscript-mirage
  535. dirsp-ps2ocaml
  536. diskuvbox
  537. disml
  538. dispatch >= "0.4.1"
  539. dispatch-js
  540. distributed >= "0.6.0"
  541. distributed-lwt >= "0.2.0"
  542. distributed-uwt >= "0.2.0"
  543. dkim
  544. dkim-bin
  545. dkim-lwt-unix
  546. dkim-mirage
  547. dkml-c-probe
  548. dkml-component-offline-ocamlrun
  549. dkml-component-offline-opam
  550. dkml-component-staging-ocamlrun
  551. dkml-component-staging-opam32
  552. dkml-component-staging-opam64
  553. dkml-dune-dsl
  554. dkml-dune-dsl-show
  555. dkml-install
  556. dkml-install-installer
  557. dkml-install-runner
  558. dkml-option-vcpkg
  559. dkml-package-console
  560. dkml-runtime-common >= "2.0.3"
  561. dkml-runtime-distribution
  562. dkml-workflows
  563. dlm >= "0.3.1"
  564. dmap
  565. dmarc
  566. dns
  567. dns-certify
  568. dns-cli
  569. dns-client
  570. dns-client-lwt
  571. dns-client-miou-unix
  572. dns-client-mirage
  573. dns-lwt
  574. dns-mirage
  575. dns-resolver
  576. dns-server
  577. dns-stub
  578. dns-tsig
  579. dnssec
  580. docfd
  581. docker-api >= "0.2"
  582. docker_hub
  583. dockerfile
  584. dockerfile-cmd
  585. dockerfile-opam >= "8.2.7"
  586. docteur
  587. docteur-solo5
  588. docteur-unix
  589. doculib
  590. doi2bib
  591. dokeysto >= "3.0.2"
  592. dokeysto_camltc >= "3.0.2"
  593. dokeysto_lz4 >= "3.0.2"
  594. dolmen >= "0.4.1"
  595. dolmen_bin
  596. dolmen_loop
  597. dolmen_lsp
  598. dolmen_model
  599. dolmen_type
  600. dolog >= "4.0.0"
  601. domain-local-await < "1.0.1"
  602. domain-local-timeout
  603. domain-name
  604. domain_shims
  605. domainslib
  606. dose3 >= "6.1"
  607. dose3-extra
  608. dot-merlin-reader
  609. dotenv
  610. dream
  611. dream-accept
  612. dream-cli
  613. dream-encoding
  614. dream-html
  615. dream-htmx
  616. dream-httpaf
  617. dream-livereload
  618. dream-pure
  619. dream-serve
  620. dream_middleware_ext
  621. drom >= "0.3.0"
  622. drom_lib >= "0.3.0"
  623. drom_toml
  624. dropbox
  625. dropbox_lwt_unix
  626. dscheck < "0.4.0"
  627. dssi >= "0.1.3"
  628. dtc-pb
  629. dtoa >= "0.3.2"
  630. dtools >= "0.4.2"
  631. dual
  632. duff >= "0.2"
  633. dum >= "1.0.3"
  634. dump_ocamlformat
  635. dune-build-info < "3.15.3"
  636. dune-cargo-build
  637. dune-compiledb
  638. dune-configurator >= "2.5.1" & < "3.15.3"
  639. dune-deps
  640. dune-expand
  641. dune-private-libs < "3.15.3"
  642. dune-release >= "1.0.0" & < "2.0.0"
  643. duppy >= "0.9.0"
  644. duration
  645. dyn < "3.15.3"
  646. dypgen
  647. earley >= "3.0.0"
  648. earlybird < "1.3.4"
  649. easy-format >= "1.3.2"
  650. easy_logging
  651. easy_logging_yojson
  652. ecaml < "v0.17.0"
  653. edn
  654. ego
  655. eigen >= "0.1.0"
  656. eio < "0.9"
  657. eio-ssl
  658. eio_linux < "0.9"
  659. either
  660. elasticsearch-cli >= "0.5"
  661. electrod
  662. eliom >= "10.1.2"
  663. elm_core
  664. elm_playground
  665. elm_playground_native
  666. elm_playground_web
  667. elm_system
  668. elpi
  669. email_message < "v0.17.0"
  670. embedded_ocaml_templates
  671. emile >= "0.4"
  672. emoji >= "2.0.0"
  673. encore >= "0.4"
  674. env_config < "v0.17.0"
  675. epictetus
  676. eqaf >= "0.2"
  677. eqaf-cstruct
  678. equinoxe
  679. equinoxe-cohttp
  680. equinoxe-hlc
  681. erlang
  682. errpy
  683. erssical
  684. esa
  685. esgg
  686. esperanto-cosmopolitan >= "0.0.5"
  687. ethernet
  688. euler
  689. exenum >= "0.86"
  690. exit
  691. expect >= "0.1.0"
  692. expect_test_helpers
  693. expect_test_helpers_async < "v0.17.0"
  694. expect_test_helpers_core < "v0.17.0"
  695. expect_test_helpers_kernel
  696. expr
  697. extism
  698. extism-manifest
  699. extlib >= "1.7.9"
  700. extunix >= "0.3.1"
  701. ez_api
  702. ez_cmdliner >= "0.2.0"
  703. ez_config >= "0.2.0"
  704. ez_file >= "0.3.0"
  705. ez_hash
  706. ez_pgocaml
  707. ez_search
  708. ez_subst
  709. ezcurl
  710. ezcurl-lwt
  711. ezdl
  712. ezgzip >= "0.2.3"
  713. ezjs_ace
  714. ezjs_blockies
  715. ezjs_cleave
  716. ezjs_crypto
  717. ezjs_cytoscape
  718. ezjs_d3pie
  719. ezjs_extension
  720. ezjs_fetch
  721. ezjs_idb
  722. ezjs_jquery
  723. ezjs_min
  724. ezjs_odometer
  725. ezjs_push
  726. ezjs_qrcode
  727. ezjs_recaptcha
  728. ezjs_timeline
  729. ezjsonm >= "1.0.0"
  730. ezjsonm-encoding
  731. ezjsonm-lwt
  732. ezresto
  733. ezresto-directory
  734. ezsqlite >= "0.4.2"
  735. ezxmlm >= "1.1.0"
  736. FPauth
  737. FPauth-core
  738. FPauth-responses
  739. FPauth-strategies
  740. FrontC >= "4.0.0"
  741. faad >= "0.5.0"
  742. facteur
  743. fadbadml >= "0.1.2"
  744. faraday >= "0.7.1"
  745. faraday-async >= "0.7.1"
  746. faraday-lwt >= "0.7.1"
  747. faraday-lwt-unix >= "0.7.1"
  748. farith
  749. farmhash >= "0.4"
  750. fasmifra
  751. fat-filesystem >= "0.13.0"
  752. fd-send-recv >= "2.0.1"
  753. fdkaac >= "0.3.2"
  754. feat
  755. feat-core
  756. feat-num
  757. feather
  758. feather_async
  759. ff
  760. ff-bench
  761. ff-pbt
  762. ff-sig
  763. ffmpeg >= "1.0.0~beta1" & < "1.2.7"
  764. ffmpeg-av < "1.2.7"
  765. ffmpeg-avcodec < "1.2.7"
  766. ffmpeg-avdevice < "1.2.7"
  767. ffmpeg-avfilter < "1.2.7"
  768. ffmpeg-avutil < "1.2.7"
  769. ffmpeg-swresample < "1.2.7"
  770. ffmpeg-swscale < "1.2.7"
  771. fftw3 >= "0.8.2"
  772. fiat-p256
  773. fiber
  774. fiber-lwt
  775. fieldslib >= "v0.12.0" & < "v0.17.0"
  776. file_path < "v0.17.0"
  777. fileutils >= "0.6.1"
  778. finch
  779. fit < "1.3.2"
  780. fix >= "20181206"
  781. flac
  782. flatunionfind
  783. flex-array
  784. flint < "0.3.2"
  785. flow_parser >= "0.229.1"
  786. fluxt
  787. fmlib
  788. fmlib_browser
  789. fmlib_js
  790. fmlib_parse
  791. fmlib_pretty
  792. fmlib_std
  793. fontforge-of-ocaml
  794. frama-c >= "26.0~beta" & < "28.0~beta"
  795. frama-c-metacsl >= "0.4" & < "0.7"
  796. frama-clang < "0.0.16"
  797. fred
  798. freetds >= "0.7"
  799. frei0r >= "0.1.2"
  800. frenetic
  801. fromager
  802. fsevents
  803. fsevents-lwt
  804. fsml
  805. fswatch
  806. fswatch_async
  807. fswatch_lwt
  808. fun-postgresql
  809. fun-sql
  810. fun-sqlite
  811. functoria
  812. functoria-runtime
  813. fuseau
  814. fuseau-lwt
  815. fuzzy_compare
  816. fuzzy_match < "v0.17.0"
  817. fzf < "v0.17.0"
  818. General
  819. GT < "0.5.4"
  820. gapi-ocaml
  821. gbddml
  822. gd >= "1.1"
  823. gdbprofiler >= "0.4"
  824. gemini >= "0.3.0"
  825. gen >= "0.5.2"
  826. gen_js_api
  827. gendarme
  828. gendarme-csv
  829. gendarme-ezjsonm
  830. gendarme-json < "0.4.0"
  831. gendarme-toml
  832. gendarme-yaml
  833. gendarme-yojson
  834. genprint
  835. genspio >= "0.0.3"
  836. genspir >= "1.0.1"
  837. geojson
  838. geojsone
  839. geoml
  840. get_line >= "7.0.0"
  841. getopt >= "20230213"
  842. gettext >= "0.4.1" & < "0.5.0"
  843. gettext-camomile < "0.5.0"
  844. gettext-stub < "0.5.0"
  845. git
  846. git-cohttp
  847. git-cohttp-unix
  848. git-http
  849. git-kv
  850. git-mirage
  851. git-net
  852. git-paf
  853. git-unix
  854. github >= "4.0.0"
  855. github-data
  856. github-hooks
  857. github-hooks-unix >= "0.5.0"
  858. github-jsoo >= "4.1.0"
  859. github-unix >= "4.0.0"
  860. gitlab
  861. gitlab-jsoo
  862. gitlab-unix
  863. gitlab_pipeline_notifier
  864. glfw-ocaml
  865. globlon
  866. gluten
  867. gluten-async
  868. gluten-eio
  869. gluten-lwt
  870. gluten-lwt-unix
  871. gluten-mirage
  872. gmap
  873. gmp
  874. gnuplot >= "0.6"
  875. gobba
  876. gobject-introspection
  877. goblint < "2.3.0"
  878. goblint-cil >= "1.8.0"
  879. google-drive-ocamlfuse
  880. gopcaml-mode >= "0.0.2"
  881. gopcaml-mode-merlin
  882. gospel
  883. gotd
  884. gperftools >= "0.4"
  885. gpiod
  886. gpr >= "1.4.0"
  887. gr
  888. grace
  889. gradescope_submit
  890. grain_dypgen >= "0.2.1"
  891. graphics >= "5.0.0"
  892. graphql >= "0.8.0"
  893. graphql-async >= "0.8.0"
  894. graphql-cohttp >= "0.9.0"
  895. graphql-lwt >= "0.8.0"
  896. graphql_parser >= "0.9.0"
  897. graphql_ppx
  898. graphv
  899. graphv_core
  900. graphv_core_lib
  901. graphv_font
  902. graphv_font_js
  903. graphv_font_stb_truetype
  904. graphv_gles2
  905. graphv_gles2_native
  906. graphv_gles2_native_impl
  907. graphv_webgl
  908. graphv_webgl_impl
  909. gremlin
  910. grenier >= "0.8"
  911. grid
  912. grpc < "0.2.0"
  913. grpc-async < "0.2.0"
  914. grpc-lwt < "0.2.0"
  915. gsl >= "1.24.0"
  916. gstreamer >= "0.3.1"
  917. guardian
  918. guile
  919. h1
  920. h1-lwt-unix
  921. h1_parser
  922. h2
  923. h2-async
  924. h2-eio
  925. h2-lwt
  926. h2-lwt-unix
  927. h2-mirage
  928. hack_parallel >= "1.0.0"
  929. hacl-star
  930. hacl-star-raw >= "0.5.0"
  931. hacl_func
  932. hacl_x25519
  933. happy-eyeballs
  934. happy-eyeballs-lwt
  935. happy-eyeballs-miou-unix
  936. happy-eyeballs-mirage
  937. hardcaml < "v0.17.0"
  938. hardcaml_axi < "v0.17.0"
  939. hardcaml_c < "v0.17.0"
  940. hardcaml_circuits < "v0.17.0"
  941. hardcaml_fixed_point < "v0.17.0"
  942. hardcaml_handshake < "v0.17.0"
  943. hardcaml_of_verilog < "v0.17.0"
  944. hardcaml_step_testbench < "v0.17.0"
  945. hardcaml_verify < "v0.17.0"
  946. hardcaml_verilator < "v0.17.0"
  947. hardcaml_waveterm < "v0.17.0"
  948. hardcaml_xilinx < "v0.17.0"
  949. hardcaml_xilinx_components < "v0.17.0"
  950. hardcaml_xilinx_reports < "v0.17.0"
  951. hashcons >= "1.4.0"
  952. hashids >= "1.0.1"
  953. hashset >= "1.0.1"
  954. haxe >= "4.1.1"
  955. hc
  956. hdf5 >= "0.1.5"
  957. headache
  958. header-check
  959. herdtools7 >= "7.55"
  960. hex >= "1.3.0"
  961. hex_encode < "v0.17.0"
  962. hexstring
  963. hg_lib < "v0.17.0"
  964. hidapi >= "1.1"
  965. hidapi-lwt
  966. higher_kinded < "v0.17.0"
  967. higlo >= "0.8"
  968. hilite < "0.5.0"
  969. hkdf
  970. hl_yaml
  971. hockmd
  972. horned_worm
  973. hpack
  974. htmlfromtexbooks
  975. hts_shrink >= "2.1.2"
  976. http < "6.0.0"
  977. http-cookie
  978. http-date
  979. http-lwt-client
  980. http-mirage-client
  981. http-multipart-formdata
  982. http_async
  983. httpaf >= "0.6.0"
  984. httpaf-async >= "0.6.0"
  985. httpaf-lwt-unix
  986. httpaf_caged
  987. httpcats
  988. httph
  989. httpun
  990. httpun-async
  991. httpun-eio
  992. httpun-lwt
  993. httpun-lwt-unix
  994. httpun-mirage
  995. httpun-types
  996. httpun-ws
  997. httpun-ws-async
  998. httpun-ws-eio
  999. httpun-ws-lwt
  1000. httpun-ws-lwt-unix
  1001. httpun-ws-mirage
  1002. huffman
  1003. hurl
  1004. hvsock >= "2.0.0"
  1005. hxd
  1006. hyper
  1007. ISO3166
  1008. ISO8601 >= "0.2.6"
  1009. i3ipc
  1010. icalendar
  1011. idd
  1012. idds
  1013. imagelib
  1014. incr_dom < "v0.17.0"
  1015. incr_dom_interactive < "v0.17.0"
  1016. incr_dom_keyboard
  1017. incr_dom_partial_render < "v0.17.0"
  1018. incr_dom_sexp_form < "v0.17.0"
  1019. incr_dom_widgets
  1020. incr_map < "v0.17.0"
  1021. incr_select < "v0.17.0"
  1022. incremental < "v0.17.0"
  1023. incremental_cycles
  1024. indentation_buffer < "v0.17.0"
  1025. index
  1026. index-bench
  1027. inferno >= "20190924"
  1028. influxdb
  1029. influxdb-async
  1030. influxdb-lwt
  1031. inotify >= "2.4" & < "2.6"
  1032. inquire
  1033. int_repr < "v0.17.0"
  1034. integers >= "0.3.0"
  1035. integers_stubs_js
  1036. integration1d >= "0.5.1"
  1037. interface-prime
  1038. interface-prime-lwt
  1039. interval >= "1.5" & < "1.6"
  1040. interval-map
  1041. interval_base
  1042. interval_crlibm
  1043. interval_intel
  1044. io-page
  1045. io-page-unix
  1046. iomux < "0.4"
  1047. iostream
  1048. iostream-camlzip
  1049. ip2location
  1050. ip2locationio
  1051. ip2proxy
  1052. ip2whois
  1053. ipaddr >= "2.9.0"
  1054. ipaddr-cstruct
  1055. ipaddr-sexp
  1056. irc-client >= "0.6.2"
  1057. irc-client-lwt >= "0.6.2"
  1058. irc-client-lwt-ssl
  1059. irc-client-tls >= "0.6.2"
  1060. irc-client-unix >= "0.6.2"
  1061. iri >= "0.6.0" & < "1.1.0"
  1062. irmin
  1063. irmin-bench
  1064. irmin-chunk
  1065. irmin-cli
  1066. irmin-client
  1067. irmin-containers
  1068. irmin-fs
  1069. irmin-git
  1070. irmin-graphql
  1071. irmin-http
  1072. irmin-indexeddb
  1073. irmin-layers
  1074. irmin-mirage
  1075. irmin-mirage-git
  1076. irmin-mirage-graphql
  1077. irmin-pack
  1078. irmin-pack-tools
  1079. irmin-server
  1080. irmin-test
  1081. irmin-tezos
  1082. irmin-unix
  1083. irmin-watcher
  1084. iso639
  1085. iter >= "1.4"
  1086. itv-tree >= "2.2"
  1087. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1088. jane_rope < "v0.17.0"
  1089. janestreet_cpuid < "v0.17.0"
  1090. janestreet_csv < "v0.17.0"
  1091. janestreet_lru_cache < "v0.17.0"
  1092. jasmin >= "2023.06.0" & < "2025.06.0"
  1093. jekyll-format >= "0.2.0"
  1094. jemalloc >= "0.2"
  1095. jext
  1096. jhupllib >= "0.2.1"
  1097. jingoo >= "1.3.0"
  1098. jose
  1099. js_of_ocaml < "5.1.0"
  1100. js_of_ocaml-compiler < "5.1.0"
  1101. js_of_ocaml-lwt < "5.1.0"
  1102. js_of_ocaml-ocamlbuild >= "3.5.0"
  1103. js_of_ocaml-ppx < "5.1.0"
  1104. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1105. js_of_ocaml-toplevel < "5.1.0"
  1106. js_of_ocaml-tyxml < "5.1.0"
  1107. js_of_ocaml-webgpu
  1108. js_of_ocaml-webidl
  1109. js_of_ocaml_patches < "v0.17.0"
  1110. json-data-encoding < "1.1.1"
  1111. json-data-encoding-browser < "1.1.1"
  1112. json-data-encoding-bson < "1.1.1"
  1113. json_decoder
  1114. jsonaf < "v0.17.0"
  1115. jsonoo
  1116. jsonrpc
  1117. jsonschema2atd
  1118. jsonxt
  1119. jsoo-react
  1120. jsoo_broadcastchannel
  1121. jsoo_storage
  1122. jst-config < "v0.17.0"
  1123. junit >= "2.0.1"
  1124. junit_alcotest >= "2.0.1"
  1125. junit_ounit >= "2.0.1"
  1126. jupyter
  1127. jupyter-archimedes
  1128. jupyter-kernel
  1129. jwto
  1130. kafka >= "0.5"
  1131. kafka_async
  1132. kafka_lwt
  1133. kappa-agents
  1134. kappa-binaries
  1135. kappa-library
  1136. kappa-server
  1137. kcas < "0.7.0"
  1138. kcas_data < "0.7.0"
  1139. kdf
  1140. kdl
  1141. ke
  1142. key-parsers >= "0.10.1"
  1143. kicadsch >= "0.4.0"
  1144. kind2
  1145. kinetic-client >= "0.0.11"
  1146. kittyimg
  1147. kkmarkdown
  1148. kmt
  1149. knights_tour
  1150. kqueue
  1151. krb
  1152. lab
  1153. lablgtk3 >= "3.0.beta4"
  1154. lablgtk3-extras >= "3.0.1"
  1155. lablgtk3-goocanvas2
  1156. lablgtk3-gtkspell3
  1157. lablgtk3-rsvg2
  1158. lablgtk3-sourceview3
  1159. lablqml
  1160. labrys
  1161. lacaml >= "11.0.2"
  1162. ladspa >= "0.2.0"
  1163. lambda
  1164. lambda-runtime
  1165. lambda-term >= "2.0"
  1166. lambda_streams
  1167. lambda_streams_async
  1168. lambda_streams_lwt
  1169. lambdapi < "2.3.1"
  1170. lambdasoup >= "0.6.4"
  1171. lame >= "0.3.4"
  1172. landmarks = "1.4"
  1173. landmarks-ppx < "1.5"
  1174. lascar >= "0.6-alpha"
  1175. lastfm >= "0.3.3"
  1176. launchd >= "1.3"
  1177. lazy-trie
  1178. lbfgs >= "0.9.1"
  1179. lbvs_consent >= "2.1.0"
  1180. ldap >= "2.4.1"
  1181. ldp < "0.5.0"
  1182. ldp_curl < "0.5.0"
  1183. ldp_js < "0.5.0"
  1184. ldp_tls < "0.5.0"
  1185. leaflet
  1186. learn-ocaml
  1187. learn-ocaml-client
  1188. ledgerwallet
  1189. ledgerwallet-tezos
  1190. lens >= "1.2.3"
  1191. letsencrypt
  1192. letsencrypt-app
  1193. letsencrypt-dns
  1194. letsencrypt-mirage
  1195. letters
  1196. leveldb >= "1.3.0"
  1197. lib_parsing
  1198. libabsolute
  1199. libbinaryen < "105.1.0" | >= "107.0.1"
  1200. libirmin
  1201. libsail < "0.20"
  1202. libsvm >= "0.10.0"
  1203. libzipperposition
  1204. lilac
  1205. lilv
  1206. line-up-words < "v0.17.0"
  1207. line_oriented
  1208. linenoise >= "1.2.0"
  1209. links
  1210. links-mysql
  1211. links-postgresql
  1212. links-sqlite3
  1213. linol
  1214. linol-eio
  1215. linol-lwt
  1216. lintcstubs
  1217. lintcstubs-arity
  1218. lintcstubs-gen
  1219. linwrap
  1220. liquid_interpreter
  1221. liquid_ml
  1222. liquid_parser
  1223. liquid_std
  1224. liquid_syntax
  1225. liquidsoap-core
  1226. liquidsoap-lang < "2.3.3"
  1227. liquidsoap-libs
  1228. liquidsoap-libs-extra
  1229. little_logger
  1230. llama
  1231. llama-cpp-ocaml
  1232. llama_core
  1233. llama_interactive
  1234. llama_midi
  1235. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1236. lmdb >= "1.0"
  1237. lo >= "0.2.0"
  1238. lockfree
  1239. loga
  1240. logical
  1241. logs-async < "1.3"
  1242. logs-async-reporter < "1.3"
  1243. logs-ppx
  1244. logs-syslog
  1245. logtk
  1246. lp
  1247. lp-glpk
  1248. lp-glpk-js
  1249. lp-gurobi
  1250. lp-highs
  1251. lpd
  1252. lreplay < "0.1.1"
  1253. lru >= "0.3.0"
  1254. lru_cache
  1255. lsp
  1256. lt-code
  1257. lua-ml >= "0.9.3"
  1258. lua_parser
  1259. lucid
  1260. lun
  1261. lustre-v6 >= "6.103.3"
  1262. lutils >= "1.51.2"
  1263. lutin >= "2.71.10"
  1264. luv
  1265. luv_unix
  1266. lwd
  1267. lwt != "5.9.2" & < "6.0.0-beta01"
  1268. lwt-canceler >= "0.2"
  1269. lwt-dllist
  1270. lwt-exit
  1271. lwt-parallel
  1272. lwt-watcher >= "0.2"
  1273. lwt_direct < "6.0.0-beta01"
  1274. lwt_domain
  1275. lwt_eio < "0.4"
  1276. lwt_glib >= "1.1.1"
  1277. lwt_log >= "1.1.1"
  1278. lwt_ppx >= "1.2.2" & < "5.9.2"
  1279. lwt_react >= "1.1.2"
  1280. lwt_retry
  1281. lwt_ssl >= "1.1.3"
  1282. lz4 >= "1.2.0"
  1283. lz4_chans >= "3.0.1"
  1284. lzo >= "0.0.3"
  1285. m_tree
  1286. macaddr
  1287. macaddr-cstruct
  1288. macaddr-sexp
  1289. mad >= "0.5.0"
  1290. magic-mime >= "1.1.2"
  1291. magic-trace
  1292. make-random
  1293. malfunction
  1294. man_in_the_middle_debugger < "v0.17.0"
  1295. markdown
  1296. markup >= "0.8.0"
  1297. markup-lwt
  1298. mastodon-archive-viewer >= "0.2"
  1299. matita
  1300. matplotlib
  1301. mbr-format
  1302. mc2
  1303. mccs >= "1.1+10"
  1304. mdx != "1.7.0"
  1305. mec
  1306. mechaml
  1307. mehari
  1308. mehari-eio
  1309. mehari-eio-unix
  1310. mehari-lwt-unix
  1311. mehari-mirage
  1312. mel
  1313. melange < "1.0.0"
  1314. melange-compiler-libs
  1315. meldep
  1316. mem_usage
  1317. memcad
  1318. memfd
  1319. memgraph
  1320. memgraph_kitty
  1321. memo
  1322. memprof-limits
  1323. memtrace
  1324. memtrace-mirage
  1325. memtrace_viewer
  1326. menhir >= "20200123"
  1327. menhirCST
  1328. menhirLib
  1329. menhirSdk
  1330. merge-fmt
  1331. merlin
  1332. merlin-extend
  1333. merlin-lib
  1334. mesh >= "0.9.5"
  1335. mesh-easymesh >= "0.9.5"
  1336. mesh-graphics >= "0.9.5"
  1337. mesh-triangle >= "0.9.5"
  1338. metadata
  1339. metadb
  1340. metapp
  1341. metaquot
  1342. metrics
  1343. metrics-influx
  1344. metrics-lwt
  1345. metrics-rusage
  1346. metrics-unix
  1347. mew
  1348. mew_vi
  1349. middleware
  1350. mimic
  1351. mimic-happy-eyeballs
  1352. mindstorm >= "0.8"
  1353. mindstorm-lwt
  1354. minicaml
  1355. minicli >= "5.0.2"
  1356. minisat >= "0.3"
  1357. miou
  1358. mirage >= "4.0.0"
  1359. mirage-block
  1360. mirage-block-ccm
  1361. mirage-block-combinators
  1362. mirage-block-lwt
  1363. mirage-block-partition
  1364. mirage-block-ramdisk
  1365. mirage-block-solo5
  1366. mirage-block-unikraft
  1367. mirage-block-unix
  1368. mirage-block-xen
  1369. mirage-bootvar
  1370. mirage-channel >= "3.2.0"
  1371. mirage-channel-lwt
  1372. mirage-clock
  1373. mirage-clock-lwt
  1374. mirage-clock-unix
  1375. mirage-conduit
  1376. mirage-console
  1377. mirage-console-lwt
  1378. mirage-crypto
  1379. mirage-crypto-ec
  1380. mirage-crypto-pk
  1381. mirage-crypto-rng
  1382. mirage-crypto-rng-async
  1383. mirage-crypto-rng-eio
  1384. mirage-crypto-rng-lwt
  1385. mirage-crypto-rng-miou-unix
  1386. mirage-crypto-rng-mirage
  1387. mirage-device
  1388. mirage-dns
  1389. mirage-flow
  1390. mirage-flow-combinators
  1391. mirage-flow-lwt
  1392. mirage-flow-unix
  1393. mirage-fs
  1394. mirage-fs-lwt
  1395. mirage-kv >= "2.0.0"
  1396. mirage-kv-lwt >= "2.0.0"
  1397. mirage-kv-mem
  1398. mirage-kv-unix < "3.0.0"
  1399. mirage-logs
  1400. mirage-monitoring
  1401. mirage-mtime
  1402. mirage-nat
  1403. mirage-net
  1404. mirage-net-lwt
  1405. mirage-net-macosx >= "1.5.0"
  1406. mirage-net-solo5
  1407. mirage-net-unikraft
  1408. mirage-net-unix
  1409. mirage-net-xen
  1410. mirage-profile
  1411. mirage-protocols
  1412. mirage-protocols-lwt
  1413. mirage-ptime
  1414. mirage-qubes
  1415. mirage-qubes-ipv4
  1416. mirage-random
  1417. mirage-runtime
  1418. mirage-sleep
  1419. mirage-solo5
  1420. mirage-stack
  1421. mirage-stack-lwt
  1422. mirage-time
  1423. mirage-time-lwt
  1424. mirage-time-unix
  1425. mirage-types >= "3.6.0"
  1426. mirage-types-lwt >= "3.6.0"
  1427. mirage-unix
  1428. mirage-vnetif
  1429. mirage-xen
  1430. mkaudio >= "1.1.0"
  1431. mkocaml
  1432. mlbdd >= "0.7.2"
  1433. mlfenv
  1434. mlmpfr >= "4.0.2+dune"
  1435. mlpost
  1436. mlpost-lablgtk
  1437. mlt_parser < "v0.17.0"
  1438. mm >= "0.7.0" & < "0.8.5"
  1439. mmap
  1440. mmdb
  1441. mmo
  1442. mnd
  1443. mock >= "0.1.1"
  1444. mock-ounit >= "0.1.1"
  1445. module-graph
  1446. molenc >= "5.0.0"
  1447. monaco_jsoo
  1448. monolith < "20241126"
  1449. monomorphic >= "2.0"
  1450. monorobot
  1451. moonpool
  1452. moonpool-io
  1453. moonpool-lwt
  1454. morbig >= "0.10.3"
  1455. morsmall
  1456. moss >= "0.1.1"
  1457. mparser >= "1.3"
  1458. mparser-pcre
  1459. mparser-re
  1460. mperf
  1461. mpg123
  1462. mpp >= "0.3.4"
  1463. mpris
  1464. mpris-clients
  1465. mrmime
  1466. msat >= "0.8"
  1467. msat-bin
  1468. msgpck >= "1.5"
  1469. msgpck-repr
  1470. mssql
  1471. mugen
  1472. mula
  1473. multibase
  1474. multicodec
  1475. multihash
  1476. multihash-digestif
  1477. multipart-form-data >= "0.3.0"
  1478. multipart_form
  1479. multipart_form-cohttp-lwt
  1480. multipart_form-eio
  1481. multipart_form-lwt
  1482. multipart_form-miou
  1483. murmur3 >= "0.3"
  1484. mustache >= "3.1.0"
  1485. mustache-cli
  1486. mutaml
  1487. mutf8
  1488. mwt
  1489. mybuild >= "7"
  1490. mysql8
  1491. mysql_protocol
  1492. n_ary < "v0.17.0"
  1493. naboris
  1494. nacc
  1495. nanoev
  1496. nanoev-picos
  1497. nanoev-posix
  1498. nanoev_tiny_httpd
  1499. nanoid
  1500. nanosvg
  1501. nanosvg_text
  1502. nbd >= "4.0.3"
  1503. nbd-tool
  1504. nbd-unix
  1505. neo4j_bolt
  1506. netkat
  1507. netlink >= "0.3.4"
  1508. netsnmp < "v0.17.0"
  1509. nice_parser
  1510. ninja_utils
  1511. niru
  1512. nlopt
  1513. nmea
  1514. noCanren >= "0.3.0~alpha1"
  1515. nocoiner
  1516. node_of_ocaml
  1517. noise
  1518. non_empty_list
  1519. nottui
  1520. nottui-lwt
  1521. nottui-pretty
  1522. nottui-unix
  1523. notty >= "0.2.3"
  1524. notty-community
  1525. notty_async >= "v0.12.0" & < "v0.17.0"
  1526. np
  1527. npy >= "0.0.9"
  1528. nsq
  1529. numeric_string < "v0.17.0"
  1530. nuscr
  1531. OCADml
  1532. OCanren
  1533. OCanren-ppx
  1534. OSCADml
  1535. obeam
  1536. obelisk >= "0.5.0"
  1537. obuilder < "0.6.0"
  1538. obuilder-spec < "0.6.0"
  1539. obus >= "1.2.0"
  1540. ocal >= "0.2.2"
  1541. ocaml-canvas
  1542. ocaml-compiler-libs >= "v0.12.0"
  1543. ocaml-embed-file < "v0.17.0"
  1544. ocaml-in-python
  1545. ocaml-index
  1546. ocaml-lsp-server
  1547. ocaml-lua
  1548. ocaml-migrate-parsetree
  1549. ocaml-migrate-parsetree-ocamlbuild
  1550. ocaml-monadic >= "0.4.1"
  1551. ocaml-print-intf
  1552. ocaml-probes < "v0.17.0"
  1553. ocaml-protoc >= "2.0.1"
  1554. ocaml-protoc-plugin < "6.1.0"
  1555. ocaml-r >= "0.1.1"
  1556. ocaml-syntax-shims
  1557. ocaml-systemd >= "1.3"
  1558. ocaml-top >= "1.2.0"
  1559. ocaml-vdom < "transition"
  1560. ocaml-version >= "3.5.0"
  1561. ocaml_db_model
  1562. ocaml_intrinsics < "v0.17.0"
  1563. ocaml_pgsql_model
  1564. ocaml_plugin
  1565. ocamlapi
  1566. ocamlapi_async
  1567. ocamlapi_lwt_unix
  1568. ocamlapi_ppx
  1569. ocamlcodoc
  1570. ocamldiff >= "1.2"
  1571. ocamlformat >= "0.24.1"
  1572. ocamlformat-lib
  1573. ocamlformat-mlx
  1574. ocamlformat-mlx-lib
  1575. ocamlformat-rpc < "removed"
  1576. ocamlformat-rpc-lib
  1577. ocamlgraph >= "2.0.0"
  1578. ocamlgraph_gtk
  1579. ocamline
  1580. ocamlog
  1581. ocamlregextkit
  1582. ocb
  1583. ocf >= "0.8.0" & < "1.0.0"
  1584. ocf_ppx < "1.0.0"
  1585. ockt
  1586. ocluster != "0.2" & < "0.3.0"
  1587. ocluster-api < "0.3.0"
  1588. ocluster-worker < "0.3.0"
  1589. ocolor
  1590. ocp-browser >= "1.1.9"
  1591. ocp-indent >= "1.7.0" & < "1.9.0"
  1592. ocp-indent-nlfork
  1593. ocp-index >= "1.1.9"
  1594. ocp-search
  1595. ocp_reveal
  1596. ocplib-endian >= "1.1"
  1597. ocplib-json-typed-browser
  1598. ocplib-json-typed-bson
  1599. ocplib-simplex >= "0.5"
  1600. ocplib_stuff >= "0.4.0"
  1601. ocsigen-i18n >= "4.0.0"
  1602. ocsigen-ppx-rpc
  1603. ocsigenserver >= "4.0.1"
  1604. ocsipersist
  1605. ocsipersist-dbm
  1606. ocsipersist-dbm-config
  1607. ocsipersist-lib
  1608. ocsipersist-pgsql
  1609. ocsipersist-pgsql-config
  1610. ocsipersist-sqlite
  1611. ocsipersist-sqlite-config
  1612. octavius >= "1.2.2"
  1613. octez-accuser-Proxford < "19.0"
  1614. octez-accuser-PtLimaPt
  1615. octez-accuser-PtMumbai
  1616. octez-accuser-PtNairob < "19.0"
  1617. octez-alcotezt < "19.0"
  1618. octez-baker-Proxford < "19.0"
  1619. octez-baker-PtLimaPt
  1620. octez-baker-PtMumbai
  1621. octez-baker-PtNairob < "19.0"
  1622. octez-bls12-381-hash
  1623. octez-bls12-381-polynomial
  1624. octez-bls12-381-signature
  1625. octez-client < "19.0"
  1626. octez-codec < "19.0"
  1627. octez-crawler < "19.0"
  1628. octez-dac-client < "19.0"
  1629. octez-dac-node < "19.0"
  1630. octez-distributed-internal < "19.0"
  1631. octez-distributed-lwt-internal < "19.0"
  1632. octez-injector < "19.0"
  1633. octez-l2-libs < "19.0"
  1634. octez-libs < "19.0"
  1635. octez-mec
  1636. octez-node < "19.0"
  1637. octez-node-config < "19.0"
  1638. octez-plompiler
  1639. octez-plonk
  1640. octez-polynomial
  1641. octez-proto-libs < "19.0"
  1642. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1643. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1644. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1645. octez-protocol-003-PsddFKi3-libs < "19.0"
  1646. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1647. octez-protocol-005-PsBabyM1-libs < "19.0"
  1648. octez-protocol-006-PsCARTHA-libs < "19.0"
  1649. octez-protocol-007-PsDELPH1-libs < "19.0"
  1650. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1651. octez-protocol-009-PsFLoren-libs < "19.0"
  1652. octez-protocol-010-PtGRANAD-libs < "19.0"
  1653. octez-protocol-011-PtHangz2-libs < "19.0"
  1654. octez-protocol-012-Psithaca-libs < "19.0"
  1655. octez-protocol-013-PtJakart-libs < "19.0"
  1656. octez-protocol-014-PtKathma-libs < "19.0"
  1657. octez-protocol-015-PtLimaPt-libs < "19.0"
  1658. octez-protocol-016-PtMumbai-libs < "19.0"
  1659. octez-protocol-017-PtNairob-libs < "19.0"
  1660. octez-protocol-018-Proxford-libs < "19.0"
  1661. octez-protocol-alpha-libs < "19.0"
  1662. octez-protocol-compiler < "19.0"
  1663. octez-proxy-server < "19.0"
  1664. octez-shell-libs < "19.0"
  1665. octez-signer < "19.0"
  1666. octez-smart-rollup-client-Proxford
  1667. octez-smart-rollup-client-PtMumbai
  1668. octez-smart-rollup-client-PtNairob
  1669. octez-smart-rollup-node < "19.0"
  1670. octez-smart-rollup-node-alpha < "19.0"
  1671. octez-smart-rollup-node-lib < "19.0"
  1672. octez-smart-rollup-node-Proxford < "19.0"
  1673. octez-smart-rollup-node-PtMumbai
  1674. octez-smart-rollup-node-PtNairob < "19.0"
  1675. octez-smart-rollup-wasm-benchmark-lib
  1676. octez-smart-rollup-wasm-debugger < "19.0"
  1677. octez-tx-rollup-client-PtLimaPt
  1678. octez-tx-rollup-node-PtLimaPt
  1679. octez-version < "19.0"
  1680. ocue
  1681. odash
  1682. odate
  1683. odds >= "1.1"
  1684. odep
  1685. odepack >= "0.6.9"
  1686. odnnr
  1687. odoc < "3.0.0"
  1688. odoc-parser < "3.0.0"
  1689. oepub
  1690. of_json < "v0.17.0"
  1691. offheap
  1692. ogg >= "1.0.0"
  1693. ohex
  1694. oidc
  1695. ojo
  1696. ojs
  1697. ojs_base
  1698. ojs_base_all
  1699. ojs_base_ppx
  1700. ojs_ed
  1701. ojs_filetree
  1702. ojs_list
  1703. olinq >= "0.3"
  1704. omd >= "1.3.2"
  1705. ometrics
  1706. omg
  1707. omigrate
  1708. omlr >= "1.0.3"
  1709. omtl
  1710. oneffs
  1711. oniguruma
  1712. opam-0install
  1713. opam-0install-cudf
  1714. opam-bin >= "1.0.0"
  1715. opam-build
  1716. opam-client >= "2.0.2"
  1717. opam-compiler
  1718. opam-core >= "2.0.2"
  1719. opam-custom-install
  1720. opam-devel >= "2.0.2"
  1721. opam-ed >= "0.4"
  1722. opam-file-format >= "2.1.0" & < "2.1.5"
  1723. opam-format >= "2.0.2"
  1724. opam-graph
  1725. opam-grep >= "0.2.0"
  1726. opam-installer >= "2.0.2"
  1727. opam-monorepo
  1728. opam-package-upgrade >= "0.2"
  1729. opam-publish >= "2.0.2"
  1730. opam-repository >= "2.0.2"
  1731. opam-solver >= "2.0.2"
  1732. opam-spin
  1733. opam-state >= "2.0.2"
  1734. opam-test
  1735. opam_bin_lib != "0.9.5"
  1736. opasswd
  1737. opatch
  1738. opazl
  1739. openai-gym
  1740. openapi
  1741. openapi-opium
  1742. openapi_router
  1743. opencc0
  1744. opencc1
  1745. opencc1_1
  1746. openQASM
  1747. openstellina
  1748. opentelemetry
  1749. opentelemetry-client-cohttp-eio
  1750. opentelemetry-client-cohttp-lwt
  1751. opentelemetry-client-ocurl
  1752. opentelemetry-cohttp-lwt
  1753. opentelemetry-logs
  1754. opentelemetry-lwt
  1755. opine
  1756. opium
  1757. opium-graphql
  1758. opium-testing
  1759. opium_kernel >= "0.17.0"
  1760. oplot < "0.85"
  1761. oplsr
  1762. opomodoro
  1763. opsian
  1764. optal
  1765. opti
  1766. optimization1d >= "0.6.1"
  1767. optiml-transport
  1768. optint
  1769. opus
  1770. oraft
  1771. oranger >= "2.0.1"
  1772. orb
  1773. order-i3-xfce
  1774. ordering < "3.15.3"
  1775. ordinal
  1776. ordinal_abbreviation < "v0.17.0"
  1777. ordma >= "0.0.5"
  1778. orec >= "1.0.1"
  1779. orewa
  1780. orf
  1781. orgeat
  1782. orpie
  1783. orrandomForest
  1784. orsvm_e1071 >= "4.0.0"
  1785. orxgboost >= "1.1.0"
  1786. osc >= "0.2.0"
  1787. osc-lwt
  1788. osc-unix
  1789. oseq >= "0.2"
  1790. osh
  1791. oskel
  1792. osnap
  1793. osx-secure-transport
  1794. otaglibc
  1795. otf
  1796. otoggl
  1797. otoml
  1798. otr
  1799. ounit = "2.1.2"
  1800. ounit-lwt < "2.2.0"
  1801. ounit2
  1802. ounit2-lwt
  1803. override
  1804. owee
  1805. owi
  1806. owl >= "0.4.0" & < "1.2"
  1807. owl-base >= "0.4.0" & < "1.2"
  1808. owl-jupyter
  1809. owl-ode
  1810. owl-ode-base
  1811. owl-ode-odepack
  1812. owl-ode-sundials
  1813. owl-opt
  1814. owl-opt-lbfgs
  1815. owl-plplot < "1.1"
  1816. owl-symbolic
  1817. owl-top >= "0.4.0" & < "1.2"
  1818. owl-zoo >= "0.4.0"
  1819. owork
  1820. ozulip
  1821. p4pp
  1822. p5scm
  1823. packstream
  1824. pacomb
  1825. paf
  1826. paf-cohttp
  1827. pam < "v0.17.0"
  1828. pandoc
  1829. pandoc-abbreviations
  1830. pandoc-comment
  1831. pandoc-crossref
  1832. pandoc-include
  1833. pandoc-inspect
  1834. pandoc-pdf2png
  1835. pandoc-replace
  1836. papi >= "0.1.1"
  1837. par_incr
  1838. parany >= "9.0.0"
  1839. pardi >= "2.0.2"
  1840. parmap >= "1.1.1"
  1841. parsexp >= "v0.12.0" & < "v0.17.0"
  1842. parsexp_io < "v0.17.0"
  1843. parsley
  1844. patch
  1845. patdiff >= "v0.12.1" & < "v0.17.0"
  1846. path_glob
  1847. patience_diff < "v0.17.0"
  1848. patricia-tree
  1849. pattern
  1850. pb
  1851. pb-plugin
  1852. pbkdf
  1853. pbrt
  1854. pbrt_services
  1855. pbrt_yojson
  1856. pcap-format >= "0.5.2"
  1857. pcre >= "7.3.5"
  1858. pcre2
  1859. pds-reachability >= "0.2.2"
  1860. pecu >= "0.2"
  1861. petr4
  1862. petrol
  1863. pf-qubes
  1864. pg_query
  1865. pgocaml >= "4.0"
  1866. pgocaml_ppx
  1867. pgx >= "1.0"
  1868. pgx_async >= "1.0"
  1869. pgx_lwt >= "1.0"
  1870. pgx_lwt_mirage
  1871. pgx_lwt_unix
  1872. pgx_unix >= "1.0"
  1873. pgx_value_core
  1874. pgx_value_ptime
  1875. phantom-algebra >= "1.0.1"
  1876. phonetic
  1877. phylogenetics
  1878. piaf
  1879. picasso
  1880. piece_rope
  1881. piqi >= "0.7.8"
  1882. piqilib >= "0.6.16"
  1883. pixel_pusher
  1884. pkcs11 >= "0.18.0"
  1885. pkcs11-cli
  1886. pkcs11-driver
  1887. pkcs11-rev
  1888. pla >= "1.3"
  1889. plateau
  1890. plato
  1891. plebeia
  1892. plist-xml
  1893. plist-xml-lwt
  1894. plotkicadsch
  1895. plplot >= "5.11.0-1"
  1896. polka
  1897. poll
  1898. polling_state_rpc < "v0.17.0"
  1899. polly
  1900. polynomial
  1901. pomap
  1902. popper
  1903. portaudio >= "0.2.2"
  1904. portaudio_c_bindings
  1905. portmidi
  1906. posix-base
  1907. posix-bindings
  1908. posix-getopt >= "2.0.0"
  1909. posix-math2
  1910. posix-signal
  1911. posix-socket
  1912. posix-socket-unix
  1913. posix-time2
  1914. posix-types >= "2.0.0"
  1915. posix-uname
  1916. posixat < "v0.17.0"
  1917. postgres_async < "v0.17.0"
  1918. postgresql >= "4.4.1"
  1919. pp
  1920. pp-binary-ints
  1921. pp_loc
  1922. pprint >= "20200226"
  1923. ppx-owl-opt
  1924. ppx_accessor < "v0.17.0"
  1925. ppx_assert < "v0.17.0"
  1926. ppx_bap
  1927. ppx_base < "v0.17.0"
  1928. ppx_bench < "v0.17.0"
  1929. ppx_bin_prot < "v0.17.0"
  1930. ppx_bitstring < "5.0.2"
  1931. ppx_blob >= "0.6.0"
  1932. ppx_camlrack
  1933. ppx_catch
  1934. ppx_cold < "v0.17.0"
  1935. ppx_compare < "v0.17.0"
  1936. ppx_compose >= "0.1.0"
  1937. ppx_const >= "2.0"
  1938. ppx_conv_func < "v0.17.0"
  1939. ppx_counters
  1940. ppx_css < "v0.17.0"
  1941. ppx_cstruct
  1942. ppx_cstubs
  1943. ppx_csv_conv < "v0.17.0"
  1944. ppx_custom_printf < "v0.17.0"
  1945. ppx_decimal
  1946. ppx_defer >= "0.4.0"
  1947. ppx_demo < "v0.17.0"
  1948. ppx_derive_at_runtime < "v0.17.0"
  1949. ppx_derivers >= "1.2.1"
  1950. ppx_deriving >= "4.5-1"
  1951. ppx_deriving_cad
  1952. ppx_deriving_cmdliner >= "0.5.1"
  1953. ppx_deriving_encoding
  1954. ppx_deriving_hardcaml
  1955. ppx_deriving_hash
  1956. ppx_deriving_json_schema
  1957. ppx_deriving_jsoo
  1958. ppx_deriving_madcast >= "0.2"
  1959. ppx_deriving_popper
  1960. ppx_deriving_protobuf
  1961. ppx_deriving_qcheck
  1962. ppx_deriving_rpc
  1963. ppx_deriving_scad
  1964. ppx_deriving_yaml < "0.4.0"
  1965. ppx_deriving_yojson
  1966. ppx_disable_unused_warnings < "v0.17.0"
  1967. ppx_distr_guards >= "0.2"
  1968. ppx_enumerate < "v0.17.0"
  1969. ppx_expect < "v0.17.0"
  1970. ppx_factory
  1971. ppx_fail
  1972. ppx_fields_conv < "v0.17.0"
  1973. ppx_fixed_literal < "v0.17.0"
  1974. ppx_gen_rec >= "1.1.0"
  1975. ppx_getenv >= "2.0"
  1976. ppx_globalize < "v0.17.0"
  1977. ppx_hash < "v0.17.0"
  1978. ppx_here < "v0.17.0"
  1979. ppx_ignore_instrumentation < "v0.17.0"
  1980. ppx_import
  1981. ppx_inline_alcotest
  1982. ppx_inline_test < "v0.16.1"
  1983. ppx_irmin
  1984. ppx_jane < "v0.17.0"
  1985. ppx_js_style < "v0.17.0"
  1986. ppx_jsobject_conv
  1987. ppx_jsonaf_conv < "v0.17.0"
  1988. ppx_let < "v0.17.0"
  1989. ppx_log < "v0.17.0"
  1990. ppx_lun
  1991. ppx_make
  1992. ppx_map
  1993. ppx_marshal
  1994. ppx_marshal_ext
  1995. ppx_matches
  1996. ppx_meta_conv
  1997. ppx_module_timer < "v0.17.0"
  1998. ppx_monad
  1999. ppx_monoid >= "0.3.2"
  2000. ppx_mysql
  2001. ppx_mysql_identity
  2002. ppx_open
  2003. ppx_optcomp < "v0.17.0"
  2004. ppx_optint
  2005. ppx_optional < "v0.17.0"
  2006. ppx_parser
  2007. ppx_pattern_bind < "v0.17.0"
  2008. ppx_pbt
  2009. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2010. ppx_protocol_conv
  2011. ppx_protocol_conv_json
  2012. ppx_protocol_conv_jsonm
  2013. ppx_protocol_conv_msgpack
  2014. ppx_protocol_conv_xml_light
  2015. ppx_protocol_conv_xmlm
  2016. ppx_protocol_conv_yaml
  2017. ppx_pyformat
  2018. ppx_python < "v0.17.0"
  2019. ppx_rapper
  2020. ppx_rapper_async
  2021. ppx_rapper_lwt
  2022. ppx_regexp >= "0.4.0"
  2023. ppx_repr
  2024. ppx_seq
  2025. ppx_sexp_conv < "v0.17.0"
  2026. ppx_sexp_message < "v0.17.0"
  2027. ppx_sexp_value < "v0.17.0"
  2028. ppx_show
  2029. ppx_stable < "v0.17.0"
  2030. ppx_stable_witness < "v0.17.0"
  2031. ppx_string < "v0.17.0"
  2032. ppx_string_interpolation
  2033. ppx_subliner
  2034. ppx_system
  2035. ppx_test
  2036. ppx_there
  2037. ppx_tools >= "6.0+4.08.0"
  2038. ppx_tools_versioned
  2039. ppx_trace
  2040. ppx_ts
  2041. ppx_tydi < "v0.17.0"
  2042. ppx_type_directed_value
  2043. ppx_typed_fields < "v0.17.0"
  2044. ppx_typerep_conv < "v0.17.0"
  2045. ppx_tyre
  2046. ppx_units
  2047. ppx_variants_conv < "v0.17.0"
  2048. ppx_viewpattern
  2049. ppx_wideopen
  2050. ppx_xml_conv < "v0.17.0"
  2051. ppx_yojson
  2052. ppx_yojson_conv < "v0.17.0"
  2053. ppx_yojson_conv_lib < "v0.17.0"
  2054. ppxfind >= "1.3"
  2055. ppxlib < "0.34.0"
  2056. ppxx
  2057. pratter
  2058. prbnmcn-basic-structures
  2059. prbnmcn-cgrph
  2060. prbnmcn-clustering
  2061. prbnmcn-dagger
  2062. prbnmcn-dagger-gsl
  2063. prbnmcn-dagger-stats
  2064. prbnmcn-dagger-test
  2065. prbnmcn-gnuplot
  2066. prbnmcn-linalg
  2067. prbnmcn-mcts
  2068. prbnmcn-proptest
  2069. prbnmcn-stats
  2070. prbnmcn-ucb1
  2071. prc
  2072. preface
  2073. prelude
  2074. prettym
  2075. printbox >= "0.3"
  2076. printbox-ext-plot
  2077. printbox-html
  2078. printbox-md
  2079. printbox-text >= "0.6.1"
  2080. proc-smaps
  2081. process_limits
  2082. processor
  2083. prof_spacetime
  2084. profiling
  2085. profunctor < "v0.17.0"
  2086. progress < "0.5.0"
  2087. prom
  2088. prometheus >= "0.6"
  2089. prometheus-app >= "0.6"
  2090. prometheus-liquidsoap >= "2"
  2091. promise
  2092. promise_jsoo
  2093. promise_jsoo_lwt
  2094. protocell
  2095. protocol-9p >= "1.0.0"
  2096. protocol-9p-tool >= "1.0.0"
  2097. protocol-9p-unix >= "1.0.0"
  2098. protocol_version_header < "v0.17.0"
  2099. prr
  2100. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2101. psq >= "0.1.1"
  2102. ptmap >= "2.0.5"
  2103. ptset
  2104. pulseaudio >= "0.1.4"
  2105. pure-html
  2106. pure-splitmix >= "0.3"
  2107. purl
  2108. pvec
  2109. py >= "1.1"
  2110. pyast
  2111. pyml >= "20210924"
  2112. pyml_bindgen >= "0.3.0"
  2113. pyre-ast
  2114. pythonlib
  2115. qbf >= "0.3"
  2116. qcheck >= "0.13"
  2117. qcheck-alcotest
  2118. qcheck-core
  2119. qcheck-lin < "0.10"
  2120. qcheck-multicoretests-util < "0.10"
  2121. qcheck-ounit
  2122. qcheck-stm < "0.10"
  2123. qinap
  2124. qiskit < "0.44.0"
  2125. qmp >= "0.19.0"
  2126. qrencode
  2127. qtest >= "2.10.1"
  2128. queenshead
  2129. quests
  2130. radamsa
  2131. radare2 >= "0.0.3"
  2132. randii
  2133. randomconv
  2134. randoml
  2135. range >= "0.8"
  2136. rangeSet
  2137. rankers
  2138. rawlink
  2139. rawlink-eio
  2140. rawlink-lwt
  2141. raygui < "1.4.0"
  2142. raylib < "1.4.0"
  2143. rdbg >= "1.196.12"
  2144. rdf >= "0.13.0" & < "1.1.0"
  2145. rdf_impls < "1.1.0"
  2146. rdf_json_ld < "1.1.0"
  2147. rdf_lwt < "1.1.0"
  2148. rdf_mysql < "1.1.0"
  2149. rdf_postgresql < "1.1.0"
  2150. rdf_ppx < "1.1.0"
  2151. re >= "1.9.0" & < "1.13.2"
  2152. re2 >= "v0.12.1" & < "v0.17.0"
  2153. re2_stable
  2154. re_parser < "v0.17.0"
  2155. rea
  2156. reactiveData = "0.3.0"
  2157. reanalyze
  2158. reason < "3.14.0"
  2159. reason-standard
  2160. received
  2161. record_builder < "v0.17.0"
  2162. records >= "1.0.0"
  2163. reddit_api_async
  2164. reddit_api_kernel
  2165. redirect
  2166. redis >= "0.4"
  2167. redis-async < "v0.17.0"
  2168. redis-lwt >= "0.4"
  2169. redis-sync >= "0.4"
  2170. reed-solomon-erasure >= "1.0.2"
  2171. reedsolomon
  2172. refl
  2173. regenerate
  2174. regex_parser_intf < "v0.17.0"
  2175. regrade
  2176. remu_ts
  2177. reparse
  2178. reparse-lwt
  2179. reparse-lwt-unix
  2180. reparse-unix
  2181. repr
  2182. repr-bench
  2183. repr-fuzz
  2184. res >= "5.0.1"
  2185. res_tailwindcss
  2186. resource-pooling >= "1.1"
  2187. resource_cache < "v0.17.0"
  2188. resp
  2189. resp-client
  2190. resp-mirage
  2191. resp-server >= "0.9"
  2192. resp-unix
  2193. resto
  2194. resto-acl
  2195. resto-cohttp
  2196. resto-cohttp-client
  2197. resto-cohttp-self-serving-client
  2198. resto-cohttp-server
  2199. resto-directory
  2200. resto-json
  2201. result
  2202. rfc1951 >= "0.8.1" & != "1.0.0"
  2203. rfc6287 >= "1.0.4"
  2204. rfc7748
  2205. rfsm >= "1.6-alpha-3" & < "2.0"
  2206. rhythm
  2207. ringo
  2208. ringo-lwt
  2209. river
  2210. rock
  2211. roman
  2212. root1d >= "0.5.1"
  2213. rope >= "0.6.2"
  2214. rosa
  2215. rosetta >= "0.2.0"
  2216. routes
  2217. rpc
  2218. rpc_parallel < "v0.17.0"
  2219. rpclib
  2220. rpclib-async
  2221. rpclib-html
  2222. rpclib-js
  2223. rpclib-lwt
  2224. rsdd
  2225. rss
  2226. rtop < "3.14.0"
  2227. rtree
  2228. rungen
  2229. runtime_events_tools < "0.5.2"
  2230. rusage
  2231. rust-staticlib-gen
  2232. rust-staticlib-virtual
  2233. SZXX
  2234. safemoney
  2235. safepass >= "3.1"
  2236. sail >= "0.15" & < "0.20"
  2237. sail_c_backend < "0.20"
  2238. sail_coq_backend < "0.20"
  2239. sail_doc_backend < "0.20"
  2240. sail_latex_backend < "0.20"
  2241. sail_lean_backend < "0.20"
  2242. sail_lem_backend < "0.20"
  2243. sail_manifest < "0.20"
  2244. sail_ocaml_backend < "0.20"
  2245. sail_output < "0.20"
  2246. sail_smt_backend < "0.20"
  2247. sail_sv_backend < "0.20"
  2248. salsa20 >= "1.0.0"
  2249. salsa20-core >= "1.0.0"
  2250. samplerate >= "0.1.6"
  2251. sanddb >= "0.2"
  2252. sarek
  2253. satex
  2254. saturn < "0.5.0"
  2255. saturn_lockfree < "0.5.0"
  2256. satyrographos
  2257. scad_ml
  2258. scfg
  2259. scgi
  2260. scipy
  2261. scrypt-kdf
  2262. sd_logic
  2263. sdl-liquidsoap >= "3"
  2264. search
  2265. searchTree
  2266. secp256k1 >= "0.4.1"
  2267. secp256k1-internal
  2268. sedlex >= "2.0"
  2269. sek
  2270. sel
  2271. semantic_version < "v0.17.0"
  2272. semaphore-compat
  2273. semver >= "0.2.1"
  2274. semver2
  2275. sendmail
  2276. sendmail-lwt
  2277. sendmail-miou-unix
  2278. sendmail-mirage
  2279. sentry
  2280. seq < "base"
  2281. seqes
  2282. sequencer_table < "v0.17.0"
  2283. serde < "0.0.2"
  2284. serde_debug
  2285. serde_derive < "0.0.2"
  2286. serde_json < "0.0.2"
  2287. serde_sexpr
  2288. serde_xml
  2289. serial
  2290. session >= "0.4.1"
  2291. session-cohttp >= "0.4.1"
  2292. session-cohttp-async >= "0.4.1"
  2293. session-cohttp-lwt >= "0.4.1"
  2294. session-cookie
  2295. session-cookie-async
  2296. session-cookie-lwt
  2297. session-postgresql >= "0.4.1"
  2298. session-postgresql-async
  2299. session-postgresql-lwt
  2300. session-redis-lwt >= "0.4.1"
  2301. session-webmachine >= "0.4.1"
  2302. setcore >= "1.0.2"
  2303. sexp < "v0.17.0"
  2304. sexp_decode
  2305. sexp_diff < "v0.17.0"
  2306. sexp_diff_kernel
  2307. sexp_grammar < "v0.17.0"
  2308. sexp_macro < "v0.17.0"
  2309. sexp_pretty < "v0.17.0"
  2310. sexp_select < "v0.17.0"
  2311. sexp_string_quickcheck < "v0.17.0"
  2312. sexplib >= "v0.12.0" & < "v0.17.0"
  2313. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2314. sgf >= "1.0.1"
  2315. sha >= "1.13"
  2316. shapefile
  2317. shared-block-ring
  2318. shared-memory-ring
  2319. shared-memory-ring-lwt
  2320. shared-secret >= "0.4"
  2321. shell < "v0.17.0"
  2322. shexp < "v0.17.0"
  2323. shine >= "0.2.2"
  2324. shuttle
  2325. shuttle_http
  2326. shuttle_ssl
  2327. shuttle_websocket
  2328. sifun
  2329. sihl
  2330. sihl-cache
  2331. sihl-contract
  2332. sihl-core
  2333. sihl-email
  2334. sihl-facade
  2335. sihl-persistence
  2336. sihl-queue
  2337. sihl-session
  2338. sihl-storage
  2339. sihl-token
  2340. sihl-type
  2341. sihl-user
  2342. sihl-web
  2343. simlog
  2344. simple63
  2345. simple_httpd
  2346. simple_httpd_caqti
  2347. sklearn
  2348. slack
  2349. slacko
  2350. slice
  2351. slipshow != "0.5.0"
  2352. slug
  2353. smart-print >= "0.3.0"
  2354. smbc
  2355. smol
  2356. smol-helpers
  2357. smtlib-utils
  2358. snappy >= "0.1.2"
  2359. snoke
  2360. so
  2361. sodium-fmt
  2362. solid < "0.5.0"
  2363. solid_server < "0.5.0"
  2364. solid_tools < "0.5.0"
  2365. solidity-alcotest
  2366. solidity-common
  2367. solidity-parser
  2368. solidity-test
  2369. solidity-typechecker
  2370. solo5-elftool
  2371. sortedseq_intersect
  2372. soundtouch >= "0.1.9"
  2373. soupault
  2374. spacetime_lib
  2375. spatial-shell
  2376. spawn < "v0.9.0" | >= "v0.13.0"
  2377. spdx_licenses
  2378. spectrum
  2379. speex
  2380. spelll >= "0.4"
  2381. spin
  2382. splay_tree < "v0.17.0"
  2383. splittable_random < "v0.17.0"
  2384. spoc
  2385. spoc_ppx
  2386. spoke
  2387. spotify-web-api
  2388. spotlib >= "4.1.0"
  2389. sqlgg >= "20200521"
  2390. sqlite3 >= "4.4.1"
  2391. sqlite3_utils
  2392. srt
  2393. ssh-agent >= "0.2.0"
  2394. ssl >= "0.5.6"
  2395. stdcompat >= "19"
  2396. stdint >= "0.6.0"
  2397. stdint-literals
  2398. stdio < "v0.17.0"
  2399. stdlib-diff
  2400. stdlib-random
  2401. stdlib-shims
  2402. stdune < "3.15.3"
  2403. stitch
  2404. stk < "0.5.0"
  2405. stk_iconv < "0.5.0"
  2406. stk_ocf < "0.5.0"
  2407. stk_ppx < "0.5.0"
  2408. stk_rdf < "0.5.0"
  2409. stk_xml < "0.5.0"
  2410. stog >= "0.20.0"
  2411. stog_all
  2412. stog_asy
  2413. stog_dot
  2414. stog_extern
  2415. stog_markdown
  2416. stog_multi_doc
  2417. stog_nocaml
  2418. stog_noexec
  2419. stog_plugins
  2420. stog_rdf
  2421. stog_rel_href
  2422. stog_server
  2423. stog_server_multi
  2424. stog_sitemap
  2425. stog_writing
  2426. stone >= "0.5.2"
  2427. stored_reversed < "v0.17.0"
  2428. stramon-lib
  2429. streamable < "v0.17.0"
  2430. streaming
  2431. string_dict < "v0.17.0"
  2432. stringext >= "1.6.0"
  2433. sturgeon >= "0.4.2"
  2434. subscriptions-transport-ws
  2435. subtype-refinement >= "0.2"
  2436. sun
  2437. svmwrap
  2438. swagger >= "0.2.0"
  2439. swhid
  2440. swhid_compute
  2441. swhid_core
  2442. swhid_types
  2443. swipl
  2444. syguslib-utils
  2445. syncweb
  2446. syndic >= "1.6.0"
  2447. sys-socket
  2448. sys-socket-unix
  2449. syslog >= "2.0.1"
  2450. syslog-message >= "1.0.0"
  2451. syslog-rfc5424 < "0.2"
  2452. systemverilog >= "0.0.2"
  2453. tablecloth-base
  2454. tablecloth-native < "transition"
  2455. taglib >= "0.3.7"
  2456. talaria-bibtex
  2457. tar
  2458. tar-eio
  2459. tar-mirage
  2460. tar-unix
  2461. tcalc
  2462. tcpip
  2463. tdigest
  2464. telltime
  2465. tensorboard
  2466. term-indexing
  2467. term-tools
  2468. terminal < "0.5.0"
  2469. terminal_size >= "0.1.4"
  2470. terminus
  2471. terminus-cohttp
  2472. terminus-hlc
  2473. testu01
  2474. textmate-language
  2475. textrazor
  2476. textutils < "v0.17.0"
  2477. textutils_kernel < "v0.17.0"
  2478. textwrap >= "0.2.1"
  2479. tezos-baking-015-PtLimaPt
  2480. tezos-baking-015-PtLimaPt-commands
  2481. tezos-baking-016-PtMumbai
  2482. tezos-baking-016-PtMumbai-commands
  2483. tezos-baking-017-PtNairob
  2484. tezos-baking-017-PtNairob-commands
  2485. tezos-baking-alpha
  2486. tezos-baking-alpha-commands
  2487. tezos-base
  2488. tezos-base-test-helpers
  2489. tezos-base58
  2490. tezos-benchmark < "19.0"
  2491. tezos-bls12-381-polynomial
  2492. tezos-clic
  2493. tezos-client-000-Ps9mPmXa
  2494. tezos-client-001-PtCJ7pwo
  2495. tezos-client-002-PsYLVpVv
  2496. tezos-client-003-PsddFKi3
  2497. tezos-client-004-Pt24m4xi
  2498. tezos-client-005-PsBabyM1
  2499. tezos-client-006-PsCARTHA
  2500. tezos-client-007-PsDELPH1
  2501. tezos-client-008-PtEdo2Zk
  2502. tezos-client-009-PsFLoren
  2503. tezos-client-010-PtGRANAD
  2504. tezos-client-011-PtHangz2
  2505. tezos-client-012-Psithaca
  2506. tezos-client-013-PtJakart
  2507. tezos-client-014-PtKathma
  2508. tezos-client-015-PtLimaPt
  2509. tezos-client-016-PtMumbai
  2510. tezos-client-017-PtNairob
  2511. tezos-client-alpha
  2512. tezos-client-base
  2513. tezos-client-base-unix
  2514. tezos-client-commands
  2515. tezos-client-demo-counter < "19.0"
  2516. tezos-client-genesis < "19.0"
  2517. tezos-context
  2518. tezos-context-hash
  2519. tezos-context-hash-irmin
  2520. tezos-context-ops
  2521. tezos-crypto
  2522. tezos-crypto-dal
  2523. tezos-dac-client-lib < "19.0"
  2524. tezos-dac-lib < "19.0"
  2525. tezos-dac-node-lib < "19.0"
  2526. tezos-dal-node-lib < "19.0"
  2527. tezos-dal-node-services < "19.0"
  2528. tezos-embedded-protocol-000-Ps9mPmXa
  2529. tezos-embedded-protocol-001-PtCJ7pwo
  2530. tezos-embedded-protocol-002-PsYLVpVv
  2531. tezos-embedded-protocol-003-PsddFKi3
  2532. tezos-embedded-protocol-004-Pt24m4xi
  2533. tezos-embedded-protocol-005-PsBABY5H
  2534. tezos-embedded-protocol-005-PsBabyM1
  2535. tezos-embedded-protocol-006-PsCARTHA
  2536. tezos-embedded-protocol-007-PsDELPH1
  2537. tezos-embedded-protocol-008-PtEdo2Zk
  2538. tezos-embedded-protocol-008-PtEdoTez
  2539. tezos-embedded-protocol-009-PsFLoren
  2540. tezos-embedded-protocol-010-PtGRANAD
  2541. tezos-embedded-protocol-011-PtHangz2
  2542. tezos-embedded-protocol-012-Psithaca
  2543. tezos-embedded-protocol-013-PtJakart
  2544. tezos-embedded-protocol-014-PtKathma
  2545. tezos-embedded-protocol-015-PtLimaPt
  2546. tezos-embedded-protocol-016-PtMumbai
  2547. tezos-embedded-protocol-017-PtNairob
  2548. tezos-embedded-protocol-alpha
  2549. tezos-embedded-protocol-demo-counter
  2550. tezos-embedded-protocol-demo-noops
  2551. tezos-embedded-protocol-genesis
  2552. tezos-error-monad
  2553. tezos-event-logging
  2554. tezos-event-logging-test-helpers
  2555. tezos-hacl
  2556. tezos-hacl-glue
  2557. tezos-hacl-glue-unix
  2558. tezos-injector-015-PtLimaPt
  2559. tezos-injector-016-PtMumbai
  2560. tezos-layer2-store
  2561. tezos-layer2-utils-016-PtMumbai
  2562. tezos-layer2-utils-017-PtNairob
  2563. tezos-lazy-containers
  2564. tezos-lwt-result-stdlib
  2565. tezos-micheline
  2566. tezos-mockup
  2567. tezos-mockup-commands
  2568. tezos-mockup-proxy
  2569. tezos-mockup-registration
  2570. tezos-p2p
  2571. tezos-p2p-services
  2572. tezos-plompiler
  2573. tezos-plonk
  2574. tezos-protocol-000-Ps9mPmXa < "19.0"
  2575. tezos-protocol-001-PtCJ7pwo < "19.0"
  2576. tezos-protocol-002-PsYLVpVv < "19.0"
  2577. tezos-protocol-003-PsddFKi3 < "19.0"
  2578. tezos-protocol-004-Pt24m4xi < "19.0"
  2579. tezos-protocol-005-PsBABY5H < "19.0"
  2580. tezos-protocol-005-PsBabyM1 < "19.0"
  2581. tezos-protocol-006-PsCARTHA < "19.0"
  2582. tezos-protocol-007-PsDELPH1 < "19.0"
  2583. tezos-protocol-008-PtEdo2Zk < "19.0"
  2584. tezos-protocol-008-PtEdoTez < "19.0"
  2585. tezos-protocol-009-PsFLoren < "19.0"
  2586. tezos-protocol-010-PtGRANAD < "19.0"
  2587. tezos-protocol-011-PtHangz2 < "19.0"
  2588. tezos-protocol-012-Psithaca < "19.0"
  2589. tezos-protocol-013-PtJakart < "19.0"
  2590. tezos-protocol-014-PtKathma < "19.0"
  2591. tezos-protocol-015-PtLimaPt < "19.0"
  2592. tezos-protocol-016-PtMumbai < "19.0"
  2593. tezos-protocol-017-PtNairob < "19.0"
  2594. tezos-protocol-018-Proxford < "19.0"
  2595. tezos-protocol-alpha < "19.0"
  2596. tezos-protocol-demo-counter < "19.0"
  2597. tezos-protocol-demo-noops < "19.0"
  2598. tezos-protocol-environment
  2599. tezos-protocol-environment-packer
  2600. tezos-protocol-environment-sigs
  2601. tezos-protocol-environment-structs
  2602. tezos-protocol-genesis < "19.0"
  2603. tezos-protocol-plugin-007-PsDELPH1
  2604. tezos-protocol-plugin-007-PsDELPH1-registerer
  2605. tezos-protocol-plugin-008-PtEdo2Zk
  2606. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2607. tezos-protocol-plugin-009-PsFLoren
  2608. tezos-protocol-plugin-009-PsFLoren-registerer
  2609. tezos-protocol-plugin-010-PtGRANAD
  2610. tezos-protocol-plugin-010-PtGRANAD-registerer
  2611. tezos-protocol-plugin-011-PtHangz2
  2612. tezos-protocol-plugin-011-PtHangz2-registerer
  2613. tezos-protocol-plugin-012-Psithaca
  2614. tezos-protocol-plugin-012-Psithaca-registerer
  2615. tezos-protocol-plugin-013-PtJakart
  2616. tezos-protocol-plugin-013-PtJakart-registerer
  2617. tezos-protocol-plugin-014-PtKathma
  2618. tezos-protocol-plugin-014-PtKathma-registerer
  2619. tezos-protocol-plugin-015-PtLimaPt
  2620. tezos-protocol-plugin-015-PtLimaPt-registerer
  2621. tezos-protocol-plugin-016-PtMumbai
  2622. tezos-protocol-plugin-016-PtMumbai-registerer
  2623. tezos-protocol-plugin-017-PtNairob
  2624. tezos-protocol-plugin-017-PtNairob-registerer
  2625. tezos-protocol-plugin-alpha
  2626. tezos-protocol-plugin-alpha-registerer
  2627. tezos-protocol-updater
  2628. tezos-proxy
  2629. tezos-proxy-server-config < "19.0"
  2630. tezos-requester
  2631. tezos-rpc
  2632. tezos-rpc-http
  2633. tezos-rpc-http-client
  2634. tezos-rpc-http-client-unix
  2635. tezos-rpc-http-server
  2636. tezos-sapling
  2637. tezos-scoru-wasm
  2638. tezos-scoru-wasm-fast
  2639. tezos-scoru-wasm-helpers
  2640. tezos-shell
  2641. tezos-shell-context
  2642. tezos-shell-services
  2643. tezos-shell-services-test-helpers
  2644. tezos-signer-backends
  2645. tezos-signer-services
  2646. tezos-smart-rollup-016-PtMumbai
  2647. tezos-smart-rollup-017-PtNairob
  2648. tezos-smart-rollup-alpha
  2649. tezos-smart-rollup-layer2-016-PtMumbai
  2650. tezos-smart-rollup-layer2-017-PtNairob
  2651. tezos-stdlib >= "16.0"
  2652. tezos-stdlib-unix
  2653. tezos-store
  2654. tezos-test-helpers
  2655. tezos-test-helpers-extra
  2656. tezos-test-services
  2657. tezos-tree-encoding
  2658. tezos-tx-rollup-015-PtLimaPt
  2659. tezos-validation
  2660. tezos-version
  2661. tezos-wasmer
  2662. tezos-webassembly-interpreter
  2663. tezos-webassembly-interpreter-extra
  2664. tezos-workers
  2665. tezt < "4.3.0"
  2666. tezt-performance-regression
  2667. tezt-tezos < "19.0"
  2668. theora
  2669. thread-local-storage
  2670. thread-table
  2671. thrift
  2672. tidy >= "5-0.2"
  2673. tidy_email
  2674. tidy_email_mailgun
  2675. tidy_email_sendgrid
  2676. tidy_email_smtp
  2677. tilde_f < "v0.17.0"
  2678. time_now < "v0.17.0"
  2679. timed >= "1.1"
  2680. timedesc
  2681. timedesc-json
  2682. timedesc-sexp
  2683. timedesc-tzdb
  2684. timedesc-tzlocal
  2685. timedesc-tzlocal-js
  2686. timere
  2687. timere-parse
  2688. timezone < "v0.17.0"
  2689. timmy
  2690. timmy-jsoo
  2691. timmy-lwt
  2692. timmy-unix
  2693. tiny_httpd
  2694. tiny_httpd_camlzip
  2695. tip-parser >= "0.4"
  2696. tldr
  2697. tls >= "0.12.8"
  2698. tls-async
  2699. tls-eio
  2700. tls-liquidsoap
  2701. tls-lwt
  2702. tls-miou-unix
  2703. tls-mirage
  2704. toc
  2705. tofn
  2706. togglelog
  2707. toml
  2708. toml-cconv
  2709. toml_cconv
  2710. toplevel_backend < "v0.17.0"
  2711. toplevel_expect_test < "v0.17.0"
  2712. topojson
  2713. topojsone
  2714. topological_sort < "v0.17.0"
  2715. torch < "v0.17.0"
  2716. tqdm
  2717. trace
  2718. trace-fuchsia
  2719. trace-tef
  2720. tracing < "v0.17.0"
  2721. tracy-client
  2722. traits
  2723. trampoline
  2724. transept
  2725. traverse
  2726. travesty != "0.6.1"
  2727. trax >= "0.4.0"
  2728. tree_layout >= "0.2"
  2729. treeprint >= "2.3.0"
  2730. trexio
  2731. trie
  2732. tsdl-image >= "0.3.0"
  2733. tsdl-mixer
  2734. tsdl-ttf >= "0.3"
  2735. tsort
  2736. tube >= "4.4.0"
  2737. tuntap
  2738. twirp_cohttp_lwt_unix
  2739. twirp_core
  2740. twirp_ezcurl
  2741. twirp_tiny_httpd
  2742. twostep
  2743. tyabt
  2744. type_eq
  2745. typerep >= "v0.12.0" & < "v0.17.0"
  2746. typeset
  2747. tyre = "0.5"
  2748. tyxml >= "4.3.0"
  2749. tyxml-jsx
  2750. tyxml-lwd
  2751. tyxml-ppx >= "4.3.0"
  2752. tyxml-syntax
  2753. ubase
  2754. ubpf >= "0.2"
  2755. uecc >= "0.3"
  2756. uint >= "2.0.1"
  2757. ulid
  2758. um-abt
  2759. unidecode
  2760. unionFind < "20250818"
  2761. unisim_archisec
  2762. unison >= "2.51.4" & < "2.53.4"
  2763. universo
  2764. unix-errno >= "0.6.0"
  2765. unstrctrd
  2766. uri >= "2.2.1"
  2767. uri-bench
  2768. uri-re
  2769. uri-sexp
  2770. uring
  2771. uritemplate
  2772. user-agent-parser
  2773. username_kernel < "v0.17.0"
  2774. uspf
  2775. uspf-lwt
  2776. uspf-mirage
  2777. uspf-unix
  2778. utop
  2779. uuuu >= "0.1.1"
  2780. validator
  2781. variantslib >= "v0.12.0" & < "v0.17.0"
  2782. varray
  2783. vcaml
  2784. vcardgen >= "1.2"
  2785. vchan
  2786. vchan-unix
  2787. vchan-xen
  2788. vdom
  2789. vec
  2790. vector
  2791. vector3 >= "1.0.0"
  2792. vendredi
  2793. vercel
  2794. vhd-format >= "0.12.0"
  2795. vhd-format-lwt
  2796. vif
  2797. virtual_dom < "v0.17.0"
  2798. visitors >= "20200207"
  2799. vlq >= "0.2.1"
  2800. vmnet
  2801. vocal
  2802. voqc
  2803. vorbis
  2804. vpt >= "5.0.0"
  2805. vscoq-language-server < "2.3.3"
  2806. vsrocq-language-server
  2807. vue-jsoo
  2808. vue-ppx
  2809. wall >= "0.4"
  2810. wasm >= "2.0.2"
  2811. wasmer
  2812. wasmtime
  2813. wayland
  2814. waylaunch
  2815. wcwidth
  2816. webauthn
  2817. weberizer >= "0.8"
  2818. webmachine >= "0.6.2"
  2819. websocket >= "2.12"
  2820. websocket-async >= "2.12"
  2821. websocket-lwt
  2822. websocket-lwt-unix
  2823. websocketaf
  2824. webtest
  2825. webtest-js
  2826. wikitext
  2827. win-error >= "1.0"
  2828. win-eventlog >= "0.3"
  2829. winsvc
  2830. ws
  2831. ws-server
  2832. wseg
  2833. wtf8 >= "1.0.2"
  2834. wtr
  2835. wtr-ppx
  2836. wu-manber-fuzzy-search
  2837. x509
  2838. x86_64-esperanto >= "0.0.6"
  2839. xapi-backtrace
  2840. xapi-inventory
  2841. xapi-rrd
  2842. xapi-stdext-date
  2843. xapi-stdext-encodings
  2844. xapi-stdext-pervasives
  2845. xapi-stdext-std
  2846. xapi-stdext-threads
  2847. xapi-stdext-unix
  2848. xapi-stdext-zerocheck
  2849. xcursor
  2850. xdg-basedir
  2851. xen-evtchn
  2852. xen-evtchn-unix
  2853. xen-gnt
  2854. xen-gnt-unix
  2855. xenstore
  2856. xenstore-tool
  2857. xenstore_transport >= "1.1.0"
  2858. xmelly
  2859. xml-light >= "2.5"
  2860. xmldiff >= "0.7.0"
  2861. xmldiff_js
  2862. xmlplaylist >= "0.1.5"
  2863. xoshiro
  2864. xtmpl >= "0.19.0" & < "1.1.0"
  2865. xtmpl_js < "1.1.0"
  2866. xtmpl_ppx < "1.1.0"
  2867. yaml >= "1.0.0"
  2868. yaml-sexp
  2869. yara >= "0.2"
  2870. yocaml < "2.0.0"
  2871. yocaml_cmark
  2872. yocaml_git < "2.0.0"
  2873. yocaml_jingoo < "2.0.0"
  2874. yocaml_markdown < "2.4.1"
  2875. yocaml_mustache < "2.0.0"
  2876. yocaml_syndication < "2.0.0"
  2877. yocaml_unix < "2.0.0"
  2878. yocaml_yaml < "2.0.0"
  2879. yojson >= "1.5.0"
  2880. yojson-bench
  2881. yojson-five
  2882. yurt >= "0.6"
  2883. yuscii >= "0.2.1"
  2884. yuujinchou
  2885. zanuda
  2886. zarith-ppx
  2887. zarith_stubs_js < "v0.17.0"
  2888. zed >= "2.0.6"
  2889. zeit
  2890. zelus
  2891. zelus-gtk
  2892. zipperposition
  2893. zipperposition-tools
  2894. zlib
  2895. zlist >= "0.4.0"
  2896. zmq >= "5.1.0"
  2897. zmq-async >= "5.1.0"
  2898. zmq-eio
  2899. zmq-lwt >= "5.1.0"
  2900. zstandard >= "v0.12.1" & < "v0.17.0"
  2901. zstd = "0.3"
  2902. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"