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