package dune

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

Install

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

Innovation. Community. Security.