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