package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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: 20 Oct 2022

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 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" & < "5.3"

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