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